21 lines
418 B
JSON
21 lines
418 B
JSON
[
|
|
{
|
|
"function": "minecraft:set_lore",
|
|
"entity": "this",
|
|
"lore": [
|
|
{
|
|
"text": "Default"
|
|
}
|
|
],
|
|
"mode": "replace_all"
|
|
},
|
|
{
|
|
"function": "minecraft:set_custom_model_data",
|
|
"strings": {
|
|
"values": [
|
|
"lzstools:wrench_default"
|
|
],
|
|
"mode": "replace_all"
|
|
}
|
|
}
|
|
] |