[Bug] Rampant overgrowth of iron ore
Sunconure11 opened this issue ยท 10 comments
Version Info
- Minecraft, Quilt 1.19.2
- Ore Growth, 1.0.1
What mod loader are you using?: Quilt
Description of the Bug
Iron... should not be doing this. @SuperMartijn642
Steps to Reproduce
Go into a world
Could you explain a bit ๐ I see there's a lot of crystals, but apart from that I am not exactly sure what I'm looking at. Is that like a void world or something. Or are you in spectator, I don't see any caves.
Are the crystals just growing in the air though? Or are there blocks I don't see. I have never used Dimensional Doors, so not exactly sure what the dimension is like ๐
They're all over. And not just that dimension. Even the overworld is affected.
For anyone looking at this, the issue was due to a custom recipe by @Sunconure11 which happened to have an invalid base block. The block registry returns the air block for missing blocks, thus the crystals ended up growing on air.
I have now fixed the check for the base block to make sure a block with the given id is actually registered, to make sure a scenario like this will give a proper error.