-
Bug
-
Resolution: Duplicate
-
None
-
1.16.1
-
None
-
Unconfirmed
-
(Unassigned)
When using the /setblock or /fill command, the block orientation data (e.g [north=false,east=true]) do not function properly. This affects blocks such as Glass Panes, Fences, Walls, Etc. For example, trying to fill an area with glass panes that are only pointing east and north, it will simply connect to adjacent blocks, and if there are no adjacent blocks, it will not connect to anything.
Steps To Reproduce
- Go into a world with commands enabled and put into chat /fill ~ ~ ~ ~ ~ ~ minecraft:glass_pane[north=true,west=true] (It doesn't have to be a glass pane, it can be fences or walls as well. It can be any direction too, but it's better to have at least 2 values set to true to see the bug better.) Additionally, make sure there are no blocks placed adjacent to the block.
- You will notice that the direction data is ignored and is placed like it normally would if there were no surrounding blocks.
You can also do this adjacent to a block as well, but the results are the same, except the block will connect to the adjacent block.
- duplicates
-
MC-191096 Fences and walls can no longer be placed in invalid block states by using /setblock or /fill
- Resolved
-
MC-192498 /fill and /setblock cannot set different directional block states of several blocks, such as glass panes and iron bars
- Resolved
-
MC-192943 Cannot set the in_wall block state of fence gates with /setblock or /fill
- Resolved