-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 15w42a
-
None
-
Running on Windows 7 Home Premium 64 Bit, Latest Version of Java 8, 16GB of RAM (3GB allocated to game), AMD A8-5500 APU, Game is running on a Kingston 128Gb SSD. I am also using the installer version of minecraft.
-
Unconfirmed
When I edit a sign with /blockdata the sign does not update correctly(See pictures) I have tried this same thing in 1.8.8 and it works fine but dies not work in 15w42a.
Commands in command blocks:
/blockdata ~ ~1 ~ {Text1:"
{text:\"Difficulty:\",underlined:true}",Text2:"{text:\"Normal\",color:\"green\",bold:true,clickEvent:{action:\"run_command\",value:\"/setblock ~ ~ ~2 redstone_block\"}}"}
/blockdata ~ ~1 ~-2 {Text1:"
{text:\"Difficulty:\",underlined:true}",Text2:"{text:\"EXTREME\",color:\"red\",bold:true,clickEvent:{action:\"run_command\",value:\"/setblock ~ ~-1 ~-1 redstone_block\"}}"}
- duplicates
-
MC-83460 JSON requires quotes around the keys in the "/title" and "/tellraw" commands and NBT tags "pages", "Text1" .. "Text4"
- Resolved