-
Bug
-
Resolution: Duplicate
-
None
-
1.18.2
-
None
-
Unconfirmed
-
(Unassigned)
/setblock ~ ~ ~ minecraft:spruce_door[open=true]
In earlier versions the door will spawn open and in 1.18 the door is still closed. This effects my datapack thats make is possible to open doors with your eyes😬
example:
execute as @a[tag=STEleven,tag=!IronDoorL] at @s if block ^ ^1.62 ^1 minecraft:iron_door[facing=east] run fill ^ ^1 ^1 ^ ^1 ^1 minecraft:iron_door[open=true,hinge=left,facing=east] replace minecraft:iron_door[open=false,hinge=left,half=lower,facing=east]
- duplicates
-
MC-192791 Doors' block states cannot be set if another door half exists
- Resolved