Mojira Archive
MC-269215

Raw JSON Text cannot be parsed in an Item Component when in /tellraw format

Typing in the tag {{/give @s minecraft:trial_key[minecraft:custom_name=

{"text":"Big Trial Key", "color": "dark_purple", "font": "minecraft:alt"}

]}} like you would in the /tellraw command will throw this error:

Malformed 'minecraft:custom_name' component: 'java.io.EOFException: End of input at line 1 column 3 path $.'

 However, typing in the same tag in Data Pack format works perfectly:

{   \"text\": \"Big Trial Key\",   \"color\": \"dark_purple\",   \"font\": \"minecraft:alt\" }

Invalid

Jacob Dolunt

2024-03-09, 12:56 AM

2024-03-13, 02:38 PM

2024-03-13, 02:38 PM

2

0

Unconfirmed

(Unassigned)

24w10a

-