minecraft_lzstools/data/wrench/item_modifier/wrench_terracotta_south.json

24 lines
379 B
JSON

[
{
"function": "minecraft:set_lore",
"entity": "this",
"lore": [
{
"text": "Terracotta"
},
{
"text": "South"
}
],
"mode": "replace_all"
},
{
"function": "minecraft:set_custom_model_data",
"strings": {
"values": [
"lzstools:wrench_terracotta"
],
"mode": "replace_all"
}
}
]