From 1cd065d43285cf4445dfa728700ea0279a5bb4d6 Mon Sep 17 00:00:00 2001 From: GearShocky Date: Mon, 16 May 2022 14:31:51 +0600 Subject: [PATCH] Fixed z fighting --- .../models/block/storage_bus.json | 13 +------------ .../models/block/storage_exporter.json | 13 +------------ .../models/block/storage_importer.json | 13 +------------ 3 files changed, 3 insertions(+), 36 deletions(-) diff --git a/src/main/resources/assets/overdrive_that_matters/models/block/storage_bus.json b/src/main/resources/assets/overdrive_that_matters/models/block/storage_bus.json index a2de5ab0a..8c5ade177 100644 --- a/src/main/resources/assets/overdrive_that_matters/models/block/storage_bus.json +++ b/src/main/resources/assets/overdrive_that_matters/models/block/storage_bus.json @@ -1,4 +1,5 @@ { + "credit": "Made with Blockbench", "textures": { "0": "overdrive_that_matters:block/storage_bus", "particle": "overdrive_that_matters:block/storage_bus" @@ -28,18 +29,6 @@ "down": {"uv": [6, 8, 10, 11], "texture": "#0"} } }, - { - "from": [5, 5, 4], - "to": [11, 11, 8], - "faces": { - "north": {"uv": [0, 0, 3, 6], "texture": "#missing"}, - "east": {"uv": [10, 6, 13, 10], "rotation": 270, "texture": "#0"}, - "south": {"uv": [10, 0, 13, 6], "texture": "#0"}, - "west": {"uv": [10, 6, 13, 10], "rotation": 90, "texture": "#0"}, - "up": {"uv": [10, 6, 13, 10], "rotation": 180, "texture": "#0"}, - "down": {"uv": [10, 6, 13, 10], "texture": "#0"} - } - }, { "from": [7, 11, 2], "to": [9, 13, 6], diff --git a/src/main/resources/assets/overdrive_that_matters/models/block/storage_exporter.json b/src/main/resources/assets/overdrive_that_matters/models/block/storage_exporter.json index 03adb6d24..7e516ce5d 100644 --- a/src/main/resources/assets/overdrive_that_matters/models/block/storage_exporter.json +++ b/src/main/resources/assets/overdrive_that_matters/models/block/storage_exporter.json @@ -1,4 +1,5 @@ { + "credit": "Made with Blockbench", "textures": { "2": "overdrive_that_matters:block/storage_exporter", "particle": "overdrive_that_matters:block/storage_exporter" @@ -28,18 +29,6 @@ "down": {"uv": [6, 8, 10, 11], "texture": "#2"} } }, - { - "from": [5, 5, 4], - "to": [11, 11, 8], - "faces": { - "north": {"uv": [0, 0, 3, 6], "texture": "#2"}, - "east": {"uv": [10, 6, 13, 10], "rotation": 270, "texture": "#2"}, - "south": {"uv": [10, 0, 13, 6], "texture": "#2"}, - "west": {"uv": [10, 6, 13, 10], "rotation": 90, "texture": "#2"}, - "up": {"uv": [10, 6, 13, 10], "rotation": 180, "texture": "#2"}, - "down": {"uv": [10, 6, 13, 10], "texture": "#2"} - } - }, { "from": [7, 12, 3], "to": [9, 14, 7], diff --git a/src/main/resources/assets/overdrive_that_matters/models/block/storage_importer.json b/src/main/resources/assets/overdrive_that_matters/models/block/storage_importer.json index 4a40e0c92..cf0737e70 100644 --- a/src/main/resources/assets/overdrive_that_matters/models/block/storage_importer.json +++ b/src/main/resources/assets/overdrive_that_matters/models/block/storage_importer.json @@ -1,4 +1,5 @@ { + "credit": "Made with Blockbench", "textures": { "1": "overdrive_that_matters:block/storage_importer", "particle": "overdrive_that_matters:block/storage_importer" @@ -28,18 +29,6 @@ "down": {"uv": [6, 8, 10, 11], "texture": "#1"} } }, - { - "from": [5, 5, 4], - "to": [11, 11, 8], - "faces": { - "north": {"uv": [0, 0, 3, 6], "texture": "#1"}, - "east": {"uv": [10, 6, 13, 10], "rotation": 270, "texture": "#1"}, - "south": {"uv": [10, 0, 13, 6], "texture": "#1"}, - "west": {"uv": [10, 6, 13, 10], "rotation": 90, "texture": "#1"}, - "up": {"uv": [10, 6, 13, 10], "rotation": 180, "texture": "#1"}, - "down": {"uv": [10, 6, 13, 10], "texture": "#1"} - } - }, { "from": [7, 11, 2], "to": [9, 13, 6],