Started by
TheAxolotlLord
on
Topic category: Help with Minecraft modding (Java Edition)
In summary, I want to both make a pressure plate-like block that is 2x2 blocks big, which doesn't seem possible in vanilla, especially connecting it with redstone. Along with that, I'd like to make a door that is 2x2 (just on a different axis). Is there any way possible for this to be achieved?
I'm basing these things on the Super-Coliding Super Button and Chamberlocks from Portal, as an FYI.
Edited by TheAxolotlLord on Wed, 02/25/2026 - 23:51
hard but possible. make models for the door and pressure plate, open/close, up/down
and then make 2 blocks for each block, closed/opem, up/down, now for the door you check for redsone signals at the blocks by using "is block at x y z redstone powered" and you put for "x y z" x +/- your number for every block that is near the block, then you make it replace the block while accounting for direction and in the other block you make the procedure in revers, if there is no redstone power, change to closed door, for the pressure plate you do it similarly, but you put redstone in the pressure plate block itself and in the blocks below, check if entity exists in a box xyz xyz above the plate.