Complete rewrite

Prep for addition of optional additional tools
Removed config (for now)
Added loads of blocks
This commit is contained in:
2025-05-13 02:30:39 +01:00
parent 02a8a2ca97
commit 48d5cf9d5e
195 changed files with 2060 additions and 6794 deletions

View File

@@ -0,0 +1,22 @@
[
{
"function": "minecraft:set_lore",
"entity": "this",
"lore": [
{
"text": "Default"
}
],
"mode": "replace_all"
},
{
"function": "minecraft:set_custom_model_data",
"strings": {
"values": [
"lzstealth:wrench",
"lzstealth:wrench_default"
],
"mode": "replace_all"
}
}
]

View File

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

View File

@@ -0,0 +1,22 @@
[
{
"function": "minecraft:set_lore",
"entity": "this",
"lore": [
{
"text": "Face Player"
}
],
"mode": "replace_all"
},
{
"function": "minecraft:set_custom_model_data",
"strings": {
"values": [
"lzstealth:wrench",
"lzstealth:wrench_face_player"
],
"mode": "replace_all"
}
}
]

View File

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

View File

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

View File

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

View File

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

View File

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