[1.18.2] Not registering TFC wood-type due its ID format
Xelbayria opened this issue ยท 1 comments
MehVahdJukaar,
I'm aware that you do not have the time to fix this issue but I may able to help with this. I'm not familiar with Java, but I am familiar with coding. I need to know where is the problem so I can try get familiar with the code you used to check for woods added by other mods included TFC.
I've done some a bit of investigation on this. I got a good understand of what you talked about.
Name of Mod | Wood & Logs ID | Planks ID |
---|---|---|
minecraft (default) | minecraft:oak_wood |
minecraft:oak_planks |
Biomes O' Plenty | biomesoplenty:fir_log |
biomesoplenty:fir_planks |
TerraFirmaCraft | tfc:wood/log/oak |
tfc:wood/planks/oak |
The difference of ID format between minecraft or modded biomes and tfc mod is clear. The ID format of TFC need to be account for WoodGood to work with TFC.
I can confirm that the current version 1.5.18 is working fine with other mods like Biomeoplenty, but not TFC. I'll be await for your response or anyone who is familiar with code of WoodGood