From dc7bd7de4cbd33c038a7db8685123bfd0c2d24ff Mon Sep 17 00:00:00 2001 From: Kryppers <65094918+Kryppers@users.noreply.github.com> Date: Tue, 1 Nov 2022 16:03:08 +0000 Subject: [PATCH] missing texture fixes tidied up textures missing from the asset rework --- .../assets/create/models/block/content_observer/block.json | 4 +--- .../resources/assets/create/models/block/funnel/item.json | 3 +-- .../assets/create/models/block/stockpile_switch.json | 5 ++--- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/main/resources/assets/create/models/block/content_observer/block.json b/src/main/resources/assets/create/models/block/content_observer/block.json index 8bfd5a621..bfd395e48 100644 --- a/src/main/resources/assets/create/models/block/content_observer/block.json +++ b/src/main/resources/assets/create/models/block/content_observer/block.json @@ -30,9 +30,7 @@ "north": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#7"}, "east": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#7"}, "south": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#7"}, - "west": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#7"}, - "up": {"uv": [0, 0, 14, 14], "rotation": 90, "texture": "#missing"}, - "down": {"uv": [0, 0, 14, 14], "rotation": 270, "texture": "#missing"} + "west": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#7"} } }, { diff --git a/src/main/resources/assets/create/models/block/funnel/item.json b/src/main/resources/assets/create/models/block/funnel/item.json index efae6bf87..7962b104c 100644 --- a/src/main/resources/assets/create/models/block/funnel/item.json +++ b/src/main/resources/assets/create/models/block/funnel/item.json @@ -17,8 +17,7 @@ "to": [14, 10, 14], "rotation": {"angle": 0, "axis": "y", "origin": [6, -14, 8]}, "faces": { - "north": {"uv": [0, 0, 6, 6], "texture": "#base"}, - "south": {"uv": [9, 3, 15, 9.5], "texture": "#missing"} + "north": {"uv": [0, 0, 6, 6], "texture": "#base"} } }, { diff --git a/src/main/resources/assets/create/models/block/stockpile_switch.json b/src/main/resources/assets/create/models/block/stockpile_switch.json index 88ac8bbc3..2b19e7f05 100644 --- a/src/main/resources/assets/create/models/block/stockpile_switch.json +++ b/src/main/resources/assets/create/models/block/stockpile_switch.json @@ -42,15 +42,14 @@ "north": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#8"}, "east": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#8"}, "south": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#8"}, - "west": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#8"}, - "up": {"uv": [0, 0, 14, 14], "rotation": 90, "texture": "#missing"}, - "down": {"uv": [0, 0, 14, 14], "rotation": 270, "texture": "#missing"} + "west": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#8"} } }, { "name": "Center", "from": [0.9, 2, 0.9], "to": [15.1, 14, 15.1], + "color": 5, "faces": { "north": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#missing"}, "east": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#missing"},