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

21 lines
418 B
JSON

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