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)