diff --git a/src/main/resources/assets/overdrive_that_matters/models/block/essence_storage.json b/src/main/resources/assets/overdrive_that_matters/models/block/essence_storage.json index 9727bad86..95fef5c70 100644 --- a/src/main/resources/assets/overdrive_that_matters/models/block/essence_storage.json +++ b/src/main/resources/assets/overdrive_that_matters/models/block/essence_storage.json @@ -99,8 +99,7 @@ "south": {"uv": [9, 12, 12.5, 13.5], "texture": "#0"}, "west": {"uv": [11.5, 14.5, 15, 16], "texture": "#0"}, "up": {"uv": [9.5, 12.5, 13, 14.25], "texture": "#0"} - }, - "forge_data": { "block_light": 15, "sky_light": 15 } + } }, { "name": "bottle", @@ -126,41 +125,10 @@ { "name": "bottle", "from": [1, 6, 1], - "to": [2, 13, 2], - "faces": { - "north": {"uv": [11.5, 2.5, 12, 4.25], "texture": "#0"}, - "east": {"uv": [8, 2.5, 8.5, 4.25], "texture": "#0"}, - "south": {"uv": [11.5, 2.5, 12, 4.25], "texture": "#0"}, - "west": {"uv": [8, 2.5, 8.5, 4.25], "texture": "#0"} - } - }, - { - "name": "bottle", - "from": [8, 6, 8], "to": [9, 13, 9], "faces": { - "north": {"uv": [11.5, 2.5, 12, 4.25], "texture": "#0"}, - "west": {"uv": [8, 2.5, 8.5, 4.25], "texture": "#0"} - } - }, - { - "name": "bottle", - "from": [1, 6, 8], - "to": [2, 13, 9], - "faces": { - "north": {"uv": [11.5, 2.5, 12, 4.25], "texture": "#0"}, - "east": {"uv": [8, 2.5, 8.5, 4.25], "texture": "#0"}, - "west": {"uv": [8, 2.5, 8.5, 4.25], "texture": "#0"} - } - }, - { - "name": "bottle", - "from": [8, 6, 1], - "to": [9, 13, 2], - "faces": { - "north": {"uv": [11.5, 2.5, 12, 4.25], "texture": "#0"}, - "south": {"uv": [11.5, 2.5, 12, 4.25], "texture": "#0"}, - "west": {"uv": [8, 2.5, 8.5, 4.25], "texture": "#0"} + "north": {"uv": [8, 2.5, 12, 4.25], "texture": "#0"}, + "west": {"uv": [8, 2.5, 12, 4.25], "texture": "#0"} } } ], diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/essence_storage.png b/src/main/resources/assets/overdrive_that_matters/textures/block/essence_storage.png index f0136b877..bf0d32920 100644 Binary files a/src/main/resources/assets/overdrive_that_matters/textures/block/essence_storage.png and b/src/main/resources/assets/overdrive_that_matters/textures/block/essence_storage.png differ