minecraft_lzstools/data/wrench/item_modifier/wrench_face_player.json

21 lines
340 B
JSON

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