When I tried to use the exact /blockdata command that I successfully used in version 1.8, it reported an unexpected error.
What I expected to happen was...:
I expected it to change the block data like it used to.
What actually happened was...:
It just came back with an unexpected error.
Steps to Reproduce:
1. Just type in a /blockdata command in either the chat or in a command block.
Attachments
Comments 4
This is the command that I used in Minecraft 1.8 when it worked:
/blockdata -82 62 244 {Text1:"",Text2:"Press to exit",Text3:"",Text4:""}
I used it on a sign.
I also noticed that the title command and tellraw command no longer work.
non of your Text lines are valid JSON, that's required as of 1.9
use
/blockdata -82 62 244 {Text1:"[\"\"]",Text2:"{\"text\":\"Press to exit\"}",Text3:"[\"\"]",Text4:"[\"\"]"}
please provide the exact command you used, as well as on what block you tried using it