Trying to prevent player placing water on specific blocks doesn't work.
Boolyman opened this issue ยท 1 comments
I am trying to prevent the player from placing water down on dungeon blocks. Below is my script, but the water still gets placed down. Is there a script that would work?
{
"playerhelditem": "minecraft:water_bucket",
"block": "rustic_resources:hardgrass",
"result": "deny"
},