-
Type:
Bug
-
Status: Open
-
Resolution: Unresolved
-
Affects Version/s: Minecraft 16w05b, Minecraft 16w36a, Minecraft 1.11, Minecraft 1.13, Minecraft 18w31a, Minecraft 1.13.2, Minecraft 19w03c, Minecraft 19w04b
-
Fix Version/s: None
-
Labels:
-
Confirmation Status:Confirmed
The bug
When a parsing exception inside a nested command occurs the command returns that it ran unsuccessful, however it still gets executed.
How to reproduce
Use the following command and place a comparator next the command block or a conditional chain command block with a command
/setblock ~ ~1 ~ oak_sign{Text1:"{\"test\"}",Text2:"[\"\"]",Text3:"[\"\"]",Text4:"[\"\"]"}
The first JSON data for Text1 is invalid, but instead of not placing the sign at all or ignoring this, it places the sign but states it was unsuccessful