Detecting water?

Started by clocked_artifact on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Detecting water?

How would I make a block that detects if its in water?

Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If: is MATERIAL type at x: x…
Sat, 05/09/2020 - 11:54

If: is MATERIAL type at x: y: y+1 z: = Water

   Do: Thing you want it to do.

 

This should have a trigger of when you place down your block. This detects if there is water above it btw.