KnightMiner / Inspirations

Mod adding various smaller features to Minecraft
MIT License
44 stars 18 forks source link

Support for Rockhounding Ore Tiers Smouldering Coal Deposit #132

Closed WenXin20 closed 1 year ago

WenXin20 commented 5 years ago

Minecraft 1.12.2 Forge v14.23.5.2838 Inspirations v0.2.5 Rockhounding Ore Tiers v3.10

Rockhounding has a block called Smouldering Coal Deposit. The JEI block description for it says that it can be converted to a normal coal block by using it on a filled cauldron, but there seems to be a compatibility issue with this mod.

KnightMiner commented 5 years ago

As a workaround, you can add it to the cauldron config as a normal recipe. I will have to look into the best way to handle not overriding that by default though.

WenXin20 commented 5 years ago

Ok, thanks. I didn't realize there was a config for cauldron recipes.

KnightMiner commented 1 year ago

Closing this as I have dropped 1.12 support. 1.16 added a feature where you could tag items via datapack to bypass my cauldron logic, but 1.12 never got such a feature backported, so adding your own recipes is probably your best bet.