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

\ is removed from Json in /setblock in falling sand.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • None
    • Minecraft 1.8.3
    • None
    • Java: 1.8.0_25 64 bit
      Windows 7
    • Unconfirmed

      I am trying to make a 1 command generator that allows creation of signs at the front. Unfortunately, when I summon the command block with the setblock in, the json has the \removed and so the command does not work.

      Note, it says unknown macro in this website for some reason and so I placed it in pastebin:
      http://pastebin.com/QntgSjfy

      Original Command:

      /summon FallingSand ~ ~1 ~ {Tile:command_block,Block:command_block,TileEntityData:{Command:"execute @p ~ ~ ~ setblock ~-2 ~-1 ~ minecraft:wall_sign 4 replace {Text1:\"{text:\"Hello\",color:gold}\"}"},Time:1}
       

      Summoned Command:

      execute @p ~ ~ ~ setblock ~-2 ~-1 ~ minecraft:wall_sign 4 replace {Text1:"{text:"Hello",color:gold}"}
      

            Unassigned Unassigned
            AutomaticSnowball AutomaticSnowball
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: