Files
minecraft_lzstools/data/lzstools_wrench/item_modifier/face_player.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

24 lines
481 B
JSON

{
"type": "minecraft:sequence",
"functions": [
{
"type": "minecraft:set_lore",
"entity": "this",
"lore": [
{
"text": "Face Player"
}
],
"mode": "replace_all"
},
{
"type": "minecraft:set_custom_model_data",
"strings": {
"values": [
"lzstools:wrench_face_player"
],
"mode": "replace_all"
}
}
]
}