How can i make water unplaceable in a custom Biome?

Started by Uncle-Ele on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can i make water unplaceable in a custom Biome?
Tue, 03/11/2025 - 21:24 (edited)

Hi, as said in the title, I would like to create a biome where Water cannot be placed (It would evaporate like in the nether). I tried THIS PROCEDURE however it's not working. Help would be appreciated.

Edited by Uncle-Ele on Tue, 03/11/2025 - 21:24
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Remove the "remove block at…
Wed, 03/12/2025 - 22:13

Remove the "remove block at x,y,z" and put a "cancel event that triggered global trigger" that can be found in the advanced tab of the procedure editor. Then put blocks to remove the water item from the player's hand or replace it with an empty bucket.