mojira.dev
MC-128524

Naming an item in a loottable using "\n" won't add a new line

{
    "function": "minecraft:set_name",
    "name": [{"text":"Fire Orb","color":"red","italic":false},{"text":"\nLORE","color":"white"}]
}

The Name of the created item is
"Fire Orb[special character]LORE"

instead of

"Fire Orb
LORE"

Comments 1

Item, entity and block names and sign text don’t allow new lines.

Yannik

(Unassigned)

Unconfirmed

Minecraft 18w15a

Retrieved