Started by
RoboMan
on
Topic category: Help with Minecraft modding (Java Edition)
I'm looking to create a block that cannot have other blocks placed on or next to it. How would I go about doing this?
Topic category: Help with Minecraft modding (Java Edition)
I'm looking to create a block that cannot have other blocks placed on or next to it. How would I go about doing this?
when neighbor block changes remove block at X Y Z
I would use this, but there is a door that connects to one of these blocks, and I need players alone to not be able to place blocks on it, as I need blocks to be spawned in on top of them.
what?
My explanation was awful, so I'll try to explain it better. I am making a structure that I do not players to be able to place blocks on. In that structure is a door, and if it opened using the method you said, it would just delete the door.
*do not want
then make it so it says something like
if not block at X Y Z = YOUR_DOOR
etc etc etc
Ah, I see. Thank you for your help.
You can do it by canceling the global trigger with the procedure