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

Air is not able to replace blocks.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • None
    • 1.14.0.3 Beta
    • None
    • Unconfirmed
    • Windows

      Running the following code showes You that air block is not able to replace glowstone or other blocks. Is it correct or failer? 

       
      player.onChat("napis", function () {
      blocks.print(
      "Ahoj",
      Block.Glowstone,
      positions.create(0,0,20),
      CompassDirection.West
      )
      loops.pause(2000)
      blocks.print(
      "Ahoj",
      Block.Air,
      positions.create(0,0,20),
      CompassDirection.West
      )
      })
       
      Thank you.

            ondra.kocur@email.cz Ondřej Kočur
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: