Started by
Griy
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make it so my block can't be placed in the air and water but I can't figure it out.
This is what I have for the procedure. It's not working so could someone tell me what I'm doing wrong? All it's doing right now is making me unable to place the block at all.
On your is air at block should have [y: {y-1}] instead of just [y: {-1}] You can use one of the math blocks to achieve this. Right now its scanning all blocks ay y level -1 lol
Ohh I'm an idiot lmao. Thank you so much, it works fine now! :)
No problem :)