From 5f0893e65b95c96ea140cc3054a369e468db8c4d Mon Sep 17 00:00:00 2001 From: Kryppers <65094918+Kryppers@users.noreply.github.com> Date: Sun, 30 Apr 2023 15:07:18 +0100 Subject: [PATCH] Roll it back, I missed one. Updated threshold switch texture references --- .../models/block/threshold_switch/block_ceiling.json | 8 ++++---- .../create/models/block/threshold_switch/block_floor.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/resources/assets/create/models/block/threshold_switch/block_ceiling.json b/src/main/resources/assets/create/models/block/threshold_switch/block_ceiling.json index 8cad025ad..6306b41f0 100644 --- a/src/main/resources/assets/create/models/block/threshold_switch/block_ceiling.json +++ b/src/main/resources/assets/create/models/block/threshold_switch/block_ceiling.json @@ -3,11 +3,11 @@ "parent": "block/block", "textures": { "3": "create:block/threshold_switch_back", - "level": "create:block/threshold_switch/level_0", "5": "create:block/threshold_switch_front", "7": "create:block/brass_block", - "8": "create:block/tunnel/brass_tunnel_top", - "particle": "#level" + "8": "create:block/tunnel/brass_tunnel_top_connected", + "particle": "create:block/threshold_switch/level_0", + "level": "create:block/threshold_switch/level_0" }, "elements": [ { @@ -19,7 +19,7 @@ "south": {"uv": [0, 0, 16, 16], "texture": "#level"}, "west": {"uv": [0, 0, 16, 16], "texture": "#3"}, "up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#8"} + "down": {"uv": [0, 0, 8, 8], "texture": "#8"} } }, { diff --git a/src/main/resources/assets/create/models/block/threshold_switch/block_floor.json b/src/main/resources/assets/create/models/block/threshold_switch/block_floor.json index 077012a6a..5688f9f6b 100644 --- a/src/main/resources/assets/create/models/block/threshold_switch/block_floor.json +++ b/src/main/resources/assets/create/models/block/threshold_switch/block_floor.json @@ -3,11 +3,11 @@ "parent": "block/block", "textures": { "3": "create:block/threshold_switch_back", - "level": "create:block/threshold_switch/level_0", "5": "create:block/threshold_switch_front", "7": "create:block/brass_block", - "8": "create:block/tunnel/brass_tunnel_top", - "particle": "#level" + "8": "create:block/tunnel/brass_tunnel_top_connected", + "particle": "create:block/threshold_switch/level_0", + "level": "create:block/threshold_switch/level_0" }, "elements": [ { @@ -18,7 +18,7 @@ "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, "south": {"uv": [0, 0, 16, 16], "texture": "#level"}, "west": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#8"}, + "up": {"uv": [0, 0, 8, 8], "rotation": 180, "texture": "#8"}, "down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#7"} } },