-
Bug
-
Resolution: Duplicate
-
None
-
1.16.1
-
Unconfirmed
-
(Unassigned)
There is a door:
setblock -1161 31 -1135 minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=false]
setblock -1161 32 -1135 minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=false]
When you try to change blocks using the command block to (open -> true):
setblock -1161 31 -1135 minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=false]
setblock -1161 32 -1135 minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=false]
The block does not change
Previously worked at 1.15
- duplicates
-
MC-192791 Doors' block states cannot be set if another door half exists
- Resolved