KnightMiner
KnightMiner
As seen pretty clearly in our code, the sprite arguments for `putTexturedQuad` and `putrotatedQuad` [are nullable](https://github.com/SlimeKnights/TinkersConstruct/blob/1.12/src/main/java/slimeknights/tconstruct/library/client/RenderUtil.java#L223-L225), however your [mixin](https://github.com/DimensionalDevelopment/VanillaFix/blob/master/src/main/java/org/dimdev/vanillafix/textures/modsupport/mixins/client/MixinRenderUtil.java#L17-L25) does not perform a null check. This can lead to crashes...
I miss the old feature from the chisel IMC where if two people typed `o/` or `\o` in a row, the bot would mention the high five and increment their...
**Is your feature request related to a problem? Please describe.** Some other mods added a honey fluid, might as well tag to support them **Describe the idea** Add the fluid...
**Is your feature request related to a problem? Please describe.** It has been mentioned on Discord that my pipes are quite performant due to their simplicity. However, they run at...
This is just an issue to collect some of the suggestions I may add in the future into one place. Nothing on this list is final. ### Functional blocks *...
**Describe the idea** Allow placing fish in clay buckets. Likely also allow slime and bats in buckets, for compatibility with Quark. **Describe why you think it fits in Ceramics** Because...
**Minecraft Version:** 1.18.2, code inspection shows issue still exists on 1.19.3 **Forge Version:** 40.1.92, verified with code inspection of latest 1.18.2 and 1.19.3 branches **Description of issue:** When canceling `ProjectileImpactEvent`...
**Minecraft Version:** 1.19.3 **Forge Version:** 44.1.16 **Description of issue:** If you replace the held item in `PlayerDestroyItemEvent`, that item is often deleted by following vanilla code. Notable cases where the...
### URL https://www.curseforge.com/minecraft/mc-mods/tinkers-things-json ### Why would you like the mod added? This issue is mostly to make you guys aware of Tinkers' Things, which could potentially fit the pack, and...
**Minecraft Version:** 1.20.6 **NeoForge Version:** 20.6.24-beta **Description of issue:** Neo currently has two sets of tags for raw ore blocks: [`storage_blocks/raw_`](https://github.com/neoforged/NeoForge/blob/1.20.x/src/main/java/net/neoforged/neoforge/common/Tags.java#L559-L561) ([with a block form](https://github.com/neoforged/NeoForge/blob/1.20.x/src/main/java/net/neoforged/neoforge/common/Tags.java#L213-L215)) and [`raw_blocks/`](https://github.com/neoforged/NeoForge/blob/1.20.x/src/main/java/net/neoforged/neoforge/common/Tags.java#L496-L499) (only item form,...