Detect naturally generated blocks

Started by GideonBear on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 months ago
Joined Jun 2021
Points:
554

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
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?

Active 3 months ago
Joined Jun 2021
Points:
554

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Bump
Sat, 06/19/2021 - 10:25

Bump

Active 4 months ago
Joined May 2021
Points:
738

User statistics:

  • Modifications: 2
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 171
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.

Active 3 months ago
Joined Jun 2021
Points:
554

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
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.