![Ore Growth](https://media.forgecdn.net/avatars/thumbnails/885/662/256/256/638321294520165143_animated.gif)
Some supported ores broken
Pinsive opened this issue ยท 8 comments
Minecraft version: 1.19.2
Mod version: 1.0.8 Forge, downloaded from modrinth (if that could make any difference)
As the screenshots show, some of the ores in my game will not generate ore growths naturally and will not allow me to place ore growths on them, even using commands. If I attempt to place one with commands, a floating iron ore growth will appear.
This includes some ores from supported mods: the thermal series ores and yellorite ore from extreme reactors (though angelsite and benitoite can generate ore growths as they should). The other two broken ores are the skyjade ore, from deep aether, and pigsteel, from the pigsteel mod, but I understand that your mod doesn't support these.
I have to imagine it's an issue with the order that mods are loaded? but that wouldn't explain the yellorite issue. I don't know very much about programming, so I don't know what else I would need to tell you to help work this out. For now, I think I can 'fix' it myself using crafttweaker, but please look into this!
Other (potentially) relevant mods:
Deep Aether 1.0.3 by TeamRazorDevs
Extreme Reactors 2.0.71 by ZeronoRyouki
Pigsteel 4.0.0 by uraneptus
Thermal Dynamics 10.3.0
Thermal Expansion 10.3.1
Thermal Foundation 10.3.1
Thermal Innovation 10.3.0
Thermal Integration 10.3.0
Could you share the latest.log
file?
Likely what happened is that I misspelled some of the names for the ores (although everything from Thermal Foundation missing is a bit odd) and thus it will print an error in the log for the recipes as it can't find the items or blocks.
Seems I had yellorite_nugget
as the output for the yellorite ore recipes, while it should be yellorium_nugget
.
For Thermal Foundation I had the wrong modid. All the thermal series mods just use thermal
whilst I had thermalfoundation
.
Both have been fixed now in Ore Growth version 1.0.9.
I also added recipes for Deep Aether and Pigsteel.
Thank you for reporting the issue!
Sorry to keep pestering you about this, but you forgot cinnabar! After loading up the game, I noticed cinnabar still wasn't generating ore growths. I managed to open up the mod in 7zip and there didn't seem to be any recipe json files for cinnabar.
Thanks again