{
"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"
{
"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"
Item, entity and block names and sign text don’t allow new lines.