[1.12] Botany lacks oredicts
asiekierka opened this issue ยท 7 comments
Pigmented Glass should be blockGlass, IMO. Not sure if Clay shouldn't also be oredicted...
@mezz I looked at the code, it seems to be fixed?
Single mention
so i think this is it
Binnie/botany/src/main/java/binnie/botany/blocks/BlockStainedGlass.java
Lines 141 to 145 in 66eabfc
They are registered now without a Oredictionary
Binnie/botany/src/main/java/binnie/botany/modules/ModuleCeramic.java
Lines 54 to 75 in 66eabfc
Therefore, it seemed to me that the problem was no longer relevant
@mezz Where can I look at the keys for the Oredictionary ("blockGlass")? In the source code of forge?
You can find it in Forge here:
https://github.com/MinecraftForge/MinecraftForge/blob/a40df67004dc02c502f7b07d8fe7e6349273514c/src/main/java/net/minecraftforge/oredict/OreDictionary.java#L203-L205
Ore dictionary is just a loose agreement between mods, lots of them are not in Forge at all. For this though there is a pretty clear case for it in Forge.
@mezz Probably you can close it too?