Started by
Aksumite
on
Topic category: Help with Minecraft modding (Java Edition)
I am making rope, and would like it to work very similar to the new weeping vines from 1.16, so the rope should only be able to be placed on the underside of blocks. Thanks :D
Use procedure on block added and check if neighbour blocks match your conditions. If not, remove the block (your block you just placed on x, y, and z).
That’s not exactly what I’m going for, I don’t want the block (rope) to be placed anywhere else in the first place. For an example, when you try to put weeping vines on the side of a block it doesn’t place and then get removed, it just cancels the placement entirely.