Started by
LenoraFX
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make it so a non-walk through block with a bounding box turns into a block that u can walk through. It'll be a block that u cannot go walk through when u first place it and will become a walk through block when u right click on it
probably the easiest way is to make 2 identical blocks, one can be walked through, then when the block is right clicked, use a procedure to swap it out for the other one.