2
I need Help!
Is It possible to place Buttons or levers without any Block around them....so the lever or the Button are Just flying....usually they get destroyed If there is no Block that is Holding them....is there a trick to avoid this? Btw i mean every Block that can't be placed without a Block that holds them, Not Just levers and Buttons....i Hope you know what i mean
7
You're able to use a moving piston to have the block be sort of "placed" on. Just place a button normally with a block to support it, and then run the command
/setblock ~ ~-1 ~ moving_piston
while standing on the block the button/lever is on. Players are able to move through moving pistons, it wont have any collision and you can freely move through the area. Just to know, mobs can't pathfind through moving pistons, and you can't place a block where a moving piston is. The only way to break it is with another setblock command to remove it, or TNT. Hope this helps.
/setblock ~ ~-1 ~ moving_piston
while standing on the block the button/lever is on. Players are able to move through moving pistons, it wont have any collision and you can freely move through the area. Just to know, mobs can't pathfind through moving pistons, and you can't place a block where a moving piston is. The only way to break it is with another setblock command to remove it, or TNT. Hope this helps.
barrier blocks.
[deleted]
Barrier or the void block(a green void item)
Try barrier blocks
I know that, but I want to know if its possible without any block.....for example with help of a command or something like that
Im not sure, but using setblock might work, as long as you don't update surrounding blocks, or placed block itself (by clicking the floating button for example).
