Detect naturally generated blocks

Started by GideonBear on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Detect naturally generated blocks

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?

Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make your block generation…
Sun, 06/20/2021 - 13:16

Make your block generation really high to test it and replace it with another ore.

Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Sorry, I'm not sure whether…
Mon, 06/21/2021 - 06:27

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.