-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.8.1
-
None
-
Linux Ubuntu 14.04
Java 1.7.0_75 64bit
-
Unconfirmed
When using one command block to place another command block with a command such as
/setblock ~1 ~ ~ minecraft:command_block 0 replace {Command:"{text:\"/say Test\"}"}
I expect the created command block to have the command
/say Test
but instead the JSON is not interpreted, leaving the command
{text:"/say Test"}
- duplicates
-
MC-66635 Selector in /setblock doesn't work in all cases
- Resolved