Files
minecraft_lzstools/data/lzstools_wrench/item_modifier/terracotta_north.json
T
lzstealth a6dbc990bf
Draft Release / deploy-prod (push) Successful in 26s
Update compatibility for Minecraft 26.3
2026-09-19 01:23:36 +01:00

24 lines
477 B
JSON

[
{
"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"
}
}
]