Added Trowel

Fixed issue with wrench
Organised tools into folders
This commit is contained in:
2025-05-15 22:24:08 +01:00
parent 444e5071d4
commit e2b221eed0
225 changed files with 1191 additions and 536 deletions

View File

@@ -0,0 +1,21 @@
[
{
"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"
}
}
]

View File

@@ -0,0 +1,21 @@
[
{
"function": "minecraft:set_lore",
"entity": "this",
"lore": [
{
"text": "Face Click"
}
],
"mode": "replace_all"
},
{
"function": "minecraft:set_custom_model_data",
"strings": {
"values": [
"lzstools:wrench_face_click"
],
"mode": "replace_all"
}
}
]

View File

@@ -0,0 +1,21 @@
[
{
"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"
}
}
]

View File

@@ -0,0 +1,21 @@
[
{
"function": "minecraft:set_lore",
"entity": "this",
"lore": [
{
"text": "Flip"
}
],
"mode": "replace_all"
},
{
"function": "minecraft:set_custom_model_data",
"strings": {
"values": [
"lzstools:wrench_flip"
],
"mode": "replace_all"
}
}
]

View File

@@ -0,0 +1,24 @@
[
{
"function": "minecraft:set_lore",
"entity": "this",
"lore": [
{
"text": "Terracotta"
},
{
"text": "East"
}
],
"mode": "replace_all"
},
{
"function": "minecraft:set_custom_model_data",
"strings": {
"values": [
"lzstools:wrench_terracotta"
],
"mode": "replace_all"
}
}
]

View File

@@ -0,0 +1,24 @@
[
{
"function": "minecraft:set_lore",
"entity": "this",
"lore": [
{
"text": "Terracotta"
},
{
"text": "North"
}
],
"mode": "replace_all"
},
{
"function": "minecraft:set_custom_model_data",
"strings": {
"values": [
"lzstools:wrench_terracotta"
],
"mode": "replace_all"
}
}
]

View File

@@ -0,0 +1,24 @@
[
{
"function": "minecraft:set_lore",
"entity": "this",
"lore": [
{
"text": "Terracotta"
},
{
"text": "South"
}
],
"mode": "replace_all"
},
{
"function": "minecraft:set_custom_model_data",
"strings": {
"values": [
"lzstools:wrench_terracotta"
],
"mode": "replace_all"
}
}
]

View File

@@ -0,0 +1,24 @@
[
{
"function": "minecraft:set_lore",
"entity": "this",
"lore": [
{
"text": "Terracotta"
},
{
"text": "West"
}
],
"mode": "replace_all"
},
{
"function": "minecraft:set_custom_model_data",
"strings": {
"values": [
"lzstools:wrench_terracotta"
],
"mode": "replace_all"
}
}
]