Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-194759

The command block does not change the block at the point (door)

XMLWordPrintable

    • 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

       

            Unassigned Unassigned
            Steve_Ming Yaroslav
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: