Started by
Werem
on
Topic category: Help with Minecraft modding (Java Edition)
Hello! I need to make it so that when a player places a block, it disappears and after 3 seconds it is there again. I tried to do something similar, but it didn't work for me. I'm new to mcreator so I don't know much. Thank you for your attention!
In your block, say in "when the block is placed"
Destroy bloc at x y z
wait 60 tick
Place a block [your block] at x y z
If the block is not destroy when it is placed, say :
wait 1 tick and do the procedure