-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 15w38b
-
None
-
Windows 10, (Java 8 Update 60)
-
Unconfirmed
Changing the signs blockdata by using Json format doesn't work correctly.
(or did I missed something new with signs ?)
Changing a sign with the command blockdata (in commandblock) with Json format... /blockdata ~ ~1 ~ {Text2:"
{text:\"Bye\",color:black}"}
Sign reads then
{text:\"Bye\",color:black}instead of Bye
I think you know how to do it but anyway...
1. Put command block under a sign...
2. type a command to change the sign via Json tag (like blockdata)
3. power commandblock
I hope I didn't miss something out of the latest snapshots and didn't wasted your time now.
I hope you'll see this soon enought, I'm trying to make a map for 1.9
- duplicates
-
MC-83460 JSON requires quotes around the keys in the "/title" and "/tellraw" commands and NBT tags "pages", "Text1" .. "Text4"
- Resolved