Tobi
- Tobi406
- tobi406
- Europe/Berlin
- Yes
- No
When "/setblock" to set a sign, you may be getting a "An unexpected error occurred trying to execute that command" error in the chat, this error basicly has no reason to appear. The text specified in the command is set and visible, other Text<number> compenents are also set automatically. No error in the game log. Makes no difference if you use the new method with ' or normal " and \".
Command: /setblock ~ ~ ~ minecraft:oak_sign{Text1:"
{\"text\":\"Some text\"}"}
Why is this happening?
Beacuse the NBT Text2, Text3, Text4 are missing, basicly if one Text<number> component is missing.On which blocks?
On all wall sign variants and all normal standing sign variants.Note: This bug is appearing since 18w43a, but not in 1.13.2, because signs have changed in this snapshot the bug may exist because changes made for the introduction of the new sign variants.
Operating system: Microsoft Windows [Version 10.0.17134.648]
Java information:
java version "1.8.0_201"
Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)
When you use "/setblock" to set a sign, you may be getting a "An unexpected error occurred trying to execute that command" error in the chat, this error basicly has no reason to appear. The text specified in the command is set and visible, other Text<number> compenents are also set automatically. No error in the game log. Makes no difference if you use the new method with ' or normal " and \".
Command: /setblock ~ ~ ~ minecraft:oak_sign{Text1:"
{\"text\":\"Some text\"}"}
Why is this happening?
Beacuse the NBT Text2, Text3, Text4 are missing, basicly if one Text<number> component is missing.On which blocks?
On all wall sign variants and all normal standing sign variants.Note: This bug is appearing since 18w43a, but not in 1.13.2, because signs have changed in this snapshot the bug may exist because changes made for the introduction of the new sign variants.
Can confirm for 19w11a
This is NO bug as all appearing splash texts are saved in one file (version.jar\assets\minecraft\texts\splashes.txt, can just be oppened trough a zip program like 7Zip), the "Finally complete!" splash text is in the file, too. So this Works As Intended.