Started by clocked_artifact on Sat, 05/09/2020 - 11:29 Topic category: Help with Minecraft modding (Java Edition) How would I make a block that detects if its in water? Jump to top If: is MATERIAL type at x: x y: y+1 z: 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. Jump to top Permalink Log in or register to post comments Thank you Jump to top Permalink Log in or register to post comments
If: is MATERIAL type at x: x y: y+1 z: 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. Jump to top Permalink Log in or register to post comments
If: is MATERIAL type at x: x y: y+1 z: 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.
Thank you