Files
minecraft_lzstools/data/lzstools_wrench/item_modifier/terracotta_east.json
T
lzstealth b8cb9b7150
Draft Release / deploy-prod (push) Successful in 2s
Fix item modifiers for Minecraft 26.3
2026-09-19 01:25:56 +01:00

27 lines
539 B
JSON

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