From d7472e1ffbff48414f0973e3398859978e791622 Mon Sep 17 00:00:00 2001 From: Mark Rapson Date: Wed, 14 May 2025 12:15:39 +0100 Subject: [PATCH] Remove the now lzstools add .gitmodules test --- .gitmodules | 2 + .../minecraft/items/carrot_on_a_stick.json | 18 ---- .../models/items/rotator_wrench.json | 92 ------------------ .../models/items/rotator_wrench_2.json | 89 ----------------- .../items/rotator_wrench_face_click.json | 50 ---------- .../items/rotator_wrench_face_player.json | 11 --- .../models/items/rotator_wrench_flip.json | 11 --- .../items/rotator_wrench_terracotta.json | 50 ---------- .../textures/block/rotator_wrench/rotate.png | Bin 520 -> 0 bytes .../textures/block/rotator_wrench/stick.png | Bin 262 -> 0 bytes 10 files changed, 2 insertions(+), 321 deletions(-) create mode 100644 .gitmodules delete mode 100644 packs/0-lzcustom/assets/minecraft/items/carrot_on_a_stick.json delete mode 100644 packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench.json delete mode 100644 packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench_2.json delete mode 100644 packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench_face_click.json delete mode 100644 packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench_face_player.json delete mode 100644 packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench_flip.json delete mode 100644 packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench_terracotta.json delete mode 100644 packs/0-lzcustom/assets/rotator_wrench/textures/block/rotator_wrench/rotate.png delete mode 100644 packs/0-lzcustom/assets/rotator_wrench/textures/block/rotator_wrench/stick.png diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f8254c1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,2 @@ +[submodule "packs/1-lzstools"] + url = git://git.lzstealth.com/LZStealth/minecraft_lzstools \ No newline at end of file diff --git a/packs/0-lzcustom/assets/minecraft/items/carrot_on_a_stick.json b/packs/0-lzcustom/assets/minecraft/items/carrot_on_a_stick.json deleted file mode 100644 index ebdd84e..0000000 --- a/packs/0-lzcustom/assets/minecraft/items/carrot_on_a_stick.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "model": { - "type": "select", - "property": "custom_model_data", - "index": 1, - "fallback": { - "type": "minecraft:model", - "model": "minecraft:item/carrot_on_a_stick" - }, - "cases": [ - { "when": "lzstealth:wrench_default", "model": { "type": "model", "model": "rotator_wrench:items/rotator_wrench" } }, - { "when": "lzstealth:wrench_flip", "model": { "type": "model", "model": "rotator_wrench:items/rotator_wrench_flip" } }, - { "when": "lzstealth:wrench_face_player", "model": { "type": "model", "model": "rotator_wrench:items/rotator_wrench_face_player" } }, - { "when": "lzstealth:wrench_face_click", "model": { "type": "model", "model": "rotator_wrench:items/rotator_wrench_face_click" } }, - { "when": "lzstealth:wrench_terracotta", "model": { "type": "model", "model": "rotator_wrench:items/rotator_wrench_terracotta" } } - ] - } -} \ No newline at end of file diff --git a/packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench.json b/packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench.json deleted file mode 100644 index d123961..0000000 --- a/packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [8, 8], - "textures": { - "0": "rotator_wrench:block/rotator_wrench/stick", - "1": "block/oak_log_top", - "2": "block/oak_log", - "3": "block/oak_log_top", - "4": "block/oak_log", - "5": "block/oak_log", - "6": "block/oak_log", - "overlay": "rotator_wrench:block/rotator_wrench/rotate", - "particle": "block/oak_log" - }, - "elements": [ - { - "from": [7.5, 0, 7.5], - "to": [8.5, 7, 8.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 7]}, - "faces": { - "north": {"uv": [0, 0, 3, 16], "texture": "#0"}, - "east": {"uv": [3, 0, 0, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 3, 16], "texture": "#0"}, - "west": {"uv": [3, 0, 0, 16], "texture": "#0"}, - "up": {"uv": [3, 3, 6, 0], "texture": "#0"}, - "down": {"uv": [3, 3, 6, 0], "texture": "#0"} - } - }, - { - "name": "block", - "from": [6.5, 7, 6.5], - "to": [9.5, 10, 9.5], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8.5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#1"}, - "east": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#3"}, - "west": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#6"} - } - }, - { - "name": "overlay", - "from": [6.45, 6.95, 6.45], - "to": [9.55, 10.05, 9.55], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8.5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#overlay"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#overlay"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [0, -45, 0], - "translation": [0.5, 4.5, 1] - }, - "thirdperson_lefthand": { - "rotation": [0, -45, 0], - "translation": [0.5, 4.5, 1] - }, - "firstperson_righthand": { - "rotation": [0, 85, -20], - "translation": [0, 3, 0] - }, - "firstperson_lefthand": { - "rotation": [0, -85, 20], - "translation": [0, 3, 0] - }, - "ground": { - "rotation": [45, 0, 72.5], - "translation": [0, -1, 0], - "scale": [1.2, 1.2, 1.2] - }, - "gui": { - "rotation": [-25, 10, 45], - "translation": [-3.25, 3, 0], - "scale": [1.725, 1.725, 1.725] - }, - "head": { - "rotation": [0, 0, 28.5], - "translation": [-7, 10.5, 0], - "scale": [2.5, 2.5, 2.5] - }, - "fixed": { - "rotation": [-5, 0, -45], - "translation": [5, 5, -1.5], - "scale": [2.5, 2.5, 2.5] - } - } -} \ No newline at end of file diff --git a/packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench_2.json b/packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench_2.json deleted file mode 100644 index 133a2db..0000000 --- a/packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench_2.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [8, 8], - "textures": { - "0": "rotator_wrench:block/rotator_wrench/stick", - "4": "rotator_wrench:block/rotator_wrench/rotate", - "6": "1.21.4:block/observer_back", - "7": "1.21.4:block/observer_front", - "8": "1.21.4:block/observer_side", - "9": "1.21.4:block/observer_top", - "particle": "block/oak_log" - }, - "elements": [ - { - "from": [7.5, 0, 7.5], - "to": [8.5, 7, 8.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 7]}, - "faces": { - "north": {"uv": [0, 0, 3, 16], "texture": "#0"}, - "east": {"uv": [3, 0, 0, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 3, 16], "texture": "#0"}, - "west": {"uv": [3, 0, 0, 16], "texture": "#0"}, - "up": {"uv": [3, 3, 6, 0], "texture": "#0"}, - "down": {"uv": [3, 3, 6, 0], "texture": "#0"} - } - }, - { - "from": [6.5, 7, 6.5], - "to": [9.5, 10, 9.5], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8.5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#9"}, - "east": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#8"}, - "south": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#9"}, - "west": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#8"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#6"} - } - }, - { - "name": "overlay", - "from": [6.45, 6.95, 6.45], - "to": [9.55, 10.05, 9.55], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8.5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#4"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [0, -45, 0], - "translation": [0.5, 4.5, 1] - }, - "thirdperson_lefthand": { - "rotation": [0, -45, 0], - "translation": [0.5, 4.5, 1] - }, - "firstperson_righthand": { - "rotation": [0, -85, 20], - "translation": [0, 3, 0] - }, - "firstperson_lefthand": { - "rotation": [0, -85, 20], - "translation": [0, 3, 0] - }, - "ground": { - "rotation": [45, 0, 72.5], - "translation": [0, -1, 0], - "scale": [1.2, 1.2, 1.2] - }, - "gui": { - "rotation": [-25, 10, 45], - "translation": [-3.25, 3, 0], - "scale": [1.725, 1.725, 1.725] - }, - "head": { - "rotation": [0, 0, 28.5], - "translation": [-7, 10.5, 0], - "scale": [2.5, 2.5, 2.5] - }, - "fixed": { - "rotation": [-5, 0, -45], - "translation": [5, 5, -1.5], - "scale": [2.5, 2.5, 2.5] - } - } -} \ No newline at end of file diff --git a/packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench_face_click.json b/packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench_face_click.json deleted file mode 100644 index 6bc05ce..0000000 --- a/packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench_face_click.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "parent": "rotator_wrench:items/rotator_wrench", - "textures": { - "1": "block/observer_top", - "2": "block/observer_side", - "3": "block/observer_top", - "4": "block/observer_side", - "5": "block/observer_front", - "6": "block/observer_back" - }, - "elements": [ - { - "from": [7.5, 0, 7.5], - "to": [8.5, 7, 8.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 7]}, - "faces": { - "north": {"uv": [0, 0, 3, 16], "texture": "#0"}, - "east": {"uv": [3, 0, 0, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 3, 16], "texture": "#0"}, - "west": {"uv": [3, 0, 0, 16], "texture": "#0"}, - "up": {"uv": [3, 3, 6, 0], "texture": "#0"}, - "down": {"uv": [3, 3, 6, 0], "texture": "#0"} - } - }, - { - "name": "block", - "from": [6.5, 7, 6.5], - "to": [9.5, 10, 9.5], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8.5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1"}, - "east": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#2"}, - "south": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#3"}, - "west": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#6"} - } - }, - { - "name": "overlay", - "from": [6.45, 6.95, 6.45], - "to": [9.55, 10.05, 9.55], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8.5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#overlay"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#overlay"} - } - } - ] - } \ No newline at end of file diff --git a/packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench_face_player.json b/packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench_face_player.json deleted file mode 100644 index 475eaa2..0000000 --- a/packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench_face_player.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "parent": "rotator_wrench:items/rotator_wrench", - "textures": { - "1": "block/chiseled_polished_blackstone", - "2": "block/chiseled_polished_blackstone", - "3": "block/chiseled_polished_blackstone", - "4": "block/chiseled_polished_blackstone", - "5": "block/chiseled_polished_blackstone", - "6": "block/chiseled_polished_blackstone" - } - } \ No newline at end of file diff --git a/packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench_flip.json b/packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench_flip.json deleted file mode 100644 index 40dd99c..0000000 --- a/packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench_flip.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "parent": "rotator_wrench:items/rotator_wrench", - "textures": { - "1": "block/gold_block", - "2": "block/gold_block", - "3": "block/gold_block", - "4": "block/gold_block", - "5": "block/gold_block", - "6": "block/gold_block" - } - } \ No newline at end of file diff --git a/packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench_terracotta.json b/packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench_terracotta.json deleted file mode 100644 index 4c36031..0000000 --- a/packs/0-lzcustom/assets/rotator_wrench/models/items/rotator_wrench_terracotta.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "parent": "rotator_wrench:items/rotator_wrench", - "textures": { - "1": "block/pink_glazed_terracotta", - "2": "block/pink_glazed_terracotta", - "3": "block/pink_glazed_terracotta", - "4": "block/pink_glazed_terracotta", - "5": "block/pink_glazed_terracotta", - "6": "block/pink_glazed_terracotta" - }, - "elements": [ - { - "name": "block", - "from": [6.5, 7, 6.5], - "to": [9.5, 10, 9.5], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8.5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#1"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#2"}, - "south": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#3"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "down": {"uv": [0, 16, 16, 0], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [7.5, 0, 7.5], - "to": [8.5, 7, 8.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 7]}, - "faces": { - "north": {"uv": [0, 0, 3, 16], "texture": "#0"}, - "east": {"uv": [3, 0, 0, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 3, 16], "texture": "#0"}, - "west": {"uv": [3, 0, 0, 16], "texture": "#0"}, - "up": {"uv": [3, 3, 6, 0], "texture": "#0"}, - "down": {"uv": [3, 3, 6, 0], "texture": "#0"} - } - }, - { - "name": "overlay", - "from": [6.45, 6.95, 6.45], - "to": [9.55, 10.05, 9.55], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8.5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#overlay"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#overlay"} - } - } - ] -} \ No newline at end of file diff --git a/packs/0-lzcustom/assets/rotator_wrench/textures/block/rotator_wrench/rotate.png b/packs/0-lzcustom/assets/rotator_wrench/textures/block/rotator_wrench/rotate.png deleted file mode 100644 index 61cdb8a4e4657d998a6b82026f013fe4c6226696..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 520 zcmV+j0{8uiP)Px$!bwCyR5*>rlRIw{Q4oc{yBpaM+hQLM4<)SKAZRJlqDTmdb%c}>1xErw0|kG8 zf{q?q8VZO+iI50NMa?fjR89({un7k2UBA{l6h=|@WkoR(r<<8G=bn3KF8mj)Fqc<4 zfB&o;jdO{Ap=ujWLF&&){3Pf1Aj1S7S=_vd9c+!)JZvXHk`*IEQ>E_!s^bO-49uZ+N-8W#AY(D9Sv$t z=cN*!2S0rzR9C!@?MyKMM7;n&kEde}{Z99R426TOwgw0ZTzGg+LN6rpBM?D1b@VfO zk~YE8`qCxaHD%gFj{^;$ez#uNHSMb^DELG;vta90tJPOMWSF|;$pity{h5rV1?Q?W zJzZR|cIV=wQ*t_I%}~^yQL)O~{Z5a)cb+2o zQ?xPH0BqNcj^##VJLvoDUG;Ld8?YM2J=-;-|v&_!x-G8|c)A0xFxR=kPx#z)3_wR5*>Lkg*DaP#8wfH7g}VDX<(GoTEK@>t3P32dD>VXebOtvGSVKZ78Cl zL2uuF4(I>Haz0UG7v$|uUUo?Hf}!gWZI6NmGfYvln7LTJ7wmf$rl^~+0GI$tp#bnb zi#U^w;g0}bC#*L~qwMb)ZGoSHkt3M;13f{UNp^=)zo6e0gn`XIzUT?6T9Fh={{-K& z0Q3uZKT&taS*rh@c$Jkl3}6mjhcK{tJPhE}z97wu{|W$BQI4+Y3FnVP5jE%;^Z)<= M07*qoM6N<$f~zcO!T