Add a `minecraft:lore` component to BP items that will make the item have lore by default. Similar to items like smithing templates. This would be like the `set_lore` loot table function but would apply to items by default (in the creative menu/recipe book or when using /give)
Example:
"minecraft:lore": {
"lore": [
"Line 1",
"Line 2",
"Line 3"
]
}
Please sign in to leave a comment.
0 Comments