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

Block orientation data value missing

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • None
    • Minecraft 1.13-pre7
    • None
    • windows 10 computer,
      latest java version to this date
    • Unconfirmed

      To set a block, for example a dropper, with an orientation facing up, down, north, south, east, or west, in 1.12.2 you would do it like this:
      /setblock ~ ~ ~ minecraft:dropper 3
      in 1.13pre-7, you would do it like this:
      /setblock ~ ~-1 ~ minecraft:dropper[facing=south]
      but there is no way to set the data value of an existing block to a certain orientation?
      I have tried things like /data get block ~ ~ ~ {facing:south} and /data get block ~ ~ ~ [facing=south], and nothings works! By putting the [facing=south] next to the dispenser, it implies that there must be a data value for it, but there is not.

            Unassigned Unassigned
            CommandPerson Merrick
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: