Minecraft Wiki
Advertisement

Help with elevator door[]

I am making a realistic command block elevator in my Minecraft 1.13.2. I want doors to be made out of iron bars and have nice animation, but it doesn't work. Can anyone please help me?

So, first of all, I want to be the doors open. That's easy: /fill 22 68 18 23 69 18 minecraft:air Second thing: I want the doors to be half-closed: /fill 22 68 18 22 69 18 minecraft:iron_bars[east=false,west=true] and at the same time /fill 23 68 18 23 69 18 minecraft:iron_bars[east=true,west=false] But that doesn't work. How do I achieve this?

--User-100197259 (talk) 10:02, 14 April 2019 (UTC)

It doesn’t work because the second command causes the first iron bars to update, causing the second ones to update. Maybe you can make it a door fully sliding from one side instead of both sides. FVbico (talk) 12:59, 14 April 2019 (UTC)
Advertisement