From 888acf4bd109d1aebbadce7e40af18d5db7ce63c Mon Sep 17 00:00:00 2001 From: Meisterfuchs <74498187+Meisterfuchs@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:04:22 +0200 Subject: [PATCH] #250: Fix missing textures (#260) fix some texture errors --- .../models/block/door/door_top_waffle_spec.json | 2 +- .../models/block/door/door_waffle_top_left_open_spec.json | 2 +- .../models/block/door/door_waffle_top_left_spec.json | 2 +- .../models/block/door/door_waffle_top_right_open_spec.json | 2 +- .../models/block/door/door_waffle_top_right_spec.json | 2 +- .../models/block/panel/panel_porthole_spec.json | 2 +- .../models/block/trapdoor/trapdoor_porthole_spec.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/resources/assets/domum_ornamentum/models/block/door/door_top_waffle_spec.json b/src/main/resources/assets/domum_ornamentum/models/block/door/door_top_waffle_spec.json index c06bba86..bc01b020 100644 --- a/src/main/resources/assets/domum_ornamentum/models/block/door/door_top_waffle_spec.json +++ b/src/main/resources/assets/domum_ornamentum/models/block/door/door_top_waffle_spec.json @@ -98,7 +98,7 @@ "east": {"uv": [0, 8, 3.5, 11], "rotation": 90, "texture": "#0"}, "south": {"uv": [0, 11, 3.5, 12], "rotation": 90, "texture": "#0"}, "west": {"uv": [0, 8, 3.5, 11], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 1.5, 1], "texture": "#missing"} + "down": {"uv": [0, 0, 1.5, 1], "texture": "#0"} } }, { diff --git a/src/main/resources/assets/domum_ornamentum/models/block/door/door_waffle_top_left_open_spec.json b/src/main/resources/assets/domum_ornamentum/models/block/door/door_waffle_top_left_open_spec.json index c06bba86..bc01b020 100644 --- a/src/main/resources/assets/domum_ornamentum/models/block/door/door_waffle_top_left_open_spec.json +++ b/src/main/resources/assets/domum_ornamentum/models/block/door/door_waffle_top_left_open_spec.json @@ -98,7 +98,7 @@ "east": {"uv": [0, 8, 3.5, 11], "rotation": 90, "texture": "#0"}, "south": {"uv": [0, 11, 3.5, 12], "rotation": 90, "texture": "#0"}, "west": {"uv": [0, 8, 3.5, 11], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 1.5, 1], "texture": "#missing"} + "down": {"uv": [0, 0, 1.5, 1], "texture": "#0"} } }, { diff --git a/src/main/resources/assets/domum_ornamentum/models/block/door/door_waffle_top_left_spec.json b/src/main/resources/assets/domum_ornamentum/models/block/door/door_waffle_top_left_spec.json index 6588d596..dfc13029 100644 --- a/src/main/resources/assets/domum_ornamentum/models/block/door/door_waffle_top_left_spec.json +++ b/src/main/resources/assets/domum_ornamentum/models/block/door/door_waffle_top_left_spec.json @@ -98,7 +98,7 @@ "east": {"uv": [0, 11, 3.5, 8], "rotation": 90, "texture": "#0"}, "south": {"uv": [0, 8, 3.5, 7], "rotation": 90, "texture": "#0"}, "west": {"uv": [0, 11, 3.5, 8], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 1, 1.5, 0], "texture": "#missing"} + "down": {"uv": [0, 1, 1.5, 0], "texture": "#0"} } }, { diff --git a/src/main/resources/assets/domum_ornamentum/models/block/door/door_waffle_top_right_open_spec.json b/src/main/resources/assets/domum_ornamentum/models/block/door/door_waffle_top_right_open_spec.json index 6588d596..dfc13029 100644 --- a/src/main/resources/assets/domum_ornamentum/models/block/door/door_waffle_top_right_open_spec.json +++ b/src/main/resources/assets/domum_ornamentum/models/block/door/door_waffle_top_right_open_spec.json @@ -98,7 +98,7 @@ "east": {"uv": [0, 11, 3.5, 8], "rotation": 90, "texture": "#0"}, "south": {"uv": [0, 8, 3.5, 7], "rotation": 90, "texture": "#0"}, "west": {"uv": [0, 11, 3.5, 8], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 1, 1.5, 0], "texture": "#missing"} + "down": {"uv": [0, 1, 1.5, 0], "texture": "#0"} } }, { diff --git a/src/main/resources/assets/domum_ornamentum/models/block/door/door_waffle_top_right_spec.json b/src/main/resources/assets/domum_ornamentum/models/block/door/door_waffle_top_right_spec.json index c06bba86..bc01b020 100644 --- a/src/main/resources/assets/domum_ornamentum/models/block/door/door_waffle_top_right_spec.json +++ b/src/main/resources/assets/domum_ornamentum/models/block/door/door_waffle_top_right_spec.json @@ -98,7 +98,7 @@ "east": {"uv": [0, 8, 3.5, 11], "rotation": 90, "texture": "#0"}, "south": {"uv": [0, 11, 3.5, 12], "rotation": 90, "texture": "#0"}, "west": {"uv": [0, 8, 3.5, 11], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 1.5, 1], "texture": "#missing"} + "down": {"uv": [0, 0, 1.5, 1], "texture": "#0"} } }, { diff --git a/src/main/resources/assets/domum_ornamentum/models/block/panel/panel_porthole_spec.json b/src/main/resources/assets/domum_ornamentum/models/block/panel/panel_porthole_spec.json index 74c6a52a..c016f697 100644 --- a/src/main/resources/assets/domum_ornamentum/models/block/panel/panel_porthole_spec.json +++ b/src/main/resources/assets/domum_ornamentum/models/block/panel/panel_porthole_spec.json @@ -93,7 +93,7 @@ "rotation": {"angle": 0, "axis": "y", "origin": [8, 1.5, 8]}, "faces": { "north": {"uv": [4, 13, 6, 16], "texture": "#0"}, - "west": {"uv": [12, 13, 13, 16], "texture": "#missing"}, + "west": {"uv": [12, 13, 13, 16], "texture": "#0"}, "up": {"uv": [10, 12, 12, 13], "texture": "#0"}, "down": {"uv": [10, 3, 12, 4], "texture": "#0"} } diff --git a/src/main/resources/assets/domum_ornamentum/models/block/trapdoor/trapdoor_porthole_spec.json b/src/main/resources/assets/domum_ornamentum/models/block/trapdoor/trapdoor_porthole_spec.json index bfd9956e..c589c628 100644 --- a/src/main/resources/assets/domum_ornamentum/models/block/trapdoor/trapdoor_porthole_spec.json +++ b/src/main/resources/assets/domum_ornamentum/models/block/trapdoor/trapdoor_porthole_spec.json @@ -93,7 +93,7 @@ "rotation": {"angle": 0, "axis": "y", "origin": [8, 1.5, 8]}, "faces": { "north": {"uv": [4, 13, 6, 16], "texture": "#0"}, - "west": {"uv": [12, 13, 13, 16], "texture": "#missing"}, + "west": {"uv": [12, 13, 13, 16], "texture": "#0"}, "up": {"uv": [10, 12, 12, 13], "texture": "#0"}, "down": {"uv": [10, 3, 12, 4], "texture": "#0"} }