Started by
Zerarez
on
Topic category: Help with modding (Java Edition)
I have a custom dimension here with a custom biome, filled with meteor structures. I'm currently trying to get ores to randomly generate in these structures, but I've been having some weird issues.
Basically, the ores don't generate. Unless the world is unloaded and reloaded, whereupon ore is generated in about the first dozen new chunks, and then stops generating again.
Any help in resolving this issue would be much appreciated. I can also add any additional information if it is needed/requested.
It would appear that the image hasn't loaded properly. You can right-click & open it in a new tab tho
Ok, additional information: I just tested the issue by allowing ore to spawn in air blocks. They only spawned for the first few layers, (like, y=1-4), then stopped. I'm guessing that this is what's been happening the whole time. Maximum height is currently set to 64, but the world generation gives up super quickly, possibly due to the number of structures spawned. Additional feedback on this issue would be appreciated.
So, it's been almost a week, and I still really need help with this issue.