From 9369a09a67cebe454a6e9274f47922d96125e3b6 Mon Sep 17 00:00:00 2001 From: BlayTheNinth <1933180+BlayTheNinth@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:37:20 +0100 Subject: [PATCH] feat: Update to Minecraft 1.21.4 --- .../assets/waystones/models/block/warp_plate.json | 2 +- .../assets/waystones/models/item/portstone.json | 8 ++++---- .../assets/waystones/models/item/sharestone.json | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/common/src/main/resources/assets/waystones/models/block/warp_plate.json b/common/src/main/resources/assets/waystones/models/block/warp_plate.json index 25a5571d..8e231639 100644 --- a/common/src/main/resources/assets/waystones/models/block/warp_plate.json +++ b/common/src/main/resources/assets/waystones/models/block/warp_plate.json @@ -28,7 +28,7 @@ "from": [5, 2.01, 5], "to": [11, 2.02, 11], "faces": { - "up": {"uv": [2, 2, 14, 14], "texture": "#3", "tintindex": 1} + "up": {"uv": [2, 2, 14, 14], "texture": "#3", "tintindex": 0} } }, { diff --git a/common/src/main/resources/assets/waystones/models/item/portstone.json b/common/src/main/resources/assets/waystones/models/item/portstone.json index 19da0851..d2be5a26 100644 --- a/common/src/main/resources/assets/waystones/models/item/portstone.json +++ b/common/src/main/resources/assets/waystones/models/item/portstone.json @@ -61,10 +61,10 @@ "from": [0.9, 2.9, 0.9], "to": [15.1, 7.1, 15.1], "faces": { - "north": {"uv": [1.75, 4.25, 3.5, 5.25], "texture": "#runes", "tintindex": 1}, - "east": {"uv": [3.5, 4.25, 5.25, 5.25], "texture": "#runes", "tintindex": 1}, - "south": {"uv": [0, 4.25, 1.75, 5.25], "texture": "#runes", "tintindex": 1}, - "west": {"uv": [5.25, 4.25, 7, 5.25], "texture": "#runes", "tintindex": 1} + "north": {"uv": [1.75, 4.25, 3.5, 5.25], "texture": "#runes", "tintindex": 0}, + "east": {"uv": [3.5, 4.25, 5.25, 5.25], "texture": "#runes", "tintindex": 0}, + "south": {"uv": [0, 4.25, 1.75, 5.25], "texture": "#runes", "tintindex": 0}, + "west": {"uv": [5.25, 4.25, 7, 5.25], "texture": "#runes", "tintindex": 0} } }, { diff --git a/common/src/main/resources/assets/waystones/models/item/sharestone.json b/common/src/main/resources/assets/waystones/models/item/sharestone.json index 944e77c1..89704055 100644 --- a/common/src/main/resources/assets/waystones/models/item/sharestone.json +++ b/common/src/main/resources/assets/waystones/models/item/sharestone.json @@ -193,12 +193,12 @@ "from": [0.9, 2.9, 0.9], "to": [15.1, 29.1, 15.1], "faces": { - "north": {"uv": [0, 1.75, 1.75, 4.9375], "texture": "#1", "tintindex": 1}, - "east": {"uv": [0, 1.75, 1.75, 4.9375], "texture": "#1", "tintindex": 1}, - "south": {"uv": [0, 1.75, 1.75, 4.9375], "texture": "#1", "tintindex": 1}, - "west": {"uv": [0, 1.75, 1.75, 4.9375], "texture": "#1", "tintindex": 1}, - "up": {"uv": [0, 0, 14, 14], "texture": "#1", "tintindex": 1}, - "down": {"uv": [0, 0, 14, 14], "texture": "#1", "tintindex": 1} + "north": {"uv": [0, 1.75, 1.75, 4.9375], "texture": "#1", "tintindex": 0}, + "east": {"uv": [0, 1.75, 1.75, 4.9375], "texture": "#1", "tintindex": 0}, + "south": {"uv": [0, 1.75, 1.75, 4.9375], "texture": "#1", "tintindex": 0}, + "west": {"uv": [0, 1.75, 1.75, 4.9375], "texture": "#1", "tintindex": 0}, + "up": {"uv": [0, 0, 14, 14], "texture": "#1", "tintindex": 0}, + "down": {"uv": [0, 0, 14, 14], "texture": "#1", "tintindex": 0} } } ],