How can i make water unplaceable in a custom Biome?

Started by Uncle-Ele on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 month ago
Joined Oct 2018
Points:
749

User statistics:

  • Modifications: 6
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 13
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
Active 2 weeks ago
Joined Oct 2021
Points:
492

User statistics:

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