minecraft_lzstools/data/wrench/item_modifier/wrench_terracotta_north.json
Mark Rapson 48d5cf9d5e Complete rewrite
Prep for addition of optional additional tools
Removed config (for now)
Added loads of blocks
2025-05-13 02:30:39 +01:00

25 lines
408 B
JSON

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