minecraft_lzstools/data/wrench/item_modifier/wrench_terracotta_east.json
Mark Rapson e2eb8071f7 Updated Namespace
Integrated Resourcepack
2025-05-14 12:09:54 +01:00

25 lines
405 B
JSON

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