-
Bug
-
Resolution: Incomplete
-
None
-
1.14.60 Hotfix
-
None
-
Unconfirmed
-
Windows
Repro steps
- Create flat world
- Put a solid block at 0, 4, 0
- Attach a torch on the block's south face (block 0, 4, 1)
- Print the block state in server.js (see attached as example)
- The observed value is "torch_facing_direction: north"
- However, according to wiki, the block data should be 3, i.e. "facing south (attached to a block to its north)"
- "/setblock 0 4 1 torch 3 replace" confirms that block data should be 3, i.e. "facing south".