How to make lava removed from dimension on placing

Started by Generic2635 on

Topic category: Help with MCreator software

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make lava removed from dimension on placing

I am trying to make a custom dimension, and I want to make it so that there is no lava in the dimension. Now, I don't mean that I want it to not generate, I know how to do that, but I want it so that it's replaced with obsidian when it's placed, similar to how water is replaced with air in the nether. Probably requires a procedure, but I don't know how to detect the lava being placed.

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use an ore feature, replace…
Wed, 06/03/2026 - 18:24

Use an ore feature, replace lava instead of stone, make it spawn in large chunks and no spawn chance, that way it spawns in every chunk

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
No, what I mean is I want…
Wed, 06/03/2026 - 21:04

No, what I mean is I want something similar to how, after world generation, if you place water in the nether, it gets replaced with air. But instead of water being replaced with air, I want lava to be replaced with obsidian when it is placed by a player.