From 36b6cc19278dacc67d8f8180e3e8e2547b43a106 Mon Sep 17 00:00:00 2001 From: YoyoNow Date: Fri, 18 Apr 2025 16:05:32 +0200 Subject: [PATCH] Add SteamWar Texture pack for pack version 9 --- .gitignore | 20 ++++++++++++ 9/assets/minecraft/models/item/beacon.json | 16 ++++++++++ 9/assets/minecraft/models/item/beacon/1.json | 20 ++++++++++++ 9/assets/minecraft/models/item/blaze_rod.json | 30 ++++++++++++++++++ .../minecraft/models/item/blaze_rod/1.json | 24 ++++++++++++++ .../minecraft/models/item/blaze_rod/2.json | 24 ++++++++++++++ .../minecraft/models/item/blaze_rod/3.json | 24 ++++++++++++++ 9/assets/minecraft/models/item/cauldron.json | 23 ++++++++++++++ .../minecraft/models/item/cauldron/1.json | 20 ++++++++++++ .../minecraft/models/item/cauldron/2.json | 20 ++++++++++++ .../minecraft/models/item/firework_star.json | 17 ++++++++++ .../models/item/firework_star/1.json | 20 ++++++++++++ .../models/item/flint_and_steel.json | 16 ++++++++++ .../models/item/flint_and_steel/1.json | 6 ++++ .../minecraft/models/item/glass_bottle.json | 16 ++++++++++ .../minecraft/models/item/glass_bottle/1.json | 6 ++++ 9/assets/minecraft/models/item/gray_dye.json | 23 ++++++++++++++ .../minecraft/models/item/gray_dye/1.json | 20 ++++++++++++ .../minecraft/models/item/gray_dye/2.json | 20 ++++++++++++ .../item/heavy_weighted_pressure_plate.json | 16 ++++++++++ .../item/heavy_weighted_pressure_plate/1.json | 6 ++++ .../models/item/leather_chestplate.json | 16 ++++++++++ .../models/item/leather_chestplate/1.json | 21 ++++++++++++ 9/assets/minecraft/models/item/lime_dye.json | 23 ++++++++++++++ .../minecraft/models/item/lime_dye/1.json | 20 ++++++++++++ .../minecraft/models/item/lime_dye/2.json | 20 ++++++++++++ 9/assets/minecraft/models/item/name_tag.json | 23 ++++++++++++++ .../minecraft/models/item/name_tag/1.json | 20 ++++++++++++ .../minecraft/models/item/name_tag/2.json | 20 ++++++++++++ .../minecraft/models/item/nether_star.json | 23 ++++++++++++++ .../minecraft/models/item/nether_star/1.json | 20 ++++++++++++ .../minecraft/models/item/nether_star/2.json | 20 ++++++++++++ 9/assets/minecraft/models/item/observer.json | 16 ++++++++++ .../minecraft/models/item/observer/1.json | 20 ++++++++++++ 9/assets/minecraft/models/item/obsidian.json | 16 ++++++++++ .../minecraft/models/item/obsidian/1.json | 20 ++++++++++++ 9/assets/minecraft/models/item/paper.json | 16 ++++++++++ 9/assets/minecraft/models/item/paper/1.json | 20 ++++++++++++ 9/assets/minecraft/models/item/stick.json | 16 ++++++++++ 9/assets/minecraft/models/item/stick/1.json | 6 ++++ 9/assets/minecraft/textures/item/beacon/1.png | Bin 0 -> 643 bytes .../minecraft/textures/item/blaze_rod/1.png | Bin 0 -> 732 bytes .../minecraft/textures/item/blaze_rod/2.png | Bin 0 -> 759 bytes .../minecraft/textures/item/blaze_rod/3.png | Bin 0 -> 691 bytes .../minecraft/textures/item/cauldron/1.png | Bin 0 -> 578 bytes .../minecraft/textures/item/cauldron/2.png | Bin 0 -> 709 bytes 9/assets/minecraft/textures/item/chest.png | Bin 0 -> 729 bytes .../textures/item/firework_star/1.png | Bin 0 -> 712 bytes .../textures/item/flint_and_steel/1.png | Bin 0 -> 876 bytes .../textures/item/glass_bottle/1.png | Bin 0 -> 761 bytes .../item/heavy_weighted_pressure_plate/1.png | Bin 0 -> 658 bytes .../minecraft/textures/item/name_tag/1.png | Bin 0 -> 681 bytes .../minecraft/textures/item/name_tag/2.png | Bin 0 -> 690 bytes .../minecraft/textures/item/nether_star/1.png | Bin 0 -> 751 bytes .../minecraft/textures/item/nether_star/2.png | Bin 0 -> 603 bytes 9/assets/minecraft/textures/item/next1.png | Bin 0 -> 622 bytes 9/assets/minecraft/textures/item/next2.png | Bin 0 -> 582 bytes .../minecraft/textures/item/observer/1.png | Bin 0 -> 666 bytes .../minecraft/textures/item/obsidian/1.png | Bin 0 -> 647 bytes 9/assets/minecraft/textures/item/ov/add.png | Bin 0 -> 579 bytes .../minecraft/textures/item/ov/remove.png | Bin 0 -> 528 bytes .../minecraft/textures/item/ov/search.png | Bin 0 -> 582 bytes 9/assets/minecraft/textures/item/paper/1.png | Bin 0 -> 748 bytes 9/assets/minecraft/textures/item/prev1.png | Bin 0 -> 621 bytes 9/assets/minecraft/textures/item/prev2.png | Bin 0 -> 586 bytes 9/assets/minecraft/textures/item/settings.png | Bin 0 -> 664 bytes 9/assets/minecraft/textures/item/stick/1.png | Bin 0 -> 542 bytes 9/pack.mcmeta | 6 ++++ 9/pack.png | Bin 0 -> 8793 bytes 69 files changed, 749 insertions(+) create mode 100644 .gitignore create mode 100644 9/assets/minecraft/models/item/beacon.json create mode 100644 9/assets/minecraft/models/item/beacon/1.json create mode 100644 9/assets/minecraft/models/item/blaze_rod.json create mode 100644 9/assets/minecraft/models/item/blaze_rod/1.json create mode 100644 9/assets/minecraft/models/item/blaze_rod/2.json create mode 100644 9/assets/minecraft/models/item/blaze_rod/3.json create mode 100644 9/assets/minecraft/models/item/cauldron.json create mode 100644 9/assets/minecraft/models/item/cauldron/1.json create mode 100644 9/assets/minecraft/models/item/cauldron/2.json create mode 100644 9/assets/minecraft/models/item/firework_star.json create mode 100644 9/assets/minecraft/models/item/firework_star/1.json create mode 100644 9/assets/minecraft/models/item/flint_and_steel.json create mode 100644 9/assets/minecraft/models/item/flint_and_steel/1.json create mode 100644 9/assets/minecraft/models/item/glass_bottle.json create mode 100644 9/assets/minecraft/models/item/glass_bottle/1.json create mode 100644 9/assets/minecraft/models/item/gray_dye.json create mode 100644 9/assets/minecraft/models/item/gray_dye/1.json create mode 100644 9/assets/minecraft/models/item/gray_dye/2.json create mode 100644 9/assets/minecraft/models/item/heavy_weighted_pressure_plate.json create mode 100644 9/assets/minecraft/models/item/heavy_weighted_pressure_plate/1.json create mode 100644 9/assets/minecraft/models/item/leather_chestplate.json create mode 100644 9/assets/minecraft/models/item/leather_chestplate/1.json create mode 100644 9/assets/minecraft/models/item/lime_dye.json create mode 100644 9/assets/minecraft/models/item/lime_dye/1.json create mode 100644 9/assets/minecraft/models/item/lime_dye/2.json create mode 100644 9/assets/minecraft/models/item/name_tag.json create mode 100644 9/assets/minecraft/models/item/name_tag/1.json create mode 100644 9/assets/minecraft/models/item/name_tag/2.json create mode 100644 9/assets/minecraft/models/item/nether_star.json create mode 100644 9/assets/minecraft/models/item/nether_star/1.json create mode 100644 9/assets/minecraft/models/item/nether_star/2.json create mode 100644 9/assets/minecraft/models/item/observer.json create mode 100644 9/assets/minecraft/models/item/observer/1.json create mode 100644 9/assets/minecraft/models/item/obsidian.json create mode 100644 9/assets/minecraft/models/item/obsidian/1.json create mode 100644 9/assets/minecraft/models/item/paper.json create mode 100644 9/assets/minecraft/models/item/paper/1.json create mode 100644 9/assets/minecraft/models/item/stick.json create mode 100644 9/assets/minecraft/models/item/stick/1.json create mode 100644 9/assets/minecraft/textures/item/beacon/1.png create mode 100644 9/assets/minecraft/textures/item/blaze_rod/1.png create mode 100644 9/assets/minecraft/textures/item/blaze_rod/2.png create mode 100644 9/assets/minecraft/textures/item/blaze_rod/3.png create mode 100644 9/assets/minecraft/textures/item/cauldron/1.png create mode 100644 9/assets/minecraft/textures/item/cauldron/2.png create mode 100644 9/assets/minecraft/textures/item/chest.png create mode 100644 9/assets/minecraft/textures/item/firework_star/1.png create mode 100644 9/assets/minecraft/textures/item/flint_and_steel/1.png create mode 100644 9/assets/minecraft/textures/item/glass_bottle/1.png create mode 100644 9/assets/minecraft/textures/item/heavy_weighted_pressure_plate/1.png create mode 100644 9/assets/minecraft/textures/item/name_tag/1.png create mode 100644 9/assets/minecraft/textures/item/name_tag/2.png create mode 100644 9/assets/minecraft/textures/item/nether_star/1.png create mode 100644 9/assets/minecraft/textures/item/nether_star/2.png create mode 100644 9/assets/minecraft/textures/item/next1.png create mode 100644 9/assets/minecraft/textures/item/next2.png create mode 100644 9/assets/minecraft/textures/item/observer/1.png create mode 100644 9/assets/minecraft/textures/item/obsidian/1.png create mode 100644 9/assets/minecraft/textures/item/ov/add.png create mode 100644 9/assets/minecraft/textures/item/ov/remove.png create mode 100644 9/assets/minecraft/textures/item/ov/search.png create mode 100644 9/assets/minecraft/textures/item/paper/1.png create mode 100644 9/assets/minecraft/textures/item/prev1.png create mode 100644 9/assets/minecraft/textures/item/prev2.png create mode 100644 9/assets/minecraft/textures/item/settings.png create mode 100644 9/assets/minecraft/textures/item/stick/1.png create mode 100644 9/pack.mcmeta create mode 100644 9/pack.png diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d11d574 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Package Files +*.jar + +# Gradle +.gradle +**/build/ +!gradle/wrapper/gradle-wrapper.jar +steamwar.properties +remote + +# IntelliJ IDEA +.idea +*.iml + +# VSCode +bin/ +.vscode + +# Other +lib \ No newline at end of file diff --git a/9/assets/minecraft/models/item/beacon.json b/9/assets/minecraft/models/item/beacon.json new file mode 100644 index 0000000..d3ab0dc --- /dev/null +++ b/9/assets/minecraft/models/item/beacon.json @@ -0,0 +1,16 @@ +{ + "parent": "block/beacon", + "textures": { + "texture": "minecraft:block/beacon" + }, + "overrides": + [ + { + "predicate": + { + "custom_model_data":1 + }, + "model": "item/beacon/1" + } + ] +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/beacon/1.json b/9/assets/minecraft/models/item/beacon/1.json new file mode 100644 index 0000000..5bee002 --- /dev/null +++ b/9/assets/minecraft/models/item/beacon/1.json @@ -0,0 +1,20 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/beacon/1" + }, + "display": { + "thirdperson_righthand": { + "scale": [0, 0, 0] + }, + "firstperson_righthand": { + "scale": [0, 0, 0] + }, + "thirdperson_lefthand": { + "scale": [0, 0, 0] + }, + "firstperson_lefthand": { + "scale": [0, 0, 0] + } + } +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/blaze_rod.json b/9/assets/minecraft/models/item/blaze_rod.json new file mode 100644 index 0000000..95d7679 --- /dev/null +++ b/9/assets/minecraft/models/item/blaze_rod.json @@ -0,0 +1,30 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/blaze_rod" + }, + "overrides": + [ + { + "predicate": + { + "custom_model_data":1 + }, + "model": "item/blaze_rod/1" + }, + { + "predicate": + { + "custom_model_data":2 + }, + "model": "item/blaze_rod/2" + }, + { + "predicate": + { + "custom_model_data":3 + }, + "model": "item/blaze_rod/3" + } + ] +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/blaze_rod/1.json b/9/assets/minecraft/models/item/blaze_rod/1.json new file mode 100644 index 0000000..0f725d8 --- /dev/null +++ b/9/assets/minecraft/models/item/blaze_rod/1.json @@ -0,0 +1,24 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/blaze_rod/1" + }, + "display": { + "thirdperson_righthand": { + "rotation": [0, -90, -32], + "translation": [0, 4, 0], + "scale": [0.80, 0.80, 0.80] + }, + "firstperson_righthand": { + "rotation": [70, -90, 0], + "translation": [3.5, 2.5, -1], + "scale": [0.80, 0.80, 0.80] + }, + "thirdperson_lefthand": { + "scale": [0, 0, 0] + }, + "firstperson_lefthand": { + "scale": [0, 0, 0] + } + } +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/blaze_rod/2.json b/9/assets/minecraft/models/item/blaze_rod/2.json new file mode 100644 index 0000000..e3b61f8 --- /dev/null +++ b/9/assets/minecraft/models/item/blaze_rod/2.json @@ -0,0 +1,24 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/blaze_rod/2" + }, + "display": { + "thirdperson_righthand": { + "rotation": [0, -90, -32], + "translation": [0, 4, 0], + "scale": [0.80, 0.80, 0.80] + }, + "firstperson_righthand": { + "rotation": [70, -90, 0], + "translation": [3.5, 2.5, -1], + "scale": [0.80, 0.80, 0.80] + }, + "thirdperson_lefthand": { + "scale": [0, 0, 0] + }, + "firstperson_lefthand": { + "scale": [0, 0, 0] + } + } +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/blaze_rod/3.json b/9/assets/minecraft/models/item/blaze_rod/3.json new file mode 100644 index 0000000..1624e1d --- /dev/null +++ b/9/assets/minecraft/models/item/blaze_rod/3.json @@ -0,0 +1,24 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/blaze_rod/3" + }, + "display": { + "thirdperson_righthand": { + "rotation": [0, -90, -90], + "translation": [0, -2, -2], + "scale": [0.80, 0.80, 0.80] + }, + "firstperson_righthand": { + "rotation": [0, -90, 0], + "translation": [3.5, 2.5, -1], + "scale": [0.80, 0.80, 0.80] + }, + "thirdperson_lefthand": { + "scale": [0, 0, 0] + }, + "firstperson_lefthand": { + "scale": [0, 0, 0] + } + } +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/cauldron.json b/9/assets/minecraft/models/item/cauldron.json new file mode 100644 index 0000000..7590fe7 --- /dev/null +++ b/9/assets/minecraft/models/item/cauldron.json @@ -0,0 +1,23 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cauldron" + }, + "overrides": + [ + { + "predicate": + { + "custom_model_data":1 + }, + "model": "item/cauldron/1" + }, + { + "predicate": + { + "custom_model_data":2 + }, + "model": "item/cauldron/2" + } + ] +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/cauldron/1.json b/9/assets/minecraft/models/item/cauldron/1.json new file mode 100644 index 0000000..40b7c6f --- /dev/null +++ b/9/assets/minecraft/models/item/cauldron/1.json @@ -0,0 +1,20 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cauldron/1" + }, + "display": { + "thirdperson_righthand": { + "scale": [0, 0, 0] + }, + "firstperson_righthand": { + "scale": [0, 0, 0] + }, + "thirdperson_lefthand": { + "scale": [0, 0, 0] + }, + "firstperson_lefthand": { + "scale": [0, 0, 0] + } + } +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/cauldron/2.json b/9/assets/minecraft/models/item/cauldron/2.json new file mode 100644 index 0000000..b2544c2 --- /dev/null +++ b/9/assets/minecraft/models/item/cauldron/2.json @@ -0,0 +1,20 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cauldron/2" + }, + "display": { + "thirdperson_righthand": { + "scale": [0, 0, 0] + }, + "firstperson_righthand": { + "scale": [0, 0, 0] + }, + "thirdperson_lefthand": { + "scale": [0, 0, 0] + }, + "firstperson_lefthand": { + "scale": [0, 0, 0] + } + } +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/firework_star.json b/9/assets/minecraft/models/item/firework_star.json new file mode 100644 index 0000000..66567fd --- /dev/null +++ b/9/assets/minecraft/models/item/firework_star.json @@ -0,0 +1,17 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/firework_star", + "layer1": "item/firework_star_overlay" + }, + "overrides": + [ + { + "predicate": + { + "custom_model_data":1 + }, + "model": "item/firework_star/1" + } + ] +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/firework_star/1.json b/9/assets/minecraft/models/item/firework_star/1.json new file mode 100644 index 0000000..e838144 --- /dev/null +++ b/9/assets/minecraft/models/item/firework_star/1.json @@ -0,0 +1,20 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/firework_star/1" + }, + "display": { + "thirdperson_righthand": { + "scale": [0, 0, 0] + }, + "firstperson_righthand": { + "scale": [0, 0, 0] + }, + "thirdperson_lefthand": { + "scale": [0, 0, 0] + }, + "firstperson_lefthand": { + "scale": [0, 0, 0] + } + } +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/flint_and_steel.json b/9/assets/minecraft/models/item/flint_and_steel.json new file mode 100644 index 0000000..bdcc1cb --- /dev/null +++ b/9/assets/minecraft/models/item/flint_and_steel.json @@ -0,0 +1,16 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/flint_and_steel" + }, + "overrides": + [ + { + "predicate": + { + "custom_model_data":1 + }, + "model": "item/flint_and_steel/1" + } + ] +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/flint_and_steel/1.json b/9/assets/minecraft/models/item/flint_and_steel/1.json new file mode 100644 index 0000000..ff218ff --- /dev/null +++ b/9/assets/minecraft/models/item/flint_and_steel/1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/flint_and_steel/1" + } +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/glass_bottle.json b/9/assets/minecraft/models/item/glass_bottle.json new file mode 100644 index 0000000..5922304 --- /dev/null +++ b/9/assets/minecraft/models/item/glass_bottle.json @@ -0,0 +1,16 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/glass_bottle" + }, + "overrides": + [ + { + "predicate": + { + "custom_model_data":1 + }, + "model": "item/glass_bottle/1" + } + ] +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/glass_bottle/1.json b/9/assets/minecraft/models/item/glass_bottle/1.json new file mode 100644 index 0000000..43e4d76 --- /dev/null +++ b/9/assets/minecraft/models/item/glass_bottle/1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/glass_bottle/1" + } +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/gray_dye.json b/9/assets/minecraft/models/item/gray_dye.json new file mode 100644 index 0000000..7133fde --- /dev/null +++ b/9/assets/minecraft/models/item/gray_dye.json @@ -0,0 +1,23 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/gray_dye" + }, + "overrides": + [ + { + "predicate": + { + "custom_model_data":1 + }, + "model": "item/gray_dye/1" + }, + { + "predicate": + { + "custom_model_data":2 + }, + "model": "item/gray_dye/2" + } + ] +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/gray_dye/1.json b/9/assets/minecraft/models/item/gray_dye/1.json new file mode 100644 index 0000000..4e70739 --- /dev/null +++ b/9/assets/minecraft/models/item/gray_dye/1.json @@ -0,0 +1,20 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/prev1" + }, + "display": { + "thirdperson_righthand": { + "scale": [0, 0, 0] + }, + "firstperson_righthand": { + "scale": [0, 0, 0] + }, + "thirdperson_lefthand": { + "scale": [0, 0, 0] + }, + "firstperson_lefthand": { + "scale": [0, 0, 0] + } + } +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/gray_dye/2.json b/9/assets/minecraft/models/item/gray_dye/2.json new file mode 100644 index 0000000..99fa901 --- /dev/null +++ b/9/assets/minecraft/models/item/gray_dye/2.json @@ -0,0 +1,20 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/prev2" + }, + "display": { + "thirdperson_righthand": { + "scale": [0, 0, 0] + }, + "firstperson_righthand": { + "scale": [0, 0, 0] + }, + "thirdperson_lefthand": { + "scale": [0, 0, 0] + }, + "firstperson_lefthand": { + "scale": [0, 0, 0] + } + } +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/heavy_weighted_pressure_plate.json b/9/assets/minecraft/models/item/heavy_weighted_pressure_plate.json new file mode 100644 index 0000000..7ce3c60 --- /dev/null +++ b/9/assets/minecraft/models/item/heavy_weighted_pressure_plate.json @@ -0,0 +1,16 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/iron_block" + }, + "overrides": + [ + { + "predicate": + { + "custom_model_data":1 + }, + "model": "item/heavy_weighted_pressure_plate/1" + } + ] +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/heavy_weighted_pressure_plate/1.json b/9/assets/minecraft/models/item/heavy_weighted_pressure_plate/1.json new file mode 100644 index 0000000..1ee298b --- /dev/null +++ b/9/assets/minecraft/models/item/heavy_weighted_pressure_plate/1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/heavy_weighted_pressure_plate/1" + } +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/leather_chestplate.json b/9/assets/minecraft/models/item/leather_chestplate.json new file mode 100644 index 0000000..8793cda --- /dev/null +++ b/9/assets/minecraft/models/item/leather_chestplate.json @@ -0,0 +1,16 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/leather_chestplate" + }, + "overrides": + [ + { + "predicate": + { + "custom_model_data":1 + }, + "model": "item/leather_chestplate/1" + } + ] +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/leather_chestplate/1.json b/9/assets/minecraft/models/item/leather_chestplate/1.json new file mode 100644 index 0000000..e8c9e29 --- /dev/null +++ b/9/assets/minecraft/models/item/leather_chestplate/1.json @@ -0,0 +1,21 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/chest", + "layer1": "item/chest" + }, + "display": { + "thirdperson_righthand": { + "scale": [0, 0, 0] + }, + "firstperson_righthand": { + "scale": [0, 0, 0] + }, + "thirdperson_lefthand": { + "scale": [0, 0, 0] + }, + "firstperson_lefthand": { + "scale": [0, 0, 0] + } + } +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/lime_dye.json b/9/assets/minecraft/models/item/lime_dye.json new file mode 100644 index 0000000..bff587b --- /dev/null +++ b/9/assets/minecraft/models/item/lime_dye.json @@ -0,0 +1,23 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/lime_dye" + }, + "overrides": + [ + { + "predicate": + { + "custom_model_data":1 + }, + "model": "item/lime_dye/1" + }, + { + "predicate": + { + "custom_model_data":2 + }, + "model": "item/lime_dye/2" + } + ] +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/lime_dye/1.json b/9/assets/minecraft/models/item/lime_dye/1.json new file mode 100644 index 0000000..49188d1 --- /dev/null +++ b/9/assets/minecraft/models/item/lime_dye/1.json @@ -0,0 +1,20 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/next1" + }, + "display": { + "thirdperson_righthand": { + "scale": [0, 0, 0] + }, + "firstperson_righthand": { + "scale": [0, 0, 0] + }, + "thirdperson_lefthand": { + "scale": [0, 0, 0] + }, + "firstperson_lefthand": { + "scale": [0, 0, 0] + } + } +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/lime_dye/2.json b/9/assets/minecraft/models/item/lime_dye/2.json new file mode 100644 index 0000000..2a6c25b --- /dev/null +++ b/9/assets/minecraft/models/item/lime_dye/2.json @@ -0,0 +1,20 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/next2" + }, + "display": { + "thirdperson_righthand": { + "scale": [0, 0, 0] + }, + "firstperson_righthand": { + "scale": [0, 0, 0] + }, + "thirdperson_lefthand": { + "scale": [0, 0, 0] + }, + "firstperson_lefthand": { + "scale": [0, 0, 0] + } + } +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/name_tag.json b/9/assets/minecraft/models/item/name_tag.json new file mode 100644 index 0000000..f898e35 --- /dev/null +++ b/9/assets/minecraft/models/item/name_tag.json @@ -0,0 +1,23 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/name_tag" + }, + "overrides": + [ + { + "predicate": + { + "custom_model_data":1 + }, + "model": "item/name_tag/1" + }, + { + "predicate": + { + "custom_model_data":2 + }, + "model": "item/name_tag/2" + } + ] +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/name_tag/1.json b/9/assets/minecraft/models/item/name_tag/1.json new file mode 100644 index 0000000..04d8555 --- /dev/null +++ b/9/assets/minecraft/models/item/name_tag/1.json @@ -0,0 +1,20 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/name_tag/1" + }, + "display": { + "thirdperson_righthand": { + "scale": [0, 0, 0] + }, + "firstperson_righthand": { + "scale": [0, 0, 0] + }, + "thirdperson_lefthand": { + "scale": [0, 0, 0] + }, + "firstperson_lefthand": { + "scale": [0, 0, 0] + } + } +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/name_tag/2.json b/9/assets/minecraft/models/item/name_tag/2.json new file mode 100644 index 0000000..3c4b7f3 --- /dev/null +++ b/9/assets/minecraft/models/item/name_tag/2.json @@ -0,0 +1,20 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/name_tag/2" + }, + "display": { + "thirdperson_righthand": { + "scale": [0, 0, 0] + }, + "firstperson_righthand": { + "scale": [0, 0, 0] + }, + "thirdperson_lefthand": { + "scale": [0, 0, 0] + }, + "firstperson_lefthand": { + "scale": [0, 0, 0] + } + } +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/nether_star.json b/9/assets/minecraft/models/item/nether_star.json new file mode 100644 index 0000000..abb8b63 --- /dev/null +++ b/9/assets/minecraft/models/item/nether_star.json @@ -0,0 +1,23 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/nether_star" + }, + "overrides": + [ + { + "predicate": + { + "custom_model_data":1 + }, + "model": "item/nether_star/1" + }, + { + "predicate": + { + "custom_model_data":2 + }, + "model": "item/nether_star/2" + } + ] +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/nether_star/1.json b/9/assets/minecraft/models/item/nether_star/1.json new file mode 100644 index 0000000..1c4d053 --- /dev/null +++ b/9/assets/minecraft/models/item/nether_star/1.json @@ -0,0 +1,20 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/nether_star/1" + }, + "display": { + "thirdperson_righthand": { + "scale": [0, 0, 0] + }, + "firstperson_righthand": { + "scale": [0, 0, 0] + }, + "thirdperson_lefthand": { + "scale": [0, 0, 0] + }, + "firstperson_lefthand": { + "scale": [0, 0, 0] + } + } +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/nether_star/2.json b/9/assets/minecraft/models/item/nether_star/2.json new file mode 100644 index 0000000..a2acdf1 --- /dev/null +++ b/9/assets/minecraft/models/item/nether_star/2.json @@ -0,0 +1,20 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/nether_star/2" + }, + "display": { + "thirdperson_righthand": { + "scale": [0, 0, 0] + }, + "firstperson_righthand": { + "scale": [0, 0, 0] + }, + "thirdperson_lefthand": { + "scale": [0, 0, 0] + }, + "firstperson_lefthand": { + "scale": [0, 0, 0] + } + } +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/observer.json b/9/assets/minecraft/models/item/observer.json new file mode 100644 index 0000000..59f731a --- /dev/null +++ b/9/assets/minecraft/models/item/observer.json @@ -0,0 +1,16 @@ +{ + "parent": "block/observer", + "textures": { + "texture": "minecraft:block/observer" + }, + "overrides": + [ + { + "predicate": + { + "custom_model_data":1 + }, + "model": "item/observer/1" + } + ] +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/observer/1.json b/9/assets/minecraft/models/item/observer/1.json new file mode 100644 index 0000000..ce03c76 --- /dev/null +++ b/9/assets/minecraft/models/item/observer/1.json @@ -0,0 +1,20 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/observer/1" + }, + "display": { + "thirdperson_righthand": { + "scale": [0, 0, 0] + }, + "firstperson_righthand": { + "scale": [0, 0, 0] + }, + "thirdperson_lefthand": { + "scale": [0, 0, 0] + }, + "firstperson_lefthand": { + "scale": [0, 0, 0] + } + } +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/obsidian.json b/9/assets/minecraft/models/item/obsidian.json new file mode 100644 index 0000000..4ff5e00 --- /dev/null +++ b/9/assets/minecraft/models/item/obsidian.json @@ -0,0 +1,16 @@ +{ + "parent": "minecraft:block/obsidian", + "textures": { + "layer0": "minecraft:item/obsidian" + }, + "overrides": + [ + { + "predicate": + { + "custom_model_data":1 + }, + "model": "item/obsidian/1" + } + ] +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/obsidian/1.json b/9/assets/minecraft/models/item/obsidian/1.json new file mode 100644 index 0000000..a9f624f --- /dev/null +++ b/9/assets/minecraft/models/item/obsidian/1.json @@ -0,0 +1,20 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/obsidian/1" + }, + "display": { + "thirdperson_righthand": { + "scale": [0, 0, 0] + }, + "firstperson_righthand": { + "scale": [0, 0, 0] + }, + "thirdperson_lefthand": { + "scale": [0, 0, 0] + }, + "firstperson_lefthand": { + "scale": [0, 0, 0] + } + } +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/paper.json b/9/assets/minecraft/models/item/paper.json new file mode 100644 index 0000000..519c665 --- /dev/null +++ b/9/assets/minecraft/models/item/paper.json @@ -0,0 +1,16 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/paper" + }, + "overrides": + [ + { + "predicate": + { + "custom_model_data":1 + }, + "model": "item/paper/1" + } + ] +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/paper/1.json b/9/assets/minecraft/models/item/paper/1.json new file mode 100644 index 0000000..445eb81 --- /dev/null +++ b/9/assets/minecraft/models/item/paper/1.json @@ -0,0 +1,20 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/paper/1" + }, + "display": { + "thirdperson_righthand": { + "scale": [0, 0, 0] + }, + "firstperson_righthand": { + "scale": [0, 0, 0] + }, + "thirdperson_lefthand": { + "scale": [0, 0, 0] + }, + "firstperson_lefthand": { + "scale": [0, 0, 0] + } + } +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/stick.json b/9/assets/minecraft/models/item/stick.json new file mode 100644 index 0000000..a945eec --- /dev/null +++ b/9/assets/minecraft/models/item/stick.json @@ -0,0 +1,16 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stick" + }, + "overrides": + [ + { + "predicate": + { + "custom_model_data":1 + }, + "model": "item/stick/1" + } + ] +} \ No newline at end of file diff --git a/9/assets/minecraft/models/item/stick/1.json b/9/assets/minecraft/models/item/stick/1.json new file mode 100644 index 0000000..d1d509a --- /dev/null +++ b/9/assets/minecraft/models/item/stick/1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stick/1" + } +} \ No newline at end of file diff --git a/9/assets/minecraft/textures/item/beacon/1.png b/9/assets/minecraft/textures/item/beacon/1.png new file mode 100644 index 0000000000000000000000000000000000000000..8b1548605af6f93801fa8b36a7807f0d116fffab GIT binary patch literal 643 zcmV-}0(||6P)Z zc?o$OcL@?~1>1mvXydEUzd&2TS`ZXP5KFOEv{5`K&dq=uEGmKK(m z)0DAR4dd&`Fn*4~`UIDm zYJT<*#y&(ZR<+&(aBjl+RaJ}Z!o?PJKB{3YT#~HfmUtZAPN8)P+Hb(VQtnx0pOXg& zZOB($!`?ph%X#POFBkP^!k)D0)Bpeg32;bRa{vGf6951U69E94oEQKA0H{esK~y-6 zV_+EafDx;xNyLAw;%8Q1sAs{dIeI#F>wbOx&v0ooiXo^5AZuQliK;nzIs-$*6b1$c z1{6auT>#UJ?%ZEr|3eKx0ZiE4N<2Vy0VfBh3O!%U0ELNN+RTXN0yYK)P5}l6PCkSX z%)c<_!)T~D_ArQ^$-uzC0I}upEJmneNEochVZa}VOVc3+Kny`O2rUK}7_cQI+cZo+ dLo^Rp00956HZtKiz@Y#D002ovPDHLkV1l-b4Tb;! literal 0 HcmV?d00001 diff --git a/9/assets/minecraft/textures/item/blaze_rod/1.png b/9/assets/minecraft/textures/item/blaze_rod/1.png new file mode 100644 index 0000000000000000000000000000000000000000..61b3db9c62f25806f5d6dd01cdec478e4540edbf GIT binary patch literal 732 zcmV<20wev2P)y!XSWLpoXiyUyi<$f?EM}haYxCxL zGo$8>*Lx$$R@qKbV&m6>zksc>R*Fc;Qr5(V={e7+k<7WBdp`Gj?>XIjE_jrTX4q9B zFtRx-HWCR;&&&qAPk3pjmKy3+%{C|E!wO~X{gw(hUI*P;<*a>n&FIMWFi8ab7#Xy9tH7<9r-APT>$LAK*M& z%3s=t{x{L{C9QoA{OfRfQPL9IaJB(0_oiy8-%_QxCz*toW2m2j#w)0uEB5SXpQAfa z*5s=$VP_XQ<-C9X3m8jh!f^v9#Q*>R32;bRa{vGf6951U69E94oEQKA0Rc%wK~y-6 zt&qP;LSYz(pY!1%LJkHNADwJy=np~!&JA5a(cUdcT|(YN(Pnc_g4l8<=@MEFnUi3j zND7LBmeJc{4kz)L$KUeXp7;5^5HS`&?Z}nH`Zv9{BG|jn#+n6C0KRePwbj%POAKJ! zd*I~siqwt^K*Kg@bwJ+BK_)X3pa2r_IOWG1Mxze^v`&)0&xKx}7}Tq;0JK^iv`%8% zD|8!ga{(-X(#F1|-9El?2=@7VHT;R4uTOmAOzq+^GM7p)h086G;k9_TDTxN@A4Y?e zvzsDMECDh$sa!;vGd5Wm@@w)^+?&ja{ReP%*R)FAfvB}rnuCQL{^kc7+mUy@Dn$qY O0000y!XSWLpoXiyUyi<$f?EM}haYxCxL zGo$8>*Lx$$R@qKbV&m6>zksc>R*Fc;Qr5(V={e7+k<7WBdp`Gj?>XIjE_jrTX4q9B zFtRx-HWCR;&&&qAPk3pjmKy3+%{C|E!wO~X{gw(hUI*P;<*a>n&FIMWFi8ab7#Xy9tH7<9r-APT>$LAK*M& z%3s=t{x{L{C9QoA{OfRfQPL9IaJB(0_oiy8-%_QxCz*toW2m2j#w)0uEB5SXpQAfa z*5s=$VP_XQ<-C9X3m8jh!f^v9#Q*>R32;bRa{vGf6951U69E94oEQKA0USw0K~y-6 zt&zV8Or7n_lvye`Q8zf>e3TOLtI?n)DmO<_)8}|99 z!ENaVfJ&u?Wf|!DD0T1dR{#Y*X0ViOQuO0|&&|iuz(Mvd9n+TD>kEc9LXcyb7Ohi{ ztt&#e(N`zCvm#F!aSu|GUmmAuqi0q^u@YMhS002ovPDHLkV1iS}T!#Pv literal 0 HcmV?d00001 diff --git a/9/assets/minecraft/textures/item/blaze_rod/3.png b/9/assets/minecraft/textures/item/blaze_rod/3.png new file mode 100644 index 0000000000000000000000000000000000000000..8d233cdd32acc7e44af30f62133b6d490914667f GIT binary patch literal 691 zcmV;k0!;mhP)y!XSWLpoXiyUyi<$f?EM}haYxCxL zGo$8>*Lx$$R@qKbV&m6>zksc>R*Fc;Qr5(V={e7+k<7WBdp`Gj?>XIjE_jrTX4q9B zFtRx-HWCR;&&&qAPk3pjmKy3+%{C|E!wO~X{gw(hUI*P;<*a>n&FIMWFi8ab7#Xy9tH7<9r-APT>$LAK*M& z%3s=t{x{L{C9QoA{OfRfQPL9IaJB(0_oiy8-%_QxCz*toW2m2j#w)0uEB5SXpQAfa z*5s=$VP_XQ<-C9X3m8jh!f^v9#Q*>R32;bRa{vGf6951U69E94oEQKA0N6=HK~y-6 zV_+EafDxOZjI_ajc6N3+|L4!23=9km3{Re3z^Wc6P*yVkFC%U6ADpf4H%tutBL5h$(W)1pq3FSI!N)gD4A-9V;-m?>;M}=$|9yS(7#J8B7{tYe8CY4_ z8J;|O#vm>(%rIweJ%f>v5q=l&b8|Cn-ZBZU8D`L&x%F7XfCXLP;munN3=9kmFJHc8 z5EmC_c=_@zgN%$6!-pqNu^NEkh1>d4|F1pcWzdrP%z%yde|;0b7p^_yWqAAN7fyN@ Z0sv+&V+ln*l&1gy002ovPDHLkV1oHHG_C*u literal 0 HcmV?d00001 diff --git a/9/assets/minecraft/textures/item/cauldron/1.png b/9/assets/minecraft/textures/item/cauldron/1.png new file mode 100644 index 0000000000000000000000000000000000000000..1e4989923ccdc5434620d6eb7a8488c3661db5f7 GIT binary patch literal 578 zcmV-I0=@l-P)Z zc?o$OcL@?~1>1mvXydEUzd&2TS`ZXP5KFOEv{5`K&dq=uEGmKK(m z)0DAR4dd&`Fn*4~`UIDm zYJT<*#y&(ZR<+&(aBjl+RaJ}Z!o?PJKB{3YT#~HfmUtZAPN8)P+Hb(VQtnx0pOXg& zZOB($!`?ph%X#POFBkP^!k)D0)Bpeg32;bRa{vGf6951U69E94oEQKA0B1==K~y-6 zV_+C)z{tSBz`(<={vX2p&+z5rO-2MCAAqQ3fpL>_Rx!+-63T$g#|L0)VJ`Rwllb!S zCKECrANca|CKJpB%xH4xe4GGgz&}_RKwb5Zm@r^qU>FU9K@kSTs2k(}0Q9^(Biwwy QegFUf07*qoM6N<$g5ae482|tP literal 0 HcmV?d00001 diff --git a/9/assets/minecraft/textures/item/cauldron/2.png b/9/assets/minecraft/textures/item/cauldron/2.png new file mode 100644 index 0000000000000000000000000000000000000000..b2d010d4077c567972a29acfbae0e51d2a4ec906 GIT binary patch literal 709 zcmV;$0y_PPP)Z zc?o$OcL@?~1>1mvXydEUzd&2TS`ZXP5KFOEv{5`K&dq=uEGmKK(m z)0DAR4dd&`Fn*4~`UIDm zYJT<*#y&(ZR<+&(aBjl+RaJ}Z!o?PJKB{3YT#~HfmUtZAPN8)P+Hb(VQtnx0pOXg& zZOB($!`?ph%X#POFBkP^!k)D0)Bpeg32;bRa{vGf6951U69E94oEQKA0P0CZK~y-6 zt&_n{0x=XtPYE+J!3FI35o6+N0uz@6f6av-;0E^$evfN(fsxFRxh_a+OKF7YNt(Xb zzTEcRw1x{Qh7)7sug^F2j~CCN0|N-a^t{D$2e-2)r`8A9w_9$?N3M!-besgngmXle zk92qcEJ^CRpCL)*d=<^*e5GPIk-LGr3Tsks=U~V7;t@9ALVrlR|-jElhE0 zzjvbUA|elb$5Z&NL;~w&#dJ{zUL51M5((JN-~6!rrw5|hZK8sFFs9kPNBO?p0*7Bg rmXEsR3E8zPwmBT0f7^WgxdXldy$pI47i*7_00000NkvXXu0mjf3kE+l literal 0 HcmV?d00001 diff --git a/9/assets/minecraft/textures/item/chest.png b/9/assets/minecraft/textures/item/chest.png new file mode 100644 index 0000000000000000000000000000000000000000..cfb22bd90e1af6efde99026994e2f24a0a24a85c GIT binary patch literal 729 zcmV;~0w(>5P)Z zc?o$OcL@?~1>1mvXydEUzd&2TS`ZXP5KFOEv{5`K&dq=uEGmKK(m z)0DAR4dd&`Fn*4~`UIDm zYJT<*#y&(ZR<+&(aBjl+RaJ}Z!o?PJKB{3YT#~HfmUtZAPN8)P+Hb(VQtnx0pOXg& zZOB($!`?ph%X#POFBkP^!k)D0)Bpeg32;bRa{vGf6951U69E94oEQKA0RBltK~y-6 z-IKp+0znXmzrFPjIU5l~60j2@f{ze{ppRk^NQw|*BPmTG*!c{pgRNqdr;tDh$a%5U|$mbmLuCySwrq-3f2_P=N_6opy{X^C3|B8$N&+jUt-aQ0dmWlwh-?jZ zc?o$OcL@?~1>1mvXydEUzd&2TS`ZXP5KFOEv{5`K&dq=uEGmKK(m z)0DAR4dd&`Fn*4~`UIDm zYJT<*#y&(ZR<+&(aBjl+RaJ}Z!o?PJKB{3YT#~HfmUtZAPN8)P+Hb(VQtnx0pOXg& zZOB($!`?ph%X#POFBkP^!k)D0)Bpeg32;bRa{vGf6951U69E94oEQKA0PRUcK~y-6 zwURMw0znXkzmzGH_AFmXz}IT+sJQb+@Kgby z_c=;^5ZJ?e{ne4(?|I=Ctbi_(qOb(OPlABMZUew_^Lu_9j*rXIjE?5FdC8gI7 zK`Ncq{8L`%QgGR6d%;Er4(xP?6kVNLm<&+UKJTeBQ? zD?BYcyPj1|-VttB5}}CjnXpTf3ku(vdbrH5CdbSCZL${d`@rH5cE+nXT*XR4O9{)% z=}jeb%I|&5m)N7}#RZ8y;$7(YnZk>c87A=IVVE(QJq+MxP*&8)A1dX~laX9SW|ce| zYs5*A#U*M^sz)WpM32fyk~jPRx379^#9gj#_d>(7VZ8T&Z5xUO!}vNfjN&m^pWrfG z$ zHsq_WVQ(M$<$UYv4^_=)-jj-j^Z)<=32;bRa{vGf6951U69E94oEQKA0g*{WK~y-6 zwUW&%L}3)hf1@#XxMuF47)4V`qJ-j>veAg*HWpI;0J4*{1u0qBu(Pxp+4u|#<8viq zAtmyeDA%~S3kj3gLdm#yDCO+l-rspT&vOp^XLU6MMOQ;m{KPmCeRMZB3QuYZ0J?F{ z@WQe!oAlchUbplclDPh4p)XV`0OnLb9Y;^#fc0PrS#mm=6Kiybr{a2?-v#DWKUtm( zTG#eLQE<84R7UmyIB2SZ@KhXco561HC_}58pYOrhMFwXVZ7o;?w5@9Z6j{bJO`^Jv zBFg~e&TLo&EEWI;T0;Otbsd1tW(@$tFf43bAnn0wk?m7RO>qMtJ(>VK%L*<@;`QZ) z$JZGB^QNKFxUw^0D{0)d|`7!MD;#bU%pCOOecNdxkyx51Un z_0=Vpw|DH<6~K4`flQwd93Zu66a&uDc>u~PD%nv39N%1^E*XIjE?5FdC8gI7 zK`Ncq{8L`%QgGR6d%;Er4(xP?6kVNLm<&+UKJTeBQ? zD?BYcyPj1|-VttB5}}CjnXpTf3ku(vdbrH5CdbSCZL${d`@rH5cE+nXT*XR4O9{)% z=}jeb%I|&5m)N7}#RZ8y;$7(YnZk>c87A=IVVE(QJq+MxP*&8)A1dX~laX9SW|ce| zYs5*A#U*M^sz)WpM32fyk~jPRx379^#9gj#_d>(7VZ8T&Z5xUO!}vNfjN&m^pWrfG z$ zHsq_WVQ(M$<$UYv4^_=)-jj-j^Z)<=32;bRa{vGf6951U69E94oEQKA0Uk+2K~y-6 z?T|4`!$25@pR0m{L!^Q@h(l2*fuOrfN4vC3_7436ZX)7joa^e~;ATk{T`Ep4oh<~y z6-tKUPznZ9$k3(d5ED$B`~mS@j=S%D-tXn$U!rKRzhkQ3_wm%p^{y9znqJ3jnmA8R z{0=HFNGyZxi~AIMdw8Z?J|PJDoLyfs7`cRAFVjdQu%_4JLNi r$O{scD$17tE8t3lqM$^};2+XAg(i0cq0L&?00000NkvXXu0mjfWqMe? literal 0 HcmV?d00001 diff --git a/9/assets/minecraft/textures/item/heavy_weighted_pressure_plate/1.png b/9/assets/minecraft/textures/item/heavy_weighted_pressure_plate/1.png new file mode 100644 index 0000000000000000000000000000000000000000..3c128e19cc220dee49ad7c170a8cddfa066d5988 GIT binary patch literal 658 zcmV;D0&V??P)XIjE?5FdC8gI7 zK`Ncq{8L`%QgGR6d%;Er4(xP?6kVNLm<&+UKJTeBQ? zD?BYcyPj1|-VttB5}}CjnXpTf3ku(vdbrH5CdbSCZL${d`@rH5cE+nXT*XR4O9{)% z=}jeb%I|&5m)N7}#RZ8y;$7(YnZk>c87A=IVVE(QJq+MxP*&8)A1dX~laX9SW|ce| zYs5*A#U*M^sz)WpM32fyk~jPRx379^#9gj#_d>(7VZ8T&Z5xUO!}vNfjN&m^pWrfG z$ zHsq_WVQ(M$<$UYv4^_=)-jj-j^Z)<=32;bRa{vGf6951U69E94oEQKA0Jlj*K~y-6 z-H|a4!ypVre=0U+rVNp|S0n}>D;rbpgd#DZ3>+W>1D#AuOoxuG7sQwU^EUuLU(-l* z&eiL>gud^)=of->uFms}Qi=e?7zL!euo(bC2%ULZ768C`p77o`pBk-@QWBHab*;u2 z(fb$yzNuk?`{YlW_kQXUD5apahEgvs@5}M|WPP}TwH8EFiKtD=IRgN4&fO!5ZzQ5> st!?+?IIwNo#L?f)LjXhW8bkiDp18V6$0JPeDF6Tf07*qoM6N<$f)8ONSO5S3 literal 0 HcmV?d00001 diff --git a/9/assets/minecraft/textures/item/name_tag/1.png b/9/assets/minecraft/textures/item/name_tag/1.png new file mode 100644 index 0000000000000000000000000000000000000000..7c61224432ed4c04e1f25d28025ce9f7e02c8fbe GIT binary patch literal 681 zcmV;a0#^NrP)XIjE?5FdC8gI7 zK`Ncq{8L`%QgGR6d%;Er4(xP?6kVNLm<&+UKJTeBQ? zD?BYcyPj1|-VttB5}}CjnXpTf3ku(vdbrH5CdbSCZL${d`@rH5cE+nXT*XR4O9{)% z=}jeb%I|&5m)N7}#RZ8y;$7(YnZk>c87A=IVVE(QJq+MxP*&8)A1dX~laX9SW|ce| zYs5*A#U*M^sz)WpM32fyk~jPRx379^#9gj#_d>(7VZ8T&Z5xUO!}vNfjN&m^pWrfG z$ zHsq_WVQ(M$<$UYv4^_=)-jj-j^Z)<=32;bRa{vGf6951U69E94oEQKA0M1E7K~y-6 zV_+EmV3%U}|6PjV|8dDP5z=h_gO5SrI|IXN89%Is;5C4Ofq~)X|4)RSi4Uxn@%xX< zcC6sy1cU#l+7yY_z=*C{n&U0Q=bwxWufH-gm{r|pWME)mkk4BApMima;rr*046hca zq3A&ggP-3%GJO7tBF`Y7wetTj6%U4ADjp21Ds~KFv9tc;G{CItKI7}J%qX_Q6@Gq> z)e9`>0_YmQfBwk83f0W`?F|Ftj}Iv7QQeCJz?{wa;{(IX)n!EK8A1R6`sPdl%0>>M P00000NkvXXu0mjf)DAn1 literal 0 HcmV?d00001 diff --git a/9/assets/minecraft/textures/item/name_tag/2.png b/9/assets/minecraft/textures/item/name_tag/2.png new file mode 100644 index 0000000000000000000000000000000000000000..150ee34cb172b5f4ecd87f04e0e2a837e3e7a938 GIT binary patch literal 690 zcmV;j0!{siP)Z zc?o$OcL@?~1>1mvXydEUzd&2TS`ZXP5KFOEv{5`K&dq=uEGmKK(m z)0DAR4dd&`Fn*4~`UIDm zYJT<*#y&(ZR<+&(aBjl+RaJ}Z!o?PJKB{3YT#~HfmUtZAPN8)P+Hb(VQtnx0pOXg& zZOB($!`?ph%X#POFBkP^!k)D0)Bpeg32;bRa{vGf6951U69E94oEQKA0M|)GK~y-6 zrIIZY!Y~j!&GwfFd{kHxezXmT-3t*hWUv75{%%u=Pr`Lw0}MGyGAPO_X?qMC zRYgQ_&H-3e^;tm<5gC>wtAaI&T?+%Ks&&qJ5kXZ$C-C(j{34my^a(K{5{g#U%@>&E Y1MW9((qth^j{pDw07*qoM6N<$f^I7)2LJ#7 literal 0 HcmV?d00001 diff --git a/9/assets/minecraft/textures/item/nether_star/1.png b/9/assets/minecraft/textures/item/nether_star/1.png new file mode 100644 index 0000000000000000000000000000000000000000..db9794d682898a317fb9ed3fab53310d5da76c16 GIT binary patch literal 751 zcmVZ zc?o$OcL@?~1>1mvXydEUzd&2TS`ZXP5KFOEv{5`K&dq=uEGmKK(m z)0DAR4dd&`Fn*4~`UIDm zYJT<*#y&(ZR<+&(aBjl+RaJ}Z!o?PJKB{3YT#~HfmUtZAPN8)P+Hb(VQtnx0pOXg& zZOB($!`?ph%X#POFBkP^!k)D0)Bpeg32;bRa{vGf6951U69E94oEQKA0Tf9@K~y-6 z#ge^F0#Oi!Ka4GgkZc3Z(wpew6OfRYZEWbl%9_Fgt*C76spJ8+vB22+0#aBDfoM!j zh+(7cP)vqh2i<_I%V@oBqZS0}qL=p?{~ol?_lW!EjuJ zc})Fe#}F%J?X_A;-iG5Mu;i+=(G)wFM6k! hC{y6Kkc;?dSOJj9YuX>|z4HJ7002ovPDHLkV1k9QRIUI3 literal 0 HcmV?d00001 diff --git a/9/assets/minecraft/textures/item/nether_star/2.png b/9/assets/minecraft/textures/item/nether_star/2.png new file mode 100644 index 0000000000000000000000000000000000000000..967da2bc30af9c74eac06cc0e8523a5d59cd186b GIT binary patch literal 603 zcmV-h0;K(kP)Z zc?o$OcL@?~1>1mvXydEUzd&2TS`ZXP5KFOEv{5`K&dq=uEGmKK(m z)0DAR4dd&`Fn*4~`UIDm zYJT<*#y&(ZR<+&(aBjl+RaJ}Z!o?PJKB{3YT#~HfmUtZAPN8)P+Hb(VQtnx0pOXg& zZOB($!`?ph%X#POFBkP^!k)D0)Bpeg32;bRa{vGf6951U69E94oEQKA0DwtEK~y-6 z?U1n%fFKYA7sr@@E{qN7$b#&M(AX{rD1bNd9S2@2@G}0My9M~=z6>9OJgz`V+1%}h zJ_eoDWnTd}w*z1TC@IT(e>OsE7whi1^raSoXmhJ`JG!S>1fY5002ovPDHLkV1j+>0~!DT literal 0 HcmV?d00001 diff --git a/9/assets/minecraft/textures/item/next1.png b/9/assets/minecraft/textures/item/next1.png new file mode 100644 index 0000000000000000000000000000000000000000..8bf2db4bbfd246d6ee73cdfe8e17ac252ce80a44 GIT binary patch literal 622 zcmV-!0+IcRP)Z zc?o$OcL@?~1>1mvXydEUzd&2TS`ZXP5KFOEv{5`K&dq=uEGmKK(m z)0DAR4dd&`Fn*4~`UIDm zYJT<*#y&(ZR<+&(aBjl+RaJ}Z!o?PJKB{3YT#~HfmUtZAPN8)P+Hb(VQtnx0pOXg& zZOB($!`?ph%X#POFBkP^!k)D0)Bpeg32;bRa{vGf6951U69E94oEQKA0Fy~XK~y-6 z?U6kW0wEBEKgiY;+=7~73u-T;=aCyxZeq8$px^+Eh0%!1Zm`yuOf&Q5z4?JZ)CkE0 zD=0t!&?RNr2$*1x#Hx#)^|EY4^g9W)8vwYge_Gbw1mdC}*@*SLP*PR^Q&W*HzqOKn z8WU_~AIe1!!s8AgC1riUZ()L!`F0W$tb7`czVX%cmGh6_4li^xOlyz0VE_OC07*qo IM6N<$f{BF?ApigX literal 0 HcmV?d00001 diff --git a/9/assets/minecraft/textures/item/next2.png b/9/assets/minecraft/textures/item/next2.png new file mode 100644 index 0000000000000000000000000000000000000000..668e9892f14849d7f456962d1025df09687711eb GIT binary patch literal 582 zcmV-M0=fN(P)Z zc?o$OcL@?~1>1mvXydEUzd&2TS`ZXP5KFOEv{5`K&dq=uEGmKK(m z)0DAR4dd&`Fn*4~`UIDm zYJT<*#y&(ZR<+&(aBjl+RaJ}Z!o?PJKB{3YT#~HfmUtZAPN8)P+Hb(VQtnx0pOXg& zZOB($!`?ph%X#POFBkP^!k)D0)Bpeg32;bRa{vGf6951U69E94oEQKA0BcD^K~y-6 z?T|qVz#t3+SMf7>R9=@ywz4Wp>Dd7ffz3JuIHWHjRSg=mnYB4lXjfK61nxeS zWDac}06;`I3jiqm4F#4ACY`}A*dVxhAiZ`^WR10XKgw U?Y}0stpET307*qoM6N<$f|17bfB*mh literal 0 HcmV?d00001 diff --git a/9/assets/minecraft/textures/item/observer/1.png b/9/assets/minecraft/textures/item/observer/1.png new file mode 100644 index 0000000000000000000000000000000000000000..45334c4908bdd391e2d3872a90bb5be0dc18e48f GIT binary patch literal 666 zcmV;L0%iS)P)Z zc?o$OcL@?~1>1mvXydEUzd&2TS`ZXP5KFOEv{5`K&dq=uEGmKK(m z)0DAR4dd&`Fn*4~`UIDm zYJT<*#y&(ZR<+&(aBjl+RaJ}Z!o?PJKB{3YT#~HfmUtZAPN8)P+Hb(VQtnx0pOXg& zZOB($!`?ph%X#POFBkP^!k)D0)Bpeg32;bRa{vGf6951U69E94oEQKA0KZ8@K~y-6 zV_+Bs6az+df#Bfa|7+K-g^S23~u{ z%kc3H6P!N$h@Ii%8-zASe3~asn#B13|Ns9o(zXmTGExjro;+iak&$9JadIUCBO@cG z3$TIxo3}75o>9)gz`(#DE-uW_UK7i(fAbdXVE}W*q)C(D;u}TP|7%HoX1Ml@mjRhp zz4#2%1#8!?WqkVdDT)i;{`tjl?HMlyJqoA@0FIkeh=b!bEC2ui07*qoM6N<$f)-OK ABLDyZ literal 0 HcmV?d00001 diff --git a/9/assets/minecraft/textures/item/obsidian/1.png b/9/assets/minecraft/textures/item/obsidian/1.png new file mode 100644 index 0000000000000000000000000000000000000000..5c5088bbb8bba29ce5cc6f9bf26b5d3746090c66 GIT binary patch literal 647 zcmV;20(kw2P)Z zc?o$OcL@?~1>1mvXydEUzd&2TS`ZXP5KFOEv{5`K&dq=uEGmKK(m z)0DAR4dd&`Fn*4~`UIDm zYJT<*#y&(ZR<+&(aBjl+RaJ}Z!o?PJKB{3YT#~HfmUtZAPN8)P+Hb(VQtnx0pOXg& zZOB($!`?ph%X#POFBkP^!k)D0)Bpeg32;bRa{vGf6951U69E94oEQKA0IW$wK~y-6 z&5yecgfI|9pAjL_6+k6u%W$1r2QktWKtchQ9OFyQmcc$g5jV;HW_D-cX_%N;YYnho z)HSLa0NSj%0`z@uRjRoO`E^$rX zwblj^VV>uz$~%Yi9#u`c{R>xIY&d2={pF%|z2@M|MKLQJd|j*}VgTOL1c38CsA_Sr hx*#se>zepK@Buv4K$4b1n1=uW002ovPDHLkV1jA<7=-`; literal 0 HcmV?d00001 diff --git a/9/assets/minecraft/textures/item/ov/add.png b/9/assets/minecraft/textures/item/ov/add.png new file mode 100644 index 0000000000000000000000000000000000000000..ca6084039eb08e365c82d809da17b5e4e1a0b0df GIT binary patch literal 579 zcmV-J0=)f+P)HVetqnBSwjh#Y}z`7Biy^HgBH! zp=QSGy(dk!%65tp8^0F(1#FeIQbbCYvL-g@InPYZBy(=(p3nW>drtSB3$937%b3-D zkjYv`Xgr|IMduaIGj-HZPdh`ZX6n=7u?Q9I zXC}R>74PG`#2e4fh9!20w_y@uoB#@wj1pv!euiZp#D||=Sy3Us?>B#j70K0P*2!V8 zOp+89J)*8k^|-`@=y4foa!&vM_SH-b_zTs&0jPPh?YA!QY{7Tlwm%PT`}+vok8qJK z<*yvT(7WjQlGeEojT>-wS<+%VaJ~tx54viozmi+rl}Nzr2{c5Z`5NjL3Oy_Cb9@hx zb@{3**xiF}Ip4VW1CY9B`ReE0ng9R*32;bRa{vGf6951U69E94oEQKA0BA`>K~y-6 z?T?`iz#tGs-!TA!Ezn3tVx4v*B)VH57yxRZNs|gHnpE)2Kk@VO4;G6*AOPAM0V)DC z091*&%?MP_ih$i+S5jve3;}j?w|pyTM@Z1%2nog`6UaEUH`nYEvwE(7zzND$74s6@ RI5+?R002ovPDHLkV1jF`_{#tQ literal 0 HcmV?d00001 diff --git a/9/assets/minecraft/textures/item/ov/remove.png b/9/assets/minecraft/textures/item/ov/remove.png new file mode 100644 index 0000000000000000000000000000000000000000..29d96e9a9257c5a00da0fc92828bddbf217c5da3 GIT binary patch literal 528 zcmV+r0`L8aP)HVetqnBSwjh#Y}z`7Biy^HgBH! zp=QSGy(dk!%65tp8^0F(1#FeIQbbCYvL-g@InPYZBy(=(p3nW>drtSB3$937%b3-D zkjYv`Xgr|IMduaIGj-HZPdh`ZX6n=7u?Q9I zXC}R>74PG`#2e4fh9!20w_y@uoB#@wj1pv!euiZp#D||=Sy3Us?>B#j70K0P*2!V8 zOp+89J)*8k^|-`@=y4foa!&vM_SH-b_zTs&0jPPh?YA!QY{7Tlwm%PT`}+vok8qJK z<*yvT(7WjQlGeEojT>-wS<+%VaJ~tx54viozmi+rl}Nzr2{c5Z`5NjL3Oy_Cb9@hx zb@{3**xiF}Ip4VW1CY9B`ReE0ng9R*32;bRa{vGf6951U69E94oEQKA05wTOK~y-6 zV_+BsqhMG7Mg|531|JEb|L781Uc6%@#sC%=qt!qaE?9lxHqkDC8$gPt!36*{Y6&ni SDoS7g0000HVetqnBSwjh#Y}z`7Biy^HgBH! zp=QSGy(dk!%65tp8^0F(1#FeIQbbCYvL-g@InPYZBy(=(p3nW>drtSB3$937%b3-D zkjYv`Xgr|IMduaIGj-HZPdh`ZX6n=7u?Q9I zXC}R>74PG`#2e4fh9!20w_y@uoB#@wj1pv!euiZp#D||=Sy3Us?>B#j70K0P*2!V8 zOp+89J)*8k^|-`@=y4foa!&vM_SH-b_zTs&0jPPh?YA!QY{7Tlwm%PT`}+vok8qJK z<*yvT(7WjQlGeEojT>-wS<+%VaJ~tx54viozmi+rl}Nzr2{c5Z`5NjL3Oy_Cb9@hx zb@{3**xiF}Ip4VW1CY9B`ReE0ng9R*32;bRa{vGf6951U69E94oEQKA0BcD^K~y-6 z?T?`mfG`jQH|XfdD*%x?Xdz9|4lU3QNJ>DU&>uuVVaQ+*tofM}`*-m3^93A$57B|M z66I!J=loRAoYzu6(sl!Y)ik&Sd0IB0JeK5YBmnpj&4*|yr7Y?3gd37fQq_!C96@^+ U8$w-3)c^nh07*qoM6N<$g6RSO3;+NC literal 0 HcmV?d00001 diff --git a/9/assets/minecraft/textures/item/paper/1.png b/9/assets/minecraft/textures/item/paper/1.png new file mode 100644 index 0000000000000000000000000000000000000000..ffc8d7afbb39b20a084b334ee8b7ed3a2c5d7dbd GIT binary patch literal 748 zcmVZ zc?o$OcL@?~1>1mvXydEUzd&2TS`ZXP5KFOEv{5`K&dq=uEGmKK(m z)0DAR4dd&`Fn*4~`UIDm zYJT<*#y&(ZR<+&(aBjl+RaJ}Z!o?PJKB{3YT#~HfmUtZAPN8)P+Hb(VQtnx0pOXg& zZOB($!`?ph%X#POFBkP^!k)D0)Bpeg32;bRa{vGf6951U69E94oEQKA0TD?=K~y-6 zwUWJR0znjozdHzlBq-4)50J)I%av>|b~bi-fV@UhZ<7?(Ngz!g!6JgCjg8pZnMzoR zfgtQnu{+~zaKnP+z;Nyl_uMnXz>yGuYETy-K>!87Y$j_32(Ka^5 zCkQkj+stpLpd?ltAi4>toYerhe;MT*7#lPn+Bq%@E1=ot)B$Lt(=v@t%aGk_w~g6t zV^;Aue$Uyg2KB_oo5|YH4;2wm1(E$qo2$axyVv-QeyHeJ9oysA{Wmy-B6+`FC@@$q zm_@^by;(G5uw48tP!|6upbB@-qkUozX*~-I-^tZ zc?o$OcL@?~1>1mvXydEUzd&2TS`ZXP5KFOEv{5`K&dq=uEGmKK(m z)0DAR4dd&`Fn*4~`UIDm zYJT<*#y&(ZR<+&(aBjl+RaJ}Z!o?PJKB{3YT#~HfmUtZAPN8)P+Hb(VQtnx0pOXg& zZOB($!`?ph%X#POFBkP^!k)D0)Bpeg32;bRa{vGf6951U69E94oEQKA0Fp^WK~y-6 z?UAt&!ypVrA34_)Y(Y(tf;!81A7>*<-=*^w6byjUB#wN*#RK?v0==(~fJ;UfHaY`T z3?NWaHhrvPpkcoRws{4(jlhz!08Hv^hn02h((>!j3B*6czr+A+^SVE8I^2k|lv7@Z z1QjrT31Il{U}#fPZueuOt2R2hzaCZ zc?o$OcL@?~1>1mvXydEUzd&2TS`ZXP5KFOEv{5`K&dq=uEGmKK(m z)0DAR4dd&`Fn*4~`UIDm zYJT<*#y&(ZR<+&(aBjl+RaJ}Z!o?PJKB{3YT#~HfmUtZAPN8)P+Hb(VQtnx0pOXg& zZOB($!`?ph%X#POFBkP^!k)D0)Bpeg32;bRa{vGf6951U69E94oEQKA0B=b|K~y-6 z?UB(9fFKM+UyaK!6w}>M-3I&+Ou?uO;Qh79yE`cSvN+_N4JdtPmGoby Y4o;UR_^eO_F#rGn07*qoM6N<$g72;UZU6uP literal 0 HcmV?d00001 diff --git a/9/assets/minecraft/textures/item/settings.png b/9/assets/minecraft/textures/item/settings.png new file mode 100644 index 0000000000000000000000000000000000000000..c13d86e5b21338406d33a45d520c5065cf8a7fb5 GIT binary patch literal 664 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 AKL7v# literal 0 HcmV?d00001