Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-80865

Block state of torch in server.js has opposite direction than block data wiki

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • None
    • 1.14.60 Hotfix
    • None
    • Unconfirmed
    • Windows

      Repro steps

      1. Create flat world
      2. Put a solid block at 0, 4, 0
      3. Attach a torch on the block's south face (block 0, 4, 1)
      4. Print the block state in server.js (see attached as example)
      5. The observed value is "torch_facing_direction: north"
      6. However, according to wiki, the block data should be 3, i.e. "facing south (attached to a block to its north)"
      7. "/setblock 0 4 1 torch 3 replace" confirms that block data should be 3, i.e. "facing south".

       

            royitaqi Roy Shi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: