From 223d29ae726d87e1c25a0ea3b97f07c51ff4cf31 Mon Sep 17 00:00:00 2001 From: XeKr <987820727@qq.com> Date: Thu, 19 Dec 2024 10:52:44 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E7=82=BC=E8=8D=AF=E9=94=85=E8=A7=86?= =?UTF-8?q?=E8=A7=89=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../anvilcraft/blockstates/fire_cauldron.json | 12 +- .../minecraft/models/block/cauldron.json | 130 ++++++++++++------ .../models/block/template_cauldron_full.json | 128 +++++++++++------ .../block/template_cauldron_level1.json | 128 +++++++++++------ .../block/template_cauldron_level2.json | 128 +++++++++++------ .../textures/block/cauldron_side.png | Bin 267 -> 259 bytes 6 files changed, 363 insertions(+), 163 deletions(-) diff --git a/src/main/resources/assets/anvilcraft/blockstates/fire_cauldron.json b/src/main/resources/assets/anvilcraft/blockstates/fire_cauldron.json index 8440b5d4e..ad402af4e 100644 --- a/src/main/resources/assets/anvilcraft/blockstates/fire_cauldron.json +++ b/src/main/resources/assets/anvilcraft/blockstates/fire_cauldron.json @@ -2,7 +2,7 @@ "multipart": [ { "apply": { - "model": "anvilcraft:block/oil_cauldron_level1" + "model": "anvilcraft:block/fire_cauldron_fire1" }, "when": { "level": "1" @@ -10,7 +10,7 @@ }, { "apply": { - "model": "anvilcraft:block/fire_cauldron_fire1" + "model": "anvilcraft:block/oil_cauldron_level1" }, "when": { "level": "1" @@ -18,7 +18,7 @@ }, { "apply": { - "model": "anvilcraft:block/oil_cauldron_level2" + "model": "anvilcraft:block/fire_cauldron_fire2" }, "when": { "level": "2" @@ -26,7 +26,7 @@ }, { "apply": { - "model": "anvilcraft:block/fire_cauldron_fire2" + "model": "anvilcraft:block/oil_cauldron_level2" }, "when": { "level": "2" @@ -34,7 +34,7 @@ }, { "apply": { - "model": "anvilcraft:block/oil_cauldron_full" + "model": "anvilcraft:block/fire_cauldron_fire3" }, "when": { "level": "3" @@ -42,7 +42,7 @@ }, { "apply": { - "model": "anvilcraft:block/fire_cauldron_fire3" + "model": "anvilcraft:block/oil_cauldron_full" }, "when": { "level": "3" diff --git a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/cauldron.json b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/cauldron.json index 2f5923d11..573f9b7e6 100644 --- a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/cauldron.json +++ b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/cauldron.json @@ -1,7 +1,7 @@ { "credit": "Made by XeKr with Blockbench", - "render_type": "minecraft:cutout", "ambientocclusion": false, + "render_type": "minecraft:cutout", "textures": { "4": "block/cauldron_cut", "5": "block/cauldron_inner_side", @@ -13,49 +13,99 @@ }, "elements": [ { - "from": [0, 3, 0], - "to": [16, 16, 16], + "from": [14, 14, 2], + "to": [16, 16, 14], "faces": { - "north": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "north"}, - "east": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "east"}, - "south": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "south"}, - "west": {"uv": [0, 0, 16, 13], "texture": "#side"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#inside"} + "east": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "east"}, + "west": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "up": {"uv": [14, 2, 16, 14], "texture": "#top", "cullface": "up"}, + "down": {"uv": [14, 2, 16, 14], "texture": "#inside"} } }, { - "name": "cube inverted", - "from": [16, 14, 14], - "to": [0, 4, 2], + "from": [0, 14, 2], + "to": [2, 16, 14], "faces": { - "north": {"uv": [0, 10, 16, 0], "texture": "#4", "cullface": "south"}, - "south": {"uv": [0, 10, 16, 0], "texture": "#4", "cullface": "north"}, - "up": {"uv": [16, 0, 0, 12], "texture": "#4"}, - "down": {"uv": [16, 0, 0, 12], "texture": "#4", "cullface": "up"} + "east": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "west": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 2, 2, 14], "texture": "#top", "cullface": "up"}, + "down": {"uv": [0, 2, 2, 14], "texture": "#inside"} } }, { - "name": "cube inverted", - "from": [14, 14, 16], - "to": [2, 4, 0], + "from": [2, 14, 14], + "to": [14, 16, 16], "faces": { - "east": {"uv": [0, 10, 16, 0], "texture": "#4", "cullface": "north"}, - "west": {"uv": [0, 10, 16, 0], "texture": "#4", "cullface": "south"}, - "up": {"uv": [16, 0, 0, 12], "rotation": 270, "texture": "#4"}, - "down": {"uv": [16, 0, 0, 12], "rotation": 90, "texture": "#4", "cullface": "up"} + "north": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "south": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "south"}, + "up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}, + "down": {"uv": [2, 0, 14, 2], "texture": "#inside"} } }, { - "name": "cube inverted", - "from": [14, 16, 14], - "to": [2, 4, 2], + "from": [2, 14, 0], + "to": [14, 16, 2], + "faces": { + "north": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "north"}, + "south": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}, + "down": {"uv": [2, 14, 14, 16], "texture": "#inside"} + } + }, + { + "from": [14, 4, 0], + "to": [16, 16, 2], + "faces": { + "north": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "north"}, + "east": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "east"}, + "south": {"uv": [14, 0, 16, 12], "texture": "#5"}, + "west": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "up": {"uv": [14, 0, 16, 2], "texture": "#top", "cullface": "up"} + } + }, + { + "from": [0, 4, 14], + "to": [2, 16, 16], "faces": { - "north": {"uv": [14, 12, 2, 0], "texture": "#5", "cullface": "south"}, - "east": {"uv": [14, 12, 2, 0], "texture": "#5"}, - "south": {"uv": [14, 12, 2, 0], "texture": "#5", "cullface": "north"}, - "west": {"uv": [14, 12, 2, 0], "texture": "#5", "cullface": "east"}, - "up": {"uv": [14, 14, 2, 2], "texture": "#inside"} + "north": {"uv": [14, 0, 16, 12], "texture": "#5"}, + "east": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "south": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "south"}, + "west": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 14, 2, 16], "texture": "#top", "cullface": "up"} + } + }, + { + "from": [14, 4, 14], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "east": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "east"}, + "south": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "south"}, + "west": {"uv": [14, 0, 16, 12], "texture": "#5"}, + "up": {"uv": [14, 14, 16, 16], "texture": "#top", "cullface": "up"} + } + }, + { + "from": [0, 4, 0], + "to": [2, 16, 2], + "faces": { + "north": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "north"}, + "east": {"uv": [14, 0, 16, 12], "texture": "#5"}, + "south": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "west": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#top", "cullface": "up"} + } + }, + { + "from": [0, 3, 0], + "to": [16, 4, 16], + "faces": { + "north": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "north"}, + "east": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "east"}, + "south": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "south"}, + "west": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#inside"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#inside"} } }, { @@ -65,8 +115,8 @@ "north": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "north"}, "east": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "east"}, "south": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "south"}, - "west": {"uv": [0, 13, 16, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#bottom"} + "west": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "west"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} } }, { @@ -74,8 +124,8 @@ "from": [16, 3, 12], "to": [0, 0, 4], "faces": { - "north": {"uv": [16, 16, 0, 13], "texture": "#4", "cullface": "south"}, - "south": {"uv": [16, 16, 0, 13], "texture": "#4", "cullface": "north"} + "north": {"uv": [16, 16, 0, 13], "texture": "#4"}, + "south": {"uv": [16, 16, 0, 13], "texture": "#4"} } }, { @@ -83,8 +133,8 @@ "from": [12, 3, 16], "to": [4, 0, 0], "faces": { - "east": {"uv": [16, 16, 0, 13], "texture": "#4", "cullface": "north"}, - "west": {"uv": [16, 16, 0, 13], "texture": "#4", "cullface": "south"} + "east": {"uv": [16, 16, 0, 13], "texture": "#4"}, + "west": {"uv": [16, 16, 0, 13], "texture": "#4"} } }, { @@ -92,10 +142,10 @@ "from": [14, 3, 14], "to": [2, 0, 2], "faces": { - "north": {"uv": [2, 16, 14, 13], "texture": "#5", "cullface": "south"}, + "north": {"uv": [2, 16, 14, 13], "texture": "#5"}, "east": {"uv": [2, 16, 14, 13], "texture": "#5"}, - "south": {"uv": [2, 16, 14, 13], "texture": "#5", "cullface": "north"}, - "west": {"uv": [2, 16, 14, 13], "texture": "#5", "cullface": "east"} + "south": {"uv": [2, 16, 14, 13], "texture": "#5"}, + "west": {"uv": [2, 16, 14, 13], "texture": "#5"} } } ] diff --git a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_full.json b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_full.json index 9d136085e..163b4e058 100644 --- a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_full.json +++ b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_full.json @@ -13,49 +13,99 @@ }, "elements": [ { - "from": [0, 3, 0], - "to": [16, 16, 16], + "from": [14, 14, 2], + "to": [16, 16, 14], "faces": { - "north": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "north"}, - "east": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "east"}, - "south": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "south"}, - "west": {"uv": [0, 0, 16, 13], "texture": "#side"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#inside"} + "east": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "east"}, + "west": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "up": {"uv": [14, 2, 16, 14], "texture": "#top", "cullface": "up"}, + "down": {"uv": [14, 2, 16, 14], "texture": "#inside"} } }, { - "name": "cube inverted", - "from": [16, 14, 14], - "to": [0, 4, 2], + "from": [0, 14, 2], + "to": [2, 16, 14], "faces": { - "north": {"uv": [0, 10, 16, 0], "texture": "#4", "cullface": "south"}, - "south": {"uv": [0, 10, 16, 0], "texture": "#4", "cullface": "north"}, - "up": {"uv": [16, 0, 0, 12], "texture": "#4"}, - "down": {"uv": [16, 0, 0, 12], "texture": "#4", "cullface": "up"} + "east": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "west": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 2, 2, 14], "texture": "#top", "cullface": "up"}, + "down": {"uv": [0, 2, 2, 14], "texture": "#inside"} } }, { - "name": "cube inverted", - "from": [14, 14, 16], - "to": [2, 4, 0], + "from": [2, 14, 14], + "to": [14, 16, 16], "faces": { - "east": {"uv": [0, 10, 16, 0], "texture": "#4", "cullface": "north"}, - "west": {"uv": [0, 10, 16, 0], "texture": "#4", "cullface": "south"}, - "up": {"uv": [16, 0, 0, 12], "rotation": 270, "texture": "#4"}, - "down": {"uv": [16, 0, 0, 12], "rotation": 90, "texture": "#4", "cullface": "up"} + "north": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "south": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "south"}, + "up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}, + "down": {"uv": [2, 0, 14, 2], "texture": "#inside"} } }, { - "name": "cube inverted", - "from": [14, 16, 14], - "to": [2, 4, 2], + "from": [2, 14, 0], + "to": [14, 16, 2], "faces": { - "north": {"uv": [14, 12, 2, 0], "texture": "#5", "cullface": "south"}, - "east": {"uv": [14, 12, 2, 0], "texture": "#5"}, - "south": {"uv": [14, 12, 2, 0], "texture": "#5", "cullface": "north"}, - "west": {"uv": [14, 12, 2, 0], "texture": "#5", "cullface": "east"}, - "up": {"uv": [14, 14, 2, 2], "texture": "#inside"} + "north": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "north"}, + "south": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}, + "down": {"uv": [2, 14, 14, 16], "texture": "#inside"} + } + }, + { + "from": [14, 4, 0], + "to": [16, 16, 2], + "faces": { + "north": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "north"}, + "east": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "east"}, + "south": {"uv": [14, 0, 16, 12], "texture": "#5"}, + "west": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "up": {"uv": [14, 0, 16, 2], "texture": "#top", "cullface": "up"} + } + }, + { + "from": [0, 4, 14], + "to": [2, 16, 16], + "faces": { + "north": {"uv": [14, 0, 16, 12], "texture": "#5"}, + "east": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "south": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "south"}, + "west": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 14, 2, 16], "texture": "#top", "cullface": "up"} + } + }, + { + "from": [14, 4, 14], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "east": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "east"}, + "south": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "south"}, + "west": {"uv": [14, 0, 16, 12], "texture": "#5"}, + "up": {"uv": [14, 14, 16, 16], "texture": "#top", "cullface": "up"} + } + }, + { + "from": [0, 4, 0], + "to": [2, 16, 2], + "faces": { + "north": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "north"}, + "east": {"uv": [14, 0, 16, 12], "texture": "#5"}, + "south": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "west": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#top", "cullface": "up"} + } + }, + { + "from": [0, 3, 0], + "to": [16, 4, 16], + "faces": { + "north": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "north"}, + "east": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "east"}, + "south": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "south"}, + "west": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#inside"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#inside"} } }, { @@ -65,8 +115,8 @@ "north": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "north"}, "east": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "east"}, "south": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "south"}, - "west": {"uv": [0, 13, 16, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#bottom"} + "west": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "west"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} } }, { @@ -74,8 +124,8 @@ "from": [16, 3, 12], "to": [0, 0, 4], "faces": { - "north": {"uv": [16, 16, 0, 13], "texture": "#4", "cullface": "south"}, - "south": {"uv": [16, 16, 0, 13], "texture": "#4", "cullface": "north"} + "north": {"uv": [16, 16, 0, 13], "texture": "#4"}, + "south": {"uv": [16, 16, 0, 13], "texture": "#4"} } }, { @@ -83,8 +133,8 @@ "from": [12, 3, 16], "to": [4, 0, 0], "faces": { - "east": {"uv": [16, 16, 0, 13], "texture": "#4", "cullface": "north"}, - "west": {"uv": [16, 16, 0, 13], "texture": "#4", "cullface": "south"} + "east": {"uv": [16, 16, 0, 13], "texture": "#4"}, + "west": {"uv": [16, 16, 0, 13], "texture": "#4"} } }, { @@ -92,10 +142,10 @@ "from": [14, 3, 14], "to": [2, 0, 2], "faces": { - "north": {"uv": [2, 16, 14, 13], "texture": "#5", "cullface": "south"}, + "north": {"uv": [2, 16, 14, 13], "texture": "#5"}, "east": {"uv": [2, 16, 14, 13], "texture": "#5"}, - "south": {"uv": [2, 16, 14, 13], "texture": "#5", "cullface": "north"}, - "west": {"uv": [2, 16, 14, 13], "texture": "#5", "cullface": "east"} + "south": {"uv": [2, 16, 14, 13], "texture": "#5"}, + "west": {"uv": [2, 16, 14, 13], "texture": "#5"} } }, { diff --git a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level1.json b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level1.json index 3f46de11e..eef6644ec 100644 --- a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level1.json +++ b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level1.json @@ -13,49 +13,99 @@ }, "elements": [ { - "from": [0, 3, 0], - "to": [16, 16, 16], + "from": [14, 14, 2], + "to": [16, 16, 14], "faces": { - "north": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "north"}, - "east": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "east"}, - "south": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "south"}, - "west": {"uv": [0, 0, 16, 13], "texture": "#side"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#inside"} + "east": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "east"}, + "west": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "up": {"uv": [14, 2, 16, 14], "texture": "#top", "cullface": "up"}, + "down": {"uv": [14, 2, 16, 14], "texture": "#inside"} } }, { - "name": "cube inverted", - "from": [16, 14, 14], - "to": [0, 4, 2], + "from": [0, 14, 2], + "to": [2, 16, 14], "faces": { - "north": {"uv": [0, 10, 16, 0], "texture": "#4", "cullface": "south"}, - "south": {"uv": [0, 10, 16, 0], "texture": "#4", "cullface": "north"}, - "up": {"uv": [16, 0, 0, 12], "texture": "#4"}, - "down": {"uv": [16, 0, 0, 12], "texture": "#4", "cullface": "up"} + "east": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "west": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 2, 2, 14], "texture": "#top", "cullface": "up"}, + "down": {"uv": [0, 2, 2, 14], "texture": "#inside"} } }, { - "name": "cube inverted", - "from": [14, 14, 16], - "to": [2, 4, 0], + "from": [2, 14, 14], + "to": [14, 16, 16], "faces": { - "east": {"uv": [0, 10, 16, 0], "texture": "#4", "cullface": "north"}, - "west": {"uv": [0, 10, 16, 0], "texture": "#4", "cullface": "south"}, - "up": {"uv": [16, 0, 0, 12], "rotation": 270, "texture": "#4"}, - "down": {"uv": [16, 0, 0, 12], "rotation": 90, "texture": "#4", "cullface": "up"} + "north": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "south": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "south"}, + "up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}, + "down": {"uv": [2, 0, 14, 2], "texture": "#inside"} } }, { - "name": "cube inverted", - "from": [14, 16, 14], - "to": [2, 4, 2], + "from": [2, 14, 0], + "to": [14, 16, 2], "faces": { - "north": {"uv": [14, 12, 2, 0], "texture": "#5", "cullface": "south"}, - "east": {"uv": [14, 12, 2, 0], "texture": "#5"}, - "south": {"uv": [14, 12, 2, 0], "texture": "#5", "cullface": "north"}, - "west": {"uv": [14, 12, 2, 0], "texture": "#5", "cullface": "east"}, - "up": {"uv": [14, 14, 2, 2], "texture": "#inside"} + "north": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "north"}, + "south": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}, + "down": {"uv": [2, 14, 14, 16], "texture": "#inside"} + } + }, + { + "from": [14, 4, 0], + "to": [16, 16, 2], + "faces": { + "north": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "north"}, + "east": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "east"}, + "south": {"uv": [14, 0, 16, 12], "texture": "#5"}, + "west": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "up": {"uv": [14, 0, 16, 2], "texture": "#top", "cullface": "up"} + } + }, + { + "from": [0, 4, 14], + "to": [2, 16, 16], + "faces": { + "north": {"uv": [14, 0, 16, 12], "texture": "#5"}, + "east": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "south": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "south"}, + "west": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 14, 2, 16], "texture": "#top", "cullface": "up"} + } + }, + { + "from": [14, 4, 14], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "east": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "east"}, + "south": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "south"}, + "west": {"uv": [14, 0, 16, 12], "texture": "#5"}, + "up": {"uv": [14, 14, 16, 16], "texture": "#top", "cullface": "up"} + } + }, + { + "from": [0, 4, 0], + "to": [2, 16, 2], + "faces": { + "north": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "north"}, + "east": {"uv": [14, 0, 16, 12], "texture": "#5"}, + "south": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "west": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#top", "cullface": "up"} + } + }, + { + "from": [0, 3, 0], + "to": [16, 4, 16], + "faces": { + "north": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "north"}, + "east": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "east"}, + "south": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "south"}, + "west": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#inside"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#inside"} } }, { @@ -65,8 +115,8 @@ "north": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "north"}, "east": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "east"}, "south": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "south"}, - "west": {"uv": [0, 13, 16, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#bottom"} + "west": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "west"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} } }, { @@ -74,8 +124,8 @@ "from": [16, 3, 12], "to": [0, 0, 4], "faces": { - "north": {"uv": [16, 16, 0, 13], "texture": "#4", "cullface": "south"}, - "south": {"uv": [16, 16, 0, 13], "texture": "#4", "cullface": "north"} + "north": {"uv": [16, 16, 0, 13], "texture": "#4"}, + "south": {"uv": [16, 16, 0, 13], "texture": "#4"} } }, { @@ -83,8 +133,8 @@ "from": [12, 3, 16], "to": [4, 0, 0], "faces": { - "east": {"uv": [16, 16, 0, 13], "texture": "#4", "cullface": "north"}, - "west": {"uv": [16, 16, 0, 13], "texture": "#4", "cullface": "south"} + "east": {"uv": [16, 16, 0, 13], "texture": "#4"}, + "west": {"uv": [16, 16, 0, 13], "texture": "#4"} } }, { @@ -92,10 +142,10 @@ "from": [14, 3, 14], "to": [2, 0, 2], "faces": { - "north": {"uv": [2, 16, 14, 13], "texture": "#5", "cullface": "south"}, + "north": {"uv": [2, 16, 14, 13], "texture": "#5"}, "east": {"uv": [2, 16, 14, 13], "texture": "#5"}, - "south": {"uv": [2, 16, 14, 13], "texture": "#5", "cullface": "north"}, - "west": {"uv": [2, 16, 14, 13], "texture": "#5", "cullface": "east"} + "south": {"uv": [2, 16, 14, 13], "texture": "#5"}, + "west": {"uv": [2, 16, 14, 13], "texture": "#5"} } }, { diff --git a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level2.json b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level2.json index c3f2254bf..373bd3b84 100644 --- a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level2.json +++ b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level2.json @@ -13,49 +13,99 @@ }, "elements": [ { - "from": [0, 3, 0], - "to": [16, 16, 16], + "from": [14, 14, 2], + "to": [16, 16, 14], "faces": { - "north": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "north"}, - "east": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "east"}, - "south": {"uv": [0, 0, 16, 13], "texture": "#side", "cullface": "south"}, - "west": {"uv": [0, 0, 16, 13], "texture": "#side"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#inside"} + "east": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "east"}, + "west": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "up": {"uv": [14, 2, 16, 14], "texture": "#top", "cullface": "up"}, + "down": {"uv": [14, 2, 16, 14], "texture": "#inside"} } }, { - "name": "cube inverted", - "from": [16, 14, 14], - "to": [0, 4, 2], + "from": [0, 14, 2], + "to": [2, 16, 14], "faces": { - "north": {"uv": [0, 10, 16, 0], "texture": "#4", "cullface": "south"}, - "south": {"uv": [0, 10, 16, 0], "texture": "#4", "cullface": "north"}, - "up": {"uv": [16, 0, 0, 12], "texture": "#4"}, - "down": {"uv": [16, 0, 0, 12], "texture": "#4", "cullface": "up"} + "east": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "west": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 2, 2, 14], "texture": "#top", "cullface": "up"}, + "down": {"uv": [0, 2, 2, 14], "texture": "#inside"} } }, { - "name": "cube inverted", - "from": [14, 14, 16], - "to": [2, 4, 0], + "from": [2, 14, 14], + "to": [14, 16, 16], "faces": { - "east": {"uv": [0, 10, 16, 0], "texture": "#4", "cullface": "north"}, - "west": {"uv": [0, 10, 16, 0], "texture": "#4", "cullface": "south"}, - "up": {"uv": [16, 0, 0, 12], "rotation": 270, "texture": "#4"}, - "down": {"uv": [16, 0, 0, 12], "rotation": 90, "texture": "#4", "cullface": "up"} + "north": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "south": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "south"}, + "up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}, + "down": {"uv": [2, 0, 14, 2], "texture": "#inside"} } }, { - "name": "cube inverted", - "from": [14, 16, 14], - "to": [2, 4, 2], + "from": [2, 14, 0], + "to": [14, 16, 2], "faces": { - "north": {"uv": [14, 12, 2, 0], "texture": "#5", "cullface": "south"}, - "east": {"uv": [14, 12, 2, 0], "texture": "#5"}, - "south": {"uv": [14, 12, 2, 0], "texture": "#5", "cullface": "north"}, - "west": {"uv": [14, 12, 2, 0], "texture": "#5", "cullface": "east"}, - "up": {"uv": [14, 14, 2, 2], "texture": "#inside"} + "north": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "north"}, + "south": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}, + "down": {"uv": [2, 14, 14, 16], "texture": "#inside"} + } + }, + { + "from": [14, 4, 0], + "to": [16, 16, 2], + "faces": { + "north": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "north"}, + "east": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "east"}, + "south": {"uv": [14, 0, 16, 12], "texture": "#5"}, + "west": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "up": {"uv": [14, 0, 16, 2], "texture": "#top", "cullface": "up"} + } + }, + { + "from": [0, 4, 14], + "to": [2, 16, 16], + "faces": { + "north": {"uv": [14, 0, 16, 12], "texture": "#5"}, + "east": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "south": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "south"}, + "west": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 14, 2, 16], "texture": "#top", "cullface": "up"} + } + }, + { + "from": [14, 4, 14], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "east": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "east"}, + "south": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "south"}, + "west": {"uv": [14, 0, 16, 12], "texture": "#5"}, + "up": {"uv": [14, 14, 16, 16], "texture": "#top", "cullface": "up"} + } + }, + { + "from": [0, 4, 0], + "to": [2, 16, 2], + "faces": { + "north": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "north"}, + "east": {"uv": [14, 0, 16, 12], "texture": "#5"}, + "south": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "west": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#top", "cullface": "up"} + } + }, + { + "from": [0, 3, 0], + "to": [16, 4, 16], + "faces": { + "north": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "north"}, + "east": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "east"}, + "south": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "south"}, + "west": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#inside"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#inside"} } }, { @@ -65,8 +115,8 @@ "north": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "north"}, "east": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "east"}, "south": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "south"}, - "west": {"uv": [0, 13, 16, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#bottom"} + "west": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "west"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} } }, { @@ -74,8 +124,8 @@ "from": [16, 3, 12], "to": [0, 0, 4], "faces": { - "north": {"uv": [16, 16, 0, 13], "texture": "#4", "cullface": "south"}, - "south": {"uv": [16, 16, 0, 13], "texture": "#4", "cullface": "north"} + "north": {"uv": [16, 16, 0, 13], "texture": "#4"}, + "south": {"uv": [16, 16, 0, 13], "texture": "#4"} } }, { @@ -83,8 +133,8 @@ "from": [12, 3, 16], "to": [4, 0, 0], "faces": { - "east": {"uv": [16, 16, 0, 13], "texture": "#4", "cullface": "north"}, - "west": {"uv": [16, 16, 0, 13], "texture": "#4", "cullface": "south"} + "east": {"uv": [16, 16, 0, 13], "texture": "#4"}, + "west": {"uv": [16, 16, 0, 13], "texture": "#4"} } }, { @@ -92,10 +142,10 @@ "from": [14, 3, 14], "to": [2, 0, 2], "faces": { - "north": {"uv": [2, 16, 14, 13], "texture": "#5", "cullface": "south"}, + "north": {"uv": [2, 16, 14, 13], "texture": "#5"}, "east": {"uv": [2, 16, 14, 13], "texture": "#5"}, - "south": {"uv": [2, 16, 14, 13], "texture": "#5", "cullface": "north"}, - "west": {"uv": [2, 16, 14, 13], "texture": "#5", "cullface": "east"} + "south": {"uv": [2, 16, 14, 13], "texture": "#5"}, + "west": {"uv": [2, 16, 14, 13], "texture": "#5"} } }, { diff --git a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/textures/block/cauldron_side.png b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/textures/block/cauldron_side.png index 61879b6199b4a94188746977675b892b6e594212..e7d8e93dc73486903f7693977b4c63ee8ee50b00 100644 GIT binary patch delta 183 zcmeBXYG#@cQt#>EVPawt84+P`=TyCJ`-N98{r&w{T)4@=z##XhDH2F=mjw9*|Azwx zFMq~QK;cAB7srr_TQ$9bdf|msiW0X38?looj-Nkm{yA2@@v>Sme{Qg32n5g8HT>EU5-=TyCJ`-N98S6sO1@9)pRz_9e|oa;b}yCldj_&*#l zc= From 07236f3ba871fbf769931e3975c9390675af318c Mon Sep 17 00:00:00 2001 From: XeKr <987820727@qq.com> Date: Thu, 19 Dec 2024 11:26:10 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E9=93=9C=E6=B0=B4=E6=A7=BD=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../anvilcraft/models/block/copper_sink.json | 121 ++++++++++-------- .../textures/block/copper_sink_bottom.png | Bin 174 -> 228 bytes .../textures/block/copper_sink_cut.png | Bin 192 -> 0 bytes .../textures/block/copper_sink_inner_side.png | Bin 265 -> 233 bytes .../textures/block/copper_sink_side.png | Bin 287 -> 247 bytes 5 files changed, 65 insertions(+), 56 deletions(-) delete mode 100644 src/main/resources/assets/anvilcraft/textures/block/copper_sink_cut.png diff --git a/src/main/resources/assets/anvilcraft/models/block/copper_sink.json b/src/main/resources/assets/anvilcraft/models/block/copper_sink.json index e45513131..d3c742a6e 100644 --- a/src/main/resources/assets/anvilcraft/models/block/copper_sink.json +++ b/src/main/resources/assets/anvilcraft/models/block/copper_sink.json @@ -6,95 +6,104 @@ "1": "anvilcraft:block/copper_sink_inner", "2": "anvilcraft:block/copper_sink_side", "3": "anvilcraft:block/copper_sink_top", - "4": "anvilcraft:block/copper_sink_cut", - "5": "anvilcraft:block/copper_sink_inner_side", + "4": "anvilcraft:block/copper_sink_inner_side", "particle": "anvilcraft:block/copper_sink_side" }, "elements": [ { - "from": [0, 3, 0], - "to": [16, 16, 16], + "from": [0, 0, 0], + "to": [16, 2, 16], "faces": { - "north": {"uv": [0, 0, 16, 13], "texture": "#2", "cullface": "north"}, - "east": {"uv": [0, 0, 16, 13], "texture": "#2", "cullface": "east"}, - "south": {"uv": [0, 0, 16, 13], "texture": "#2", "cullface": "south"}, - "west": {"uv": [0, 0, 16, 13], "texture": "#2"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "up"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + "north": {"uv": [0, 14, 16, 16], "texture": "#2", "cullface": "north"}, + "east": {"uv": [0, 14, 16, 16], "texture": "#2", "cullface": "east"}, + "south": {"uv": [0, 14, 16, 16], "texture": "#2", "cullface": "south"}, + "west": {"uv": [0, 14, 16, 16], "texture": "#2", "cullface": "west"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} } }, { - "name": "cube inverted", - "from": [16, 14, 11], - "to": [0, 4, 5], + "from": [14, 2, 0], + "to": [16, 16, 2], "faces": { - "north": {"uv": [0, 10, 16, 0], "texture": "#4", "cullface": "south"}, - "south": {"uv": [0, 10, 16, 0], "texture": "#4", "cullface": "north"}, - "up": {"uv": [16, 2, 0, 8], "texture": "#4"}, - "down": {"uv": [16, 2, 0, 8], "texture": "#4", "cullface": "up"} + "north": {"uv": [0, 0, 2, 14], "texture": "#2", "cullface": "north"}, + "east": {"uv": [14, 0, 16, 14], "texture": "#2", "cullface": "east"}, + "south": {"uv": [14, 0, 16, 14], "texture": "#4"}, + "west": {"uv": [0, 0, 2, 14], "texture": "#4"}, + "up": {"uv": [14, 0, 16, 2], "texture": "#3", "cullface": "up"} } }, { - "name": "cube inverted", - "from": [11, 14, 16], - "to": [5, 4, 0], + "from": [0, 2, 0], + "to": [2, 16, 2], "faces": { - "east": {"uv": [0, 10, 16, 0], "texture": "#4", "cullface": "north"}, - "west": {"uv": [0, 10, 16, 0], "texture": "#4", "cullface": "south"}, - "up": {"uv": [16, 2, 0, 8], "rotation": 270, "texture": "#4"}, - "down": {"uv": [16, 2, 0, 8], "rotation": 90, "texture": "#4", "cullface": "up"} + "north": {"uv": [14, 0, 16, 14], "texture": "#2", "cullface": "north"}, + "east": {"uv": [14, 0, 16, 14], "texture": "#4"}, + "south": {"uv": [0, 0, 2, 14], "texture": "#4"}, + "west": {"uv": [0, 0, 2, 14], "texture": "#2", "cullface": "west"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#3", "cullface": "up"} } }, { - "name": "cube inverted", - "from": [14, 16, 14], - "to": [2, 4, 2], + "from": [0, 2, 14], + "to": [2, 16, 16], "faces": { - "north": {"uv": [14, 12, 2, 0], "texture": "#5", "cullface": "south"}, - "east": {"uv": [14, 12, 2, 0], "texture": "#5"}, - "south": {"uv": [14, 12, 2, 0], "texture": "#5", "cullface": "north"}, - "west": {"uv": [14, 12, 2, 0], "texture": "#5", "cullface": "east"}, - "up": {"uv": [14, 14, 2, 2], "texture": "#1"} + "north": {"uv": [14, 0, 16, 14], "texture": "#4"}, + "east": {"uv": [0, 0, 2, 14], "texture": "#4"}, + "south": {"uv": [0, 0, 2, 14], "texture": "#2", "cullface": "south"}, + "west": {"uv": [14, 0, 16, 14], "texture": "#2", "cullface": "west"}, + "up": {"uv": [0, 14, 2, 16], "texture": "#3", "cullface": "up"} } }, { - "from": [0, 0, 0], - "to": [16, 3, 16], + "from": [14, 2, 14], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 2, 14], "texture": "#4"}, + "east": {"uv": [0, 0, 2, 14], "texture": "#2", "cullface": "east"}, + "south": {"uv": [14, 0, 16, 14], "texture": "#2", "cullface": "south"}, + "west": {"uv": [14, 0, 16, 14], "texture": "#4"}, + "up": {"uv": [14, 14, 16, 16], "texture": "#3", "cullface": "up"} + } + }, + { + "from": [2, 14, 14], + "to": [14, 16, 16], "faces": { - "north": {"uv": [0, 13, 16, 16], "texture": "#2", "cullface": "north"}, - "east": {"uv": [0, 13, 16, 16], "texture": "#2", "cullface": "east"}, - "south": {"uv": [0, 13, 16, 16], "texture": "#2", "cullface": "south"}, - "west": {"uv": [0, 13, 16, 16], "texture": "#2"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + "north": {"uv": [2, 0, 14, 2], "texture": "#4"}, + "south": {"uv": [2, 0, 14, 2], "texture": "#2", "cullface": "south"}, + "up": {"uv": [2, 14, 14, 16], "texture": "#3", "cullface": "up"}, + "down": {"uv": [2, 0, 14, 2], "texture": "#1"} } }, { - "name": "cube inverted", - "from": [16, 3, 12], - "to": [0, 0, 4], + "from": [2, 14, 0], + "to": [14, 16, 2], "faces": { - "north": {"uv": [16, 16, 0, 13], "texture": "#4", "cullface": "south"}, - "south": {"uv": [16, 16, 0, 13], "texture": "#4", "cullface": "north"} + "north": {"uv": [2, 0, 14, 2], "texture": "#2", "cullface": "north"}, + "south": {"uv": [2, 0, 14, 2], "texture": "#4"}, + "up": {"uv": [2, 0, 14, 2], "texture": "#3", "cullface": "up"}, + "down": {"uv": [2, 14, 14, 16], "texture": "#1"} } }, { - "name": "cube inverted", - "from": [12, 3, 16], - "to": [4, 0, 0], + "from": [0, 14, 2], + "to": [2, 16, 14], "faces": { - "east": {"uv": [16, 16, 0, 13], "texture": "#4", "cullface": "north"}, - "west": {"uv": [16, 16, 0, 13], "texture": "#4", "cullface": "south"} + "east": {"uv": [2, 0, 14, 2], "texture": "#4"}, + "west": {"uv": [2, 0, 14, 2], "texture": "#2", "cullface": "west"}, + "up": {"uv": [0, 2, 2, 14], "texture": "#3", "cullface": "up"}, + "down": {"uv": [0, 2, 2, 14], "texture": "#1"} } }, { - "name": "cube inverted", - "from": [14, 3, 14], - "to": [2, 0, 2], + "from": [14, 14, 2], + "to": [16, 16, 14], "faces": { - "north": {"uv": [2, 16, 14, 13], "texture": "#2", "cullface": "south"}, - "east": {"uv": [2, 16, 14, 13], "texture": "#2"}, - "south": {"uv": [2, 16, 14, 13], "texture": "#2", "cullface": "north"}, - "west": {"uv": [2, 16, 14, 13], "texture": "#2", "cullface": "east"} + "east": {"uv": [2, 0, 14, 2], "texture": "#2", "cullface": "east"}, + "west": {"uv": [2, 0, 14, 2], "texture": "#4"}, + "up": {"uv": [14, 2, 16, 14], "texture": "#3", "cullface": "up"}, + "down": {"uv": [14, 2, 16, 14], "texture": "#1"} } } ] diff --git a/src/main/resources/assets/anvilcraft/textures/block/copper_sink_bottom.png b/src/main/resources/assets/anvilcraft/textures/block/copper_sink_bottom.png index 01fe9cdeb84484d73d51664fdc7db101847a6e89..8b6e829aee8924218e544ccc5a15a4e0d1e701e1 100644 GIT binary patch delta 163 zcmV;U09^mB0ptOYNq-VhOjJeVf^5iiR@Qr4r&>UeNimvGIPdma#{d8TXh}ptRCwB4 zj|mO{Aq)abh5vtfp=vgIE?pj4DN9riWQED7R@v@W0ogBgT-`D;pzyR9+1AVPw RDc1l1002ovPDHLkV1ls$NM`^5 delta 108 zcmaFDxQ=mxXDVlaPl)TR0E-Eph71f0LJ3_uK#I8}$S?T+e}?O)cpZUU9Zwg>kcwML z2?;4FDNRfYlNpb=izTEu6ev2)VDiaGSir)uTjX%@i+k)G1`J;d7|&jfWvvD3WAJqK Kb6Mw<&;$TWiz62R diff --git a/src/main/resources/assets/anvilcraft/textures/block/copper_sink_cut.png b/src/main/resources/assets/anvilcraft/textures/block/copper_sink_cut.png deleted file mode 100644 index 40c21991271f59b708fe1240c6be3ba122a5037b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 192 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!WQl7;NpOBzNqJ&XDuZK6ep0G} zXKrG8YEWuoN@d~6R2!fo(Ey(i*X2o_aSW-rm6VW}>ddr8ho^;gMj-2ql}ZjbqRdPjS{Rsxjiz@p1~&+X cHV7&lVE9qN+E|qNxDRBSr>mdKI;Vst03b~}UH||9 diff --git a/src/main/resources/assets/anvilcraft/textures/block/copper_sink_inner_side.png b/src/main/resources/assets/anvilcraft/textures/block/copper_sink_inner_side.png index 4a18b6d8c9529706fbeac02349c519d50ede8ec5..0882f6b6d44f843e457550904c514c5290c98d57 100644 GIT binary patch delta 163 zcmeBVddWD!ul{jU&b8|337&?VlH5;}gv|=DSRUoTz`!7r5jO!yag+r41^ zBY|SUo-U3d6}NiMJ8~Ux;BXG~O{)4Y9nQs?y6Z*!$z(PYmDIG7nYP*)4C}PYRhW0U zIc!kd;KcofHSWO))|&@dZT4sE6{tV3apnBg_fE;w#`HEsH!w0hpU1k^Y|6ClK=T zBY|SYo-U3d6}Mvg1BH$la5$}G+WWs({Ibd1NPD9nYE6gA%HvnQ%Wyumdex<1hD&!= zD_xrO$3e=#xW*w`=~!`dD)(#oC#M-tHdor{bsO6#Wi_wa=vHzd$I4CJtkc87(tXGA tb<>aU&7Q{6{k6&CTyDj|7xNjI873F7GMU9mEdbij;OXk;vd$@?2>{QqQ=R|- diff --git a/src/main/resources/assets/anvilcraft/textures/block/copper_sink_side.png b/src/main/resources/assets/anvilcraft/textures/block/copper_sink_side.png index 7ae34b28735536e0942ed7f6b392bc3bd7b989ab..64b1aea17574ff914994597501cbf0a2d081c772 100644 GIT binary patch delta 174 zcmbQw^qp}+VEv{f_vKLz6Fd#CRY%VXu&7?Q{lcr4CrZLrT)4@=!0=;EO(l@xE(!7r z{tpKXUjB@qfWo1kE{-7;w_19=`5GKJoUI!!RQ+e}-u+YMmOw__f`$~A1)>+{NvyoG zdfrT_g1eJXC0a7yWIJ`>YfD01^T+Lqc?)@y)c*>pTNwF-=C6#FZvJh0@~>b5L-Gp_ V|Mz>0gMcC#R)9tIy6wxO9IjPIZ%T4MQ4+?$z@S;g!w00eOM?7@ z|HA=;mp|htpm43Hi(^Q|t&sjeJ{Cm|=haD!@9Q7vp0POj?eKx_wW2d$zMF8zR9&g$ zUDy@ zwy4T&2rqqei1*66xR%o=t}c4C$N1c8El#PoOua4t%=B0MR6oFQb0>QSqspP_K$kFh My85}Sb4q9e0D?GUaR2}S From 54c78b8195229617364f319a7bc56385a183771c Mon Sep 17 00:00:00 2001 From: XeKr <987820727@qq.com> Date: Thu, 19 Dec 2024 13:01:47 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E7=82=BC=E8=8D=AF=E9=94=85=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E5=85=BC=E5=AE=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../amendments/models/block/cauldron.json | 155 ++++++++++++++++++ .../models/block/cauldron_level_11.json | 18 ++ .../models/block/cauldron_level_12.json | 18 ++ .../models/block/cauldron_level_13.json | 18 ++ .../models/block/cauldron_level_15.json | 18 ++ .../models/block/cauldron_level_9.json | 18 ++ .../minecraft/models/block/cauldron.json | 91 +++++----- .../models/block/template_cauldron_full.json | 91 +++++----- .../block/template_cauldron_level1.json | 91 +++++----- .../block/template_cauldron_level2.json | 91 +++++----- .../textures/block/cauldron_bottom.png | Bin 174 -> 187 bytes .../minecraft/textures/block/cauldron_cut.png | Bin 194 -> 0 bytes 12 files changed, 433 insertions(+), 176 deletions(-) create mode 100644 src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron.json create mode 100644 src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron_level_11.json create mode 100644 src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron_level_12.json create mode 100644 src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron_level_13.json create mode 100644 src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron_level_15.json create mode 100644 src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron_level_9.json delete mode 100644 src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/textures/block/cauldron_cut.png diff --git a/src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron.json b/src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron.json new file mode 100644 index 000000000..819583a48 --- /dev/null +++ b/src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron.json @@ -0,0 +1,155 @@ +{ + "credit": "Made by XeKr with Blockbench", + "ambientocclusion": false, + "render_type": "minecraft:cutout", + "textures": { + "top": "block/cauldron_top", + "bottom": "block/cauldron_bottom", + "particle": "block/cauldron_side", + "side": "block/cauldron_side", + "inner": "block/cauldron_inner", + "inside": "block/cauldron_inner_side" + }, + "elements": [ + { + "from": [14, 14, 2], + "to": [16, 16, 14], + "faces": { + "east": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "east"}, + "west": {"uv": [2, 0, 14, 2], "texture": "#inside"}, + "up": {"uv": [14, 2, 16, 14], "texture": "#top", "cullface": "up"}, + "down": {"uv": [14, 2, 16, 14], "texture": "#inner"} + } + }, + { + "from": [0, 14, 2], + "to": [2, 16, 14], + "faces": { + "east": {"uv": [2, 0, 14, 2], "texture": "#inside"}, + "west": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 2, 2, 14], "texture": "#top", "cullface": "up"}, + "down": {"uv": [0, 2, 2, 14], "texture": "#inner"} + } + }, + { + "from": [2, 14, 14], + "to": [14, 16, 16], + "faces": { + "north": {"uv": [2, 0, 14, 2], "texture": "#inside"}, + "south": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "south"}, + "up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}, + "down": {"uv": [2, 0, 14, 2], "texture": "#inner"} + } + }, + { + "from": [2, 14, 0], + "to": [14, 16, 2], + "faces": { + "north": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "north"}, + "south": {"uv": [2, 0, 14, 2], "texture": "#inside"}, + "up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}, + "down": {"uv": [2, 14, 14, 16], "texture": "#inner"} + } + }, + { + "from": [14, 4, 0], + "to": [16, 16, 2], + "faces": { + "north": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "north"}, + "east": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "east"}, + "south": {"uv": [14, 0, 16, 12], "texture": "#inside"}, + "west": {"uv": [0, 0, 2, 12], "texture": "#inside"}, + "up": {"uv": [14, 0, 16, 2], "texture": "#top", "cullface": "up"} + } + }, + { + "from": [0, 4, 14], + "to": [2, 16, 16], + "faces": { + "north": {"uv": [14, 0, 16, 12], "texture": "#inside"}, + "east": {"uv": [0, 0, 2, 12], "texture": "#inside"}, + "south": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "south"}, + "west": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 14, 2, 16], "texture": "#top", "cullface": "up"} + } + }, + { + "from": [14, 4, 14], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 2, 12], "texture": "#inside"}, + "east": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "east"}, + "south": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "south"}, + "west": {"uv": [14, 0, 16, 12], "texture": "#inside"}, + "up": {"uv": [14, 14, 16, 16], "texture": "#top", "cullface": "up"} + } + }, + { + "from": [0, 4, 0], + "to": [2, 16, 2], + "faces": { + "north": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "north"}, + "east": {"uv": [14, 0, 16, 12], "texture": "#inside"}, + "south": {"uv": [0, 0, 2, 12], "texture": "#inside"}, + "west": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#top", "cullface": "up"} + } + }, + { + "from": [0, 3, 0], + "to": [16, 4, 16], + "faces": { + "north": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "north"}, + "east": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "east"}, + "south": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "south"}, + "west": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#inner"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#inner"} + } + }, + { + "from": [0, 0, 0], + "to": [4, 3, 4], + "faces": { + "north": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "north"}, + "east": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "east"}, + "south": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "south"}, + "west": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "west"}, + "down": {"uv": [0, 12, 4, 16], "texture": "#bottom", "cullface": "down"} + } + }, + { + "from": [0, 0, 12], + "to": [4, 3, 16], + "faces": { + "north": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "north"}, + "east": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "east"}, + "south": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "south"}, + "west": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "west"}, + "down": {"uv": [0, 0, 4, 4], "texture": "#bottom", "cullface": "down"} + } + }, + { + "from": [12, 0, 12], + "to": [16, 3, 16], + "faces": { + "north": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "north"}, + "east": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "east"}, + "south": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "south"}, + "west": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "west"}, + "down": {"uv": [12, 0, 16, 4], "texture": "#bottom", "cullface": "down"} + } + }, + { + "from": [12, 0, 0], + "to": [16, 3, 4], + "faces": { + "north": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "north"}, + "east": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "east"}, + "south": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "south"}, + "west": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "west"}, + "down": {"uv": [12, 12, 16, 16], "texture": "#bottom", "cullface": "down"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron_level_11.json b/src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron_level_11.json new file mode 100644 index 000000000..707094aef --- /dev/null +++ b/src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron_level_11.json @@ -0,0 +1,18 @@ +{ + "credit": "Made with Blockbench", + "ambientocclusion": false, + "elements": [ + { + "from": [1, 4, 1], + "to": [15, 11, 15], + "shade": false, + "faces": { + "north": {"uv": [1, 5, 15, 12], "texture": "#content", "tintindex": 1}, + "east": {"uv": [1, 5, 15, 12], "texture": "#content", "tintindex": 1}, + "south": {"uv": [1, 5, 15, 12], "texture": "#content", "tintindex": 1}, + "west": {"uv": [1, 5, 15, 12], "texture": "#content", "tintindex": 1}, + "up": {"uv": [1, 1, 15, 15], "texture": "#content", "tintindex": 1} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron_level_12.json b/src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron_level_12.json new file mode 100644 index 000000000..219553681 --- /dev/null +++ b/src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron_level_12.json @@ -0,0 +1,18 @@ +{ + "credit": "Made with Blockbench", + "ambientocclusion": false, + "elements": [ + { + "from": [1, 4, 1], + "to": [15, 12, 15], + "shade": false, + "faces": { + "north": {"uv": [1, 4, 15, 12], "texture": "#content", "tintindex": 1}, + "east": {"uv": [1, 4, 15, 12], "texture": "#content", "tintindex": 1}, + "south": {"uv": [1, 4, 15, 12], "texture": "#content", "tintindex": 1}, + "west": {"uv": [1, 4, 15, 12], "texture": "#content", "tintindex": 1}, + "up": {"uv": [1, 1, 15, 15], "texture": "#content", "tintindex": 1} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron_level_13.json b/src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron_level_13.json new file mode 100644 index 000000000..db2fb54ce --- /dev/null +++ b/src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron_level_13.json @@ -0,0 +1,18 @@ +{ + "credit": "Made with Blockbench", + "ambientocclusion": false, + "elements": [ + { + "from": [1, 4, 1], + "to": [15, 13, 15], + "shade": false, + "faces": { + "north": {"uv": [1, 3, 15, 12], "texture": "#content", "tintindex": 1}, + "east": {"uv": [1, 3, 15, 12], "texture": "#content", "tintindex": 1}, + "south": {"uv": [1, 3, 15, 12], "texture": "#content", "tintindex": 1}, + "west": {"uv": [1, 3, 15, 12], "texture": "#content", "tintindex": 1}, + "up": {"uv": [1, 1, 15, 15], "texture": "#content", "tintindex": 1} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron_level_15.json b/src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron_level_15.json new file mode 100644 index 000000000..b6a42667a --- /dev/null +++ b/src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron_level_15.json @@ -0,0 +1,18 @@ +{ + "credit": "Made with Blockbench", + "ambientocclusion": false, + "elements": [ + { + "from": [1, 4, 1], + "to": [15, 15, 15], + "shade": false, + "faces": { + "north": {"uv": [1, 1, 15, 12], "texture": "#content", "tintindex": 1}, + "east": {"uv": [1, 1, 15, 12], "texture": "#content", "tintindex": 1}, + "south": {"uv": [1, 1, 15, 12], "texture": "#content", "tintindex": 1}, + "west": {"uv": [1, 1, 15, 12], "texture": "#content", "tintindex": 1}, + "up": {"uv": [1, 1, 15, 15], "texture": "#content", "tintindex": 1} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron_level_9.json b/src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron_level_9.json new file mode 100644 index 000000000..2a8a559ff --- /dev/null +++ b/src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron_level_9.json @@ -0,0 +1,18 @@ +{ + "credit": "Made with Blockbench", + "ambientocclusion": false, + "elements": [ + { + "from": [1, 4, 1], + "to": [15, 9, 15], + "shade": false, + "faces": { + "north": {"uv": [1, 7, 15, 12], "texture": "#content", "tintindex": 1}, + "east": {"uv": [1, 7, 15, 12], "texture": "#content", "tintindex": 1}, + "south": {"uv": [1, 7, 15, 12], "texture": "#content", "tintindex": 1}, + "west": {"uv": [1, 7, 15, 12], "texture": "#content", "tintindex": 1}, + "up": {"uv": [1, 1, 15, 15], "texture": "#content", "tintindex": 1} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/cauldron.json b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/cauldron.json index 573f9b7e6..819583a48 100644 --- a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/cauldron.json +++ b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/cauldron.json @@ -3,13 +3,12 @@ "ambientocclusion": false, "render_type": "minecraft:cutout", "textures": { - "4": "block/cauldron_cut", - "5": "block/cauldron_inner_side", "top": "block/cauldron_top", "bottom": "block/cauldron_bottom", "particle": "block/cauldron_side", "side": "block/cauldron_side", - "inside": "block/cauldron_inner" + "inner": "block/cauldron_inner", + "inside": "block/cauldron_inner_side" }, "elements": [ { @@ -17,29 +16,29 @@ "to": [16, 16, 14], "faces": { "east": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "east"}, - "west": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "west": {"uv": [2, 0, 14, 2], "texture": "#inside"}, "up": {"uv": [14, 2, 16, 14], "texture": "#top", "cullface": "up"}, - "down": {"uv": [14, 2, 16, 14], "texture": "#inside"} + "down": {"uv": [14, 2, 16, 14], "texture": "#inner"} } }, { "from": [0, 14, 2], "to": [2, 16, 14], "faces": { - "east": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "east": {"uv": [2, 0, 14, 2], "texture": "#inside"}, "west": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "west"}, "up": {"uv": [0, 2, 2, 14], "texture": "#top", "cullface": "up"}, - "down": {"uv": [0, 2, 2, 14], "texture": "#inside"} + "down": {"uv": [0, 2, 2, 14], "texture": "#inner"} } }, { "from": [2, 14, 14], "to": [14, 16, 16], "faces": { - "north": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "north": {"uv": [2, 0, 14, 2], "texture": "#inside"}, "south": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "south"}, "up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}, - "down": {"uv": [2, 0, 14, 2], "texture": "#inside"} + "down": {"uv": [2, 0, 14, 2], "texture": "#inner"} } }, { @@ -47,9 +46,9 @@ "to": [14, 16, 2], "faces": { "north": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "north"}, - "south": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "south": {"uv": [2, 0, 14, 2], "texture": "#inside"}, "up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}, - "down": {"uv": [2, 14, 14, 16], "texture": "#inside"} + "down": {"uv": [2, 14, 14, 16], "texture": "#inner"} } }, { @@ -58,8 +57,8 @@ "faces": { "north": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "north"}, "east": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "east"}, - "south": {"uv": [14, 0, 16, 12], "texture": "#5"}, - "west": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "south": {"uv": [14, 0, 16, 12], "texture": "#inside"}, + "west": {"uv": [0, 0, 2, 12], "texture": "#inside"}, "up": {"uv": [14, 0, 16, 2], "texture": "#top", "cullface": "up"} } }, @@ -67,8 +66,8 @@ "from": [0, 4, 14], "to": [2, 16, 16], "faces": { - "north": {"uv": [14, 0, 16, 12], "texture": "#5"}, - "east": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "north": {"uv": [14, 0, 16, 12], "texture": "#inside"}, + "east": {"uv": [0, 0, 2, 12], "texture": "#inside"}, "south": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "south"}, "west": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "west"}, "up": {"uv": [0, 14, 2, 16], "texture": "#top", "cullface": "up"} @@ -78,10 +77,10 @@ "from": [14, 4, 14], "to": [16, 16, 16], "faces": { - "north": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "north": {"uv": [0, 0, 2, 12], "texture": "#inside"}, "east": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "east"}, "south": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "south"}, - "west": {"uv": [14, 0, 16, 12], "texture": "#5"}, + "west": {"uv": [14, 0, 16, 12], "texture": "#inside"}, "up": {"uv": [14, 14, 16, 16], "texture": "#top", "cullface": "up"} } }, @@ -90,8 +89,8 @@ "to": [2, 16, 2], "faces": { "north": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "north"}, - "east": {"uv": [14, 0, 16, 12], "texture": "#5"}, - "south": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "east": {"uv": [14, 0, 16, 12], "texture": "#inside"}, + "south": {"uv": [0, 0, 2, 12], "texture": "#inside"}, "west": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "west"}, "up": {"uv": [0, 0, 2, 2], "texture": "#top", "cullface": "up"} } @@ -104,48 +103,52 @@ "east": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "east"}, "south": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "south"}, "west": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "west"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#inside"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#inside"} + "up": {"uv": [0, 0, 16, 16], "texture": "#inner"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#inner"} } }, { "from": [0, 0, 0], - "to": [16, 3, 16], + "to": [4, 3, 4], "faces": { - "north": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "north"}, - "east": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "east"}, - "south": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "south"}, - "west": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "west"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} + "north": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "north"}, + "east": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "east"}, + "south": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "south"}, + "west": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "west"}, + "down": {"uv": [0, 12, 4, 16], "texture": "#bottom", "cullface": "down"} } }, { - "name": "cube inverted", - "from": [16, 3, 12], - "to": [0, 0, 4], + "from": [0, 0, 12], + "to": [4, 3, 16], "faces": { - "north": {"uv": [16, 16, 0, 13], "texture": "#4"}, - "south": {"uv": [16, 16, 0, 13], "texture": "#4"} + "north": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "north"}, + "east": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "east"}, + "south": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "south"}, + "west": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "west"}, + "down": {"uv": [0, 0, 4, 4], "texture": "#bottom", "cullface": "down"} } }, { - "name": "cube inverted", - "from": [12, 3, 16], - "to": [4, 0, 0], + "from": [12, 0, 12], + "to": [16, 3, 16], "faces": { - "east": {"uv": [16, 16, 0, 13], "texture": "#4"}, - "west": {"uv": [16, 16, 0, 13], "texture": "#4"} + "north": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "north"}, + "east": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "east"}, + "south": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "south"}, + "west": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "west"}, + "down": {"uv": [12, 0, 16, 4], "texture": "#bottom", "cullface": "down"} } }, { - "name": "cube inverted", - "from": [14, 3, 14], - "to": [2, 0, 2], + "from": [12, 0, 0], + "to": [16, 3, 4], "faces": { - "north": {"uv": [2, 16, 14, 13], "texture": "#5"}, - "east": {"uv": [2, 16, 14, 13], "texture": "#5"}, - "south": {"uv": [2, 16, 14, 13], "texture": "#5"}, - "west": {"uv": [2, 16, 14, 13], "texture": "#5"} + "north": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "north"}, + "east": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "east"}, + "south": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "south"}, + "west": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "west"}, + "down": {"uv": [12, 12, 16, 16], "texture": "#bottom", "cullface": "down"} } } ] diff --git a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_full.json b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_full.json index 163b4e058..022a10cb6 100644 --- a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_full.json +++ b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_full.json @@ -3,13 +3,12 @@ "render_type": "minecraft:cutout", "ambientocclusion": false, "textures": { - "4": "block/cauldron_cut", - "5": "block/cauldron_inner_side", "top": "block/cauldron_top", "bottom": "block/cauldron_bottom", "particle": "block/cauldron_side", "side": "block/cauldron_side", - "inside": "block/cauldron_inner" + "inner": "block/cauldron_inner", + "inside": "block/cauldron_inner_side" }, "elements": [ { @@ -17,29 +16,29 @@ "to": [16, 16, 14], "faces": { "east": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "east"}, - "west": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "west": {"uv": [2, 0, 14, 2], "texture": "#inside"}, "up": {"uv": [14, 2, 16, 14], "texture": "#top", "cullface": "up"}, - "down": {"uv": [14, 2, 16, 14], "texture": "#inside"} + "down": {"uv": [14, 2, 16, 14], "texture": "#inner"} } }, { "from": [0, 14, 2], "to": [2, 16, 14], "faces": { - "east": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "east": {"uv": [2, 0, 14, 2], "texture": "#inside"}, "west": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "west"}, "up": {"uv": [0, 2, 2, 14], "texture": "#top", "cullface": "up"}, - "down": {"uv": [0, 2, 2, 14], "texture": "#inside"} + "down": {"uv": [0, 2, 2, 14], "texture": "#inner"} } }, { "from": [2, 14, 14], "to": [14, 16, 16], "faces": { - "north": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "north": {"uv": [2, 0, 14, 2], "texture": "#inside"}, "south": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "south"}, "up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}, - "down": {"uv": [2, 0, 14, 2], "texture": "#inside"} + "down": {"uv": [2, 0, 14, 2], "texture": "#inner"} } }, { @@ -47,9 +46,9 @@ "to": [14, 16, 2], "faces": { "north": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "north"}, - "south": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "south": {"uv": [2, 0, 14, 2], "texture": "#inside"}, "up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}, - "down": {"uv": [2, 14, 14, 16], "texture": "#inside"} + "down": {"uv": [2, 14, 14, 16], "texture": "#inner"} } }, { @@ -58,8 +57,8 @@ "faces": { "north": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "north"}, "east": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "east"}, - "south": {"uv": [14, 0, 16, 12], "texture": "#5"}, - "west": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "south": {"uv": [14, 0, 16, 12], "texture": "#inside"}, + "west": {"uv": [0, 0, 2, 12], "texture": "#inside"}, "up": {"uv": [14, 0, 16, 2], "texture": "#top", "cullface": "up"} } }, @@ -67,8 +66,8 @@ "from": [0, 4, 14], "to": [2, 16, 16], "faces": { - "north": {"uv": [14, 0, 16, 12], "texture": "#5"}, - "east": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "north": {"uv": [14, 0, 16, 12], "texture": "#inside"}, + "east": {"uv": [0, 0, 2, 12], "texture": "#inside"}, "south": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "south"}, "west": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "west"}, "up": {"uv": [0, 14, 2, 16], "texture": "#top", "cullface": "up"} @@ -78,10 +77,10 @@ "from": [14, 4, 14], "to": [16, 16, 16], "faces": { - "north": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "north": {"uv": [0, 0, 2, 12], "texture": "#inside"}, "east": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "east"}, "south": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "south"}, - "west": {"uv": [14, 0, 16, 12], "texture": "#5"}, + "west": {"uv": [14, 0, 16, 12], "texture": "#inside"}, "up": {"uv": [14, 14, 16, 16], "texture": "#top", "cullface": "up"} } }, @@ -90,8 +89,8 @@ "to": [2, 16, 2], "faces": { "north": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "north"}, - "east": {"uv": [14, 0, 16, 12], "texture": "#5"}, - "south": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "east": {"uv": [14, 0, 16, 12], "texture": "#inside"}, + "south": {"uv": [0, 0, 2, 12], "texture": "#inside"}, "west": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "west"}, "up": {"uv": [0, 0, 2, 2], "texture": "#top", "cullface": "up"} } @@ -104,48 +103,52 @@ "east": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "east"}, "south": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "south"}, "west": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "west"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#inside"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#inside"} + "up": {"uv": [0, 0, 16, 16], "texture": "#inner"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#inner"} } }, { "from": [0, 0, 0], - "to": [16, 3, 16], + "to": [4, 3, 4], "faces": { - "north": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "north"}, - "east": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "east"}, - "south": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "south"}, - "west": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "west"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} + "north": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "north"}, + "east": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "east"}, + "south": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "south"}, + "west": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "west"}, + "down": {"uv": [0, 12, 4, 16], "texture": "#bottom", "cullface": "down"} } }, { - "name": "cube inverted", - "from": [16, 3, 12], - "to": [0, 0, 4], + "from": [0, 0, 12], + "to": [4, 3, 16], "faces": { - "north": {"uv": [16, 16, 0, 13], "texture": "#4"}, - "south": {"uv": [16, 16, 0, 13], "texture": "#4"} + "north": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "north"}, + "east": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "east"}, + "south": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "south"}, + "west": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "west"}, + "down": {"uv": [0, 0, 4, 4], "texture": "#bottom", "cullface": "down"} } }, { - "name": "cube inverted", - "from": [12, 3, 16], - "to": [4, 0, 0], + "from": [12, 0, 12], + "to": [16, 3, 16], "faces": { - "east": {"uv": [16, 16, 0, 13], "texture": "#4"}, - "west": {"uv": [16, 16, 0, 13], "texture": "#4"} + "north": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "north"}, + "east": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "east"}, + "south": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "south"}, + "west": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "west"}, + "down": {"uv": [12, 0, 16, 4], "texture": "#bottom", "cullface": "down"} } }, { - "name": "cube inverted", - "from": [14, 3, 14], - "to": [2, 0, 2], + "from": [12, 0, 0], + "to": [16, 3, 4], "faces": { - "north": {"uv": [2, 16, 14, 13], "texture": "#5"}, - "east": {"uv": [2, 16, 14, 13], "texture": "#5"}, - "south": {"uv": [2, 16, 14, 13], "texture": "#5"}, - "west": {"uv": [2, 16, 14, 13], "texture": "#5"} + "north": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "north"}, + "east": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "east"}, + "south": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "south"}, + "west": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "west"}, + "down": {"uv": [12, 12, 16, 16], "texture": "#bottom", "cullface": "down"} } }, { diff --git a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level1.json b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level1.json index eef6644ec..96150a0ab 100644 --- a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level1.json +++ b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level1.json @@ -3,13 +3,12 @@ "ambientocclusion": false, "render_type": "minecraft:cutout", "textures": { - "4": "block/cauldron_cut", - "5": "block/cauldron_inner_side", "top": "block/cauldron_top", "bottom": "block/cauldron_bottom", "particle": "block/cauldron_side", "side": "block/cauldron_side", - "inside": "block/cauldron_inner" + "inner": "block/cauldron_inner", + "inside": "block/cauldron_inner_side" }, "elements": [ { @@ -17,29 +16,29 @@ "to": [16, 16, 14], "faces": { "east": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "east"}, - "west": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "west": {"uv": [2, 0, 14, 2], "texture": "#inside"}, "up": {"uv": [14, 2, 16, 14], "texture": "#top", "cullface": "up"}, - "down": {"uv": [14, 2, 16, 14], "texture": "#inside"} + "down": {"uv": [14, 2, 16, 14], "texture": "#inner"} } }, { "from": [0, 14, 2], "to": [2, 16, 14], "faces": { - "east": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "east": {"uv": [2, 0, 14, 2], "texture": "#inside"}, "west": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "west"}, "up": {"uv": [0, 2, 2, 14], "texture": "#top", "cullface": "up"}, - "down": {"uv": [0, 2, 2, 14], "texture": "#inside"} + "down": {"uv": [0, 2, 2, 14], "texture": "#inner"} } }, { "from": [2, 14, 14], "to": [14, 16, 16], "faces": { - "north": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "north": {"uv": [2, 0, 14, 2], "texture": "#inside"}, "south": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "south"}, "up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}, - "down": {"uv": [2, 0, 14, 2], "texture": "#inside"} + "down": {"uv": [2, 0, 14, 2], "texture": "#inner"} } }, { @@ -47,9 +46,9 @@ "to": [14, 16, 2], "faces": { "north": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "north"}, - "south": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "south": {"uv": [2, 0, 14, 2], "texture": "#inside"}, "up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}, - "down": {"uv": [2, 14, 14, 16], "texture": "#inside"} + "down": {"uv": [2, 14, 14, 16], "texture": "#inner"} } }, { @@ -58,8 +57,8 @@ "faces": { "north": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "north"}, "east": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "east"}, - "south": {"uv": [14, 0, 16, 12], "texture": "#5"}, - "west": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "south": {"uv": [14, 0, 16, 12], "texture": "#inside"}, + "west": {"uv": [0, 0, 2, 12], "texture": "#inside"}, "up": {"uv": [14, 0, 16, 2], "texture": "#top", "cullface": "up"} } }, @@ -67,8 +66,8 @@ "from": [0, 4, 14], "to": [2, 16, 16], "faces": { - "north": {"uv": [14, 0, 16, 12], "texture": "#5"}, - "east": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "north": {"uv": [14, 0, 16, 12], "texture": "#inside"}, + "east": {"uv": [0, 0, 2, 12], "texture": "#inside"}, "south": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "south"}, "west": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "west"}, "up": {"uv": [0, 14, 2, 16], "texture": "#top", "cullface": "up"} @@ -78,10 +77,10 @@ "from": [14, 4, 14], "to": [16, 16, 16], "faces": { - "north": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "north": {"uv": [0, 0, 2, 12], "texture": "#inside"}, "east": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "east"}, "south": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "south"}, - "west": {"uv": [14, 0, 16, 12], "texture": "#5"}, + "west": {"uv": [14, 0, 16, 12], "texture": "#inside"}, "up": {"uv": [14, 14, 16, 16], "texture": "#top", "cullface": "up"} } }, @@ -90,8 +89,8 @@ "to": [2, 16, 2], "faces": { "north": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "north"}, - "east": {"uv": [14, 0, 16, 12], "texture": "#5"}, - "south": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "east": {"uv": [14, 0, 16, 12], "texture": "#inside"}, + "south": {"uv": [0, 0, 2, 12], "texture": "#inside"}, "west": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "west"}, "up": {"uv": [0, 0, 2, 2], "texture": "#top", "cullface": "up"} } @@ -104,48 +103,52 @@ "east": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "east"}, "south": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "south"}, "west": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "west"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#inside"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#inside"} + "up": {"uv": [0, 0, 16, 16], "texture": "#inner"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#inner"} } }, { "from": [0, 0, 0], - "to": [16, 3, 16], + "to": [4, 3, 4], "faces": { - "north": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "north"}, - "east": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "east"}, - "south": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "south"}, - "west": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "west"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} + "north": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "north"}, + "east": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "east"}, + "south": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "south"}, + "west": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "west"}, + "down": {"uv": [0, 12, 4, 16], "texture": "#bottom", "cullface": "down"} } }, { - "name": "cube inverted", - "from": [16, 3, 12], - "to": [0, 0, 4], + "from": [0, 0, 12], + "to": [4, 3, 16], "faces": { - "north": {"uv": [16, 16, 0, 13], "texture": "#4"}, - "south": {"uv": [16, 16, 0, 13], "texture": "#4"} + "north": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "north"}, + "east": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "east"}, + "south": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "south"}, + "west": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "west"}, + "down": {"uv": [0, 0, 4, 4], "texture": "#bottom", "cullface": "down"} } }, { - "name": "cube inverted", - "from": [12, 3, 16], - "to": [4, 0, 0], + "from": [12, 0, 12], + "to": [16, 3, 16], "faces": { - "east": {"uv": [16, 16, 0, 13], "texture": "#4"}, - "west": {"uv": [16, 16, 0, 13], "texture": "#4"} + "north": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "north"}, + "east": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "east"}, + "south": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "south"}, + "west": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "west"}, + "down": {"uv": [12, 0, 16, 4], "texture": "#bottom", "cullface": "down"} } }, { - "name": "cube inverted", - "from": [14, 3, 14], - "to": [2, 0, 2], + "from": [12, 0, 0], + "to": [16, 3, 4], "faces": { - "north": {"uv": [2, 16, 14, 13], "texture": "#5"}, - "east": {"uv": [2, 16, 14, 13], "texture": "#5"}, - "south": {"uv": [2, 16, 14, 13], "texture": "#5"}, - "west": {"uv": [2, 16, 14, 13], "texture": "#5"} + "north": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "north"}, + "east": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "east"}, + "south": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "south"}, + "west": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "west"}, + "down": {"uv": [12, 12, 16, 16], "texture": "#bottom", "cullface": "down"} } }, { diff --git a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level2.json b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level2.json index 373bd3b84..32695eb23 100644 --- a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level2.json +++ b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level2.json @@ -3,13 +3,12 @@ "ambientocclusion": false, "render_type": "minecraft:cutout", "textures": { - "4": "block/cauldron_cut", - "5": "block/cauldron_inner_side", "top": "block/cauldron_top", "bottom": "block/cauldron_bottom", "particle": "block/cauldron_side", "side": "block/cauldron_side", - "inside": "block/cauldron_inner" + "inner": "block/cauldron_inner", + "inside": "block/cauldron_inner_side" }, "elements": [ { @@ -17,29 +16,29 @@ "to": [16, 16, 14], "faces": { "east": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "east"}, - "west": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "west": {"uv": [2, 0, 14, 2], "texture": "#inside"}, "up": {"uv": [14, 2, 16, 14], "texture": "#top", "cullface": "up"}, - "down": {"uv": [14, 2, 16, 14], "texture": "#inside"} + "down": {"uv": [14, 2, 16, 14], "texture": "#inner"} } }, { "from": [0, 14, 2], "to": [2, 16, 14], "faces": { - "east": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "east": {"uv": [2, 0, 14, 2], "texture": "#inside"}, "west": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "west"}, "up": {"uv": [0, 2, 2, 14], "texture": "#top", "cullface": "up"}, - "down": {"uv": [0, 2, 2, 14], "texture": "#inside"} + "down": {"uv": [0, 2, 2, 14], "texture": "#inner"} } }, { "from": [2, 14, 14], "to": [14, 16, 16], "faces": { - "north": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "north": {"uv": [2, 0, 14, 2], "texture": "#inside"}, "south": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "south"}, "up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}, - "down": {"uv": [2, 0, 14, 2], "texture": "#inside"} + "down": {"uv": [2, 0, 14, 2], "texture": "#inner"} } }, { @@ -47,9 +46,9 @@ "to": [14, 16, 2], "faces": { "north": {"uv": [2, 0, 14, 2], "texture": "#side", "cullface": "north"}, - "south": {"uv": [2, 0, 14, 2], "texture": "#5"}, + "south": {"uv": [2, 0, 14, 2], "texture": "#inside"}, "up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}, - "down": {"uv": [2, 14, 14, 16], "texture": "#inside"} + "down": {"uv": [2, 14, 14, 16], "texture": "#inner"} } }, { @@ -58,8 +57,8 @@ "faces": { "north": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "north"}, "east": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "east"}, - "south": {"uv": [14, 0, 16, 12], "texture": "#5"}, - "west": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "south": {"uv": [14, 0, 16, 12], "texture": "#inside"}, + "west": {"uv": [0, 0, 2, 12], "texture": "#inside"}, "up": {"uv": [14, 0, 16, 2], "texture": "#top", "cullface": "up"} } }, @@ -67,8 +66,8 @@ "from": [0, 4, 14], "to": [2, 16, 16], "faces": { - "north": {"uv": [14, 0, 16, 12], "texture": "#5"}, - "east": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "north": {"uv": [14, 0, 16, 12], "texture": "#inside"}, + "east": {"uv": [0, 0, 2, 12], "texture": "#inside"}, "south": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "south"}, "west": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "west"}, "up": {"uv": [0, 14, 2, 16], "texture": "#top", "cullface": "up"} @@ -78,10 +77,10 @@ "from": [14, 4, 14], "to": [16, 16, 16], "faces": { - "north": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "north": {"uv": [0, 0, 2, 12], "texture": "#inside"}, "east": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "east"}, "south": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "south"}, - "west": {"uv": [14, 0, 16, 12], "texture": "#5"}, + "west": {"uv": [14, 0, 16, 12], "texture": "#inside"}, "up": {"uv": [14, 14, 16, 16], "texture": "#top", "cullface": "up"} } }, @@ -90,8 +89,8 @@ "to": [2, 16, 2], "faces": { "north": {"uv": [14, 0, 16, 12], "texture": "#side", "cullface": "north"}, - "east": {"uv": [14, 0, 16, 12], "texture": "#5"}, - "south": {"uv": [0, 0, 2, 12], "texture": "#5"}, + "east": {"uv": [14, 0, 16, 12], "texture": "#inside"}, + "south": {"uv": [0, 0, 2, 12], "texture": "#inside"}, "west": {"uv": [0, 0, 2, 12], "texture": "#side", "cullface": "west"}, "up": {"uv": [0, 0, 2, 2], "texture": "#top", "cullface": "up"} } @@ -104,48 +103,52 @@ "east": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "east"}, "south": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "south"}, "west": {"uv": [0, 12, 16, 13], "texture": "#side", "cullface": "west"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#inside"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#inside"} + "up": {"uv": [0, 0, 16, 16], "texture": "#inner"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#inner"} } }, { "from": [0, 0, 0], - "to": [16, 3, 16], + "to": [4, 3, 4], "faces": { - "north": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "north"}, - "east": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "east"}, - "south": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "south"}, - "west": {"uv": [0, 13, 16, 16], "texture": "#5", "cullface": "west"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} + "north": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "north"}, + "east": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "east"}, + "south": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "south"}, + "west": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "west"}, + "down": {"uv": [0, 12, 4, 16], "texture": "#bottom", "cullface": "down"} } }, { - "name": "cube inverted", - "from": [16, 3, 12], - "to": [0, 0, 4], + "from": [0, 0, 12], + "to": [4, 3, 16], "faces": { - "north": {"uv": [16, 16, 0, 13], "texture": "#4"}, - "south": {"uv": [16, 16, 0, 13], "texture": "#4"} + "north": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "north"}, + "east": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "east"}, + "south": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "south"}, + "west": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "west"}, + "down": {"uv": [0, 0, 4, 4], "texture": "#bottom", "cullface": "down"} } }, { - "name": "cube inverted", - "from": [12, 3, 16], - "to": [4, 0, 0], + "from": [12, 0, 12], + "to": [16, 3, 16], "faces": { - "east": {"uv": [16, 16, 0, 13], "texture": "#4"}, - "west": {"uv": [16, 16, 0, 13], "texture": "#4"} + "north": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "north"}, + "east": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "east"}, + "south": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "south"}, + "west": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "west"}, + "down": {"uv": [12, 0, 16, 4], "texture": "#bottom", "cullface": "down"} } }, { - "name": "cube inverted", - "from": [14, 3, 14], - "to": [2, 0, 2], + "from": [12, 0, 0], + "to": [16, 3, 4], "faces": { - "north": {"uv": [2, 16, 14, 13], "texture": "#5"}, - "east": {"uv": [2, 16, 14, 13], "texture": "#5"}, - "south": {"uv": [2, 16, 14, 13], "texture": "#5"}, - "west": {"uv": [2, 16, 14, 13], "texture": "#5"} + "north": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "north"}, + "east": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "east"}, + "south": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "south"}, + "west": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "west"}, + "down": {"uv": [12, 12, 16, 16], "texture": "#bottom", "cullface": "down"} } }, { diff --git a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/textures/block/cauldron_bottom.png b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/textures/block/cauldron_bottom.png index 1d278fa8c6506f3752ce11ddb5769243bfe489b1..169edc2e3a83a8bdd49ebe62c3b3512c58ca8938 100644 GIT binary patch delta 121 zcmZ3-xSMf;XAw_;Pl&6DiG{klwyv%b0|Uds&L`bKilrpTFZloe{|pXVE588wrk*a2 zAr-fh5)zV9lG>OQCNrLJ7h~u$Sj1&uWMF7$cz`9qqTnE-(18MpWtT77w!f=wU|?oQ Yyw5aKW!A>0Km!;&UHx3vIVCg!08k4knE(I) delta 108 zcmdnZxQ=mxXDVlaPl&6ou93RBHUk60X3d4UK#I8}$S?T+e}?O)cpZUU9Zwg>kcwML z2?;4FDNRfYlNpb=izTEu6ev2)VDiaGSir)uTjX%@i+k)G1`J;d7|&jfWvvD3WAJqK Kb6Mw<&;$Su<06Rw diff --git a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/textures/block/cauldron_cut.png b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/textures/block/cauldron_cut.png deleted file mode 100644 index ec5863f0b5bd696c84ce98343eab8728a563c3e7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!WQl7;NpOBzNqJ&XDuZK6ep0G} zXKrG8YEWuoN@d~6R2!fop#Yx{R}&M96&G&W+c{l$^-@>Y2q-Ljk?R$ZVk-&q3;quR z44d~a*$)&k@pN$vskpV~oFWs00SA+V$e;hy!$X@=P1Z5YxH_q&*{Y+1^CN4{(T6or i+8%4N7I0QE@i4@wv1ER^-PQus&*16m=d#Wzp$P!!&Oadl From 3a143dc118c98c8ff7398848e94226bbcef8ecac Mon Sep 17 00:00:00 2001 From: XeKr <987820727@qq.com> Date: Thu, 19 Dec 2024 13:09:55 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=89=94=E9=99=A4?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/amendments/models/block/cauldron.json | 16 ++++++++-------- .../assets/minecraft/models/block/cauldron.json | 16 ++++++++-------- .../models/block/template_cauldron_full.json | 16 ++++++++-------- .../models/block/template_cauldron_level1.json | 16 ++++++++-------- .../models/block/template_cauldron_level2.json | 16 ++++++++-------- 5 files changed, 40 insertions(+), 40 deletions(-) diff --git a/src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron.json b/src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron.json index 819583a48..6d4ebe754 100644 --- a/src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron.json +++ b/src/main/resources/resourcepacks/transparent_cauldron/assets/amendments/models/block/cauldron.json @@ -112,8 +112,8 @@ "to": [4, 3, 4], "faces": { "north": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "north"}, - "east": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "east"}, - "south": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "south"}, + "east": {"uv": [12, 13, 16, 16], "texture": "#inside"}, + "south": {"uv": [0, 13, 4, 16], "texture": "#inside"}, "west": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "west"}, "down": {"uv": [0, 12, 4, 16], "texture": "#bottom", "cullface": "down"} } @@ -122,8 +122,8 @@ "from": [0, 0, 12], "to": [4, 3, 16], "faces": { - "north": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "north"}, - "east": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "east"}, + "north": {"uv": [12, 13, 16, 16], "texture": "#inside"}, + "east": {"uv": [0, 13, 4, 16], "texture": "#inside"}, "south": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "south"}, "west": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "west"}, "down": {"uv": [0, 0, 4, 4], "texture": "#bottom", "cullface": "down"} @@ -133,10 +133,10 @@ "from": [12, 0, 12], "to": [16, 3, 16], "faces": { - "north": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "north"}, + "north": {"uv": [0, 13, 4, 16], "texture": "#inside"}, "east": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "east"}, "south": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "south"}, - "west": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "west"}, + "west": {"uv": [12, 13, 16, 16], "texture": "#inside"}, "down": {"uv": [12, 0, 16, 4], "texture": "#bottom", "cullface": "down"} } }, @@ -146,8 +146,8 @@ "faces": { "north": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "north"}, "east": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "east"}, - "south": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "south"}, - "west": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "west"}, + "south": {"uv": [12, 13, 16, 16], "texture": "#inside"}, + "west": {"uv": [0, 13, 4, 16], "texture": "#inside"}, "down": {"uv": [12, 12, 16, 16], "texture": "#bottom", "cullface": "down"} } } diff --git a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/cauldron.json b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/cauldron.json index 819583a48..6d4ebe754 100644 --- a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/cauldron.json +++ b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/cauldron.json @@ -112,8 +112,8 @@ "to": [4, 3, 4], "faces": { "north": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "north"}, - "east": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "east"}, - "south": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "south"}, + "east": {"uv": [12, 13, 16, 16], "texture": "#inside"}, + "south": {"uv": [0, 13, 4, 16], "texture": "#inside"}, "west": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "west"}, "down": {"uv": [0, 12, 4, 16], "texture": "#bottom", "cullface": "down"} } @@ -122,8 +122,8 @@ "from": [0, 0, 12], "to": [4, 3, 16], "faces": { - "north": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "north"}, - "east": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "east"}, + "north": {"uv": [12, 13, 16, 16], "texture": "#inside"}, + "east": {"uv": [0, 13, 4, 16], "texture": "#inside"}, "south": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "south"}, "west": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "west"}, "down": {"uv": [0, 0, 4, 4], "texture": "#bottom", "cullface": "down"} @@ -133,10 +133,10 @@ "from": [12, 0, 12], "to": [16, 3, 16], "faces": { - "north": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "north"}, + "north": {"uv": [0, 13, 4, 16], "texture": "#inside"}, "east": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "east"}, "south": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "south"}, - "west": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "west"}, + "west": {"uv": [12, 13, 16, 16], "texture": "#inside"}, "down": {"uv": [12, 0, 16, 4], "texture": "#bottom", "cullface": "down"} } }, @@ -146,8 +146,8 @@ "faces": { "north": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "north"}, "east": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "east"}, - "south": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "south"}, - "west": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "west"}, + "south": {"uv": [12, 13, 16, 16], "texture": "#inside"}, + "west": {"uv": [0, 13, 4, 16], "texture": "#inside"}, "down": {"uv": [12, 12, 16, 16], "texture": "#bottom", "cullface": "down"} } } diff --git a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_full.json b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_full.json index 022a10cb6..afb6cfe1f 100644 --- a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_full.json +++ b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_full.json @@ -112,8 +112,8 @@ "to": [4, 3, 4], "faces": { "north": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "north"}, - "east": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "east"}, - "south": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "south"}, + "east": {"uv": [12, 13, 16, 16], "texture": "#inside"}, + "south": {"uv": [0, 13, 4, 16], "texture": "#inside"}, "west": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "west"}, "down": {"uv": [0, 12, 4, 16], "texture": "#bottom", "cullface": "down"} } @@ -122,8 +122,8 @@ "from": [0, 0, 12], "to": [4, 3, 16], "faces": { - "north": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "north"}, - "east": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "east"}, + "north": {"uv": [12, 13, 16, 16], "texture": "#inside"}, + "east": {"uv": [0, 13, 4, 16], "texture": "#inside"}, "south": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "south"}, "west": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "west"}, "down": {"uv": [0, 0, 4, 4], "texture": "#bottom", "cullface": "down"} @@ -133,10 +133,10 @@ "from": [12, 0, 12], "to": [16, 3, 16], "faces": { - "north": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "north"}, + "north": {"uv": [0, 13, 4, 16], "texture": "#inside"}, "east": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "east"}, "south": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "south"}, - "west": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "west"}, + "west": {"uv": [12, 13, 16, 16], "texture": "#inside"}, "down": {"uv": [12, 0, 16, 4], "texture": "#bottom", "cullface": "down"} } }, @@ -146,8 +146,8 @@ "faces": { "north": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "north"}, "east": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "east"}, - "south": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "south"}, - "west": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "west"}, + "south": {"uv": [12, 13, 16, 16], "texture": "#inside"}, + "west": {"uv": [0, 13, 4, 16], "texture": "#inside"}, "down": {"uv": [12, 12, 16, 16], "texture": "#bottom", "cullface": "down"} } }, diff --git a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level1.json b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level1.json index 96150a0ab..697ef8e84 100644 --- a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level1.json +++ b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level1.json @@ -112,8 +112,8 @@ "to": [4, 3, 4], "faces": { "north": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "north"}, - "east": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "east"}, - "south": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "south"}, + "east": {"uv": [12, 13, 16, 16], "texture": "#inside"}, + "south": {"uv": [0, 13, 4, 16], "texture": "#inside"}, "west": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "west"}, "down": {"uv": [0, 12, 4, 16], "texture": "#bottom", "cullface": "down"} } @@ -122,8 +122,8 @@ "from": [0, 0, 12], "to": [4, 3, 16], "faces": { - "north": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "north"}, - "east": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "east"}, + "north": {"uv": [12, 13, 16, 16], "texture": "#inside"}, + "east": {"uv": [0, 13, 4, 16], "texture": "#inside"}, "south": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "south"}, "west": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "west"}, "down": {"uv": [0, 0, 4, 4], "texture": "#bottom", "cullface": "down"} @@ -133,10 +133,10 @@ "from": [12, 0, 12], "to": [16, 3, 16], "faces": { - "north": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "north"}, + "north": {"uv": [0, 13, 4, 16], "texture": "#inside"}, "east": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "east"}, "south": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "south"}, - "west": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "west"}, + "west": {"uv": [12, 13, 16, 16], "texture": "#inside"}, "down": {"uv": [12, 0, 16, 4], "texture": "#bottom", "cullface": "down"} } }, @@ -146,8 +146,8 @@ "faces": { "north": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "north"}, "east": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "east"}, - "south": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "south"}, - "west": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "west"}, + "south": {"uv": [12, 13, 16, 16], "texture": "#inside"}, + "west": {"uv": [0, 13, 4, 16], "texture": "#inside"}, "down": {"uv": [12, 12, 16, 16], "texture": "#bottom", "cullface": "down"} } }, diff --git a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level2.json b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level2.json index 32695eb23..2f0145708 100644 --- a/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level2.json +++ b/src/main/resources/resourcepacks/transparent_cauldron/assets/minecraft/models/block/template_cauldron_level2.json @@ -112,8 +112,8 @@ "to": [4, 3, 4], "faces": { "north": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "north"}, - "east": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "east"}, - "south": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "south"}, + "east": {"uv": [12, 13, 16, 16], "texture": "#inside"}, + "south": {"uv": [0, 13, 4, 16], "texture": "#inside"}, "west": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "west"}, "down": {"uv": [0, 12, 4, 16], "texture": "#bottom", "cullface": "down"} } @@ -122,8 +122,8 @@ "from": [0, 0, 12], "to": [4, 3, 16], "faces": { - "north": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "north"}, - "east": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "east"}, + "north": {"uv": [12, 13, 16, 16], "texture": "#inside"}, + "east": {"uv": [0, 13, 4, 16], "texture": "#inside"}, "south": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "south"}, "west": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "west"}, "down": {"uv": [0, 0, 4, 4], "texture": "#bottom", "cullface": "down"} @@ -133,10 +133,10 @@ "from": [12, 0, 12], "to": [16, 3, 16], "faces": { - "north": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "north"}, + "north": {"uv": [0, 13, 4, 16], "texture": "#inside"}, "east": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "east"}, "south": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "south"}, - "west": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "west"}, + "west": {"uv": [12, 13, 16, 16], "texture": "#inside"}, "down": {"uv": [12, 0, 16, 4], "texture": "#bottom", "cullface": "down"} } }, @@ -146,8 +146,8 @@ "faces": { "north": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "north"}, "east": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "east"}, - "south": {"uv": [12, 13, 16, 16], "texture": "#inside", "cullface": "south"}, - "west": {"uv": [0, 13, 4, 16], "texture": "#inside", "cullface": "west"}, + "south": {"uv": [12, 13, 16, 16], "texture": "#inside"}, + "west": {"uv": [0, 13, 4, 16], "texture": "#inside"}, "down": {"uv": [12, 12, 16, 16], "texture": "#bottom", "cullface": "down"} } },