Started by
GideonBear
on
Topic category: Help with Minecraft modding (Java Edition)
Hello! I am making a mod with MCreator, and I would like to automatically replace naturally generated blocks with a specific block. But I can't find any way to detect if a block is naturally generated, is there a way to do this?
Bump
Make your block generation really high to test it and replace it with another ore.
Sorry, I'm not sure whether you understand my question since I don't understand your answer. I want to replace a random naturally generated block (a block that has not been broken or placed from the creation of the world) in a radius around the player with a custom block every 30 seconds or so. I already know how to that for the most part, except detecting what is naturally generated.