27 lines
540 B
JSON
27 lines
540 B
JSON
{
|
|
"type": "minecraft:sequence",
|
|
"functions": [
|
|
{
|
|
"type": "minecraft:set_lore",
|
|
"entity": "this",
|
|
"lore": [
|
|
{
|
|
"text": "Terracotta"
|
|
},
|
|
{
|
|
"text": "North"
|
|
}
|
|
],
|
|
"mode": "replace_all"
|
|
},
|
|
{
|
|
"type": "minecraft:set_custom_model_data",
|
|
"strings": {
|
|
"values": [
|
|
"lzstools:wrench_terracotta"
|
|
],
|
|
"mode": "replace_all"
|
|
}
|
|
}
|
|
]
|
|
} |