diff --git a/src/main/resources/assets/overdrive_that_matters/models/block/matter_panel.json b/src/main/resources/assets/overdrive_that_matters/models/block/matter_panel.json index 1cb704ba5..37a1363fb 100644 --- a/src/main/resources/assets/overdrive_that_matters/models/block/matter_panel.json +++ b/src/main/resources/assets/overdrive_that_matters/models/block/matter_panel.json @@ -1,22 +1,23 @@ { + "credit": "Made with Blockbench", "parent": "block/block", "texture_size": [32, 32], "textures": { - "texture": "overdrive_that_matters:block/matter_panel", - "particle": "overdrive_that_matters:block/matter_panel" + "particle": "overdrive_that_matters:block/matter_panel", + "texture": "overdrive_that_matters:block/matter_panel" }, -"elements": [ + "elements": [ { - "from": [ 0, 0, 0 ], - "to": [ 16, 16, 6 ], + "from": [0, 0, 10], + "to": [16, 16, 16], "faces": { - "down": {"uv": [ 8, 0, 16, 3 ], "texture": "#texture" }, - "up": {"uv": [ 8, 0, 16, 3 ], "rotation": 180, "texture": "#texture" }, - "north": {"uv": [ 0, 8, 8, 16 ], "texture": "#texture" }, - "south": {"uv": [ 0, 0, 8, 8 ], "texture": "#texture" }, - "west": {"uv": [ 8, 0, 16, 3 ], "rotation": 90, "texture": "#texture" }, - "east": {"uv": [ 8, 0, 16, 3 ], "rotation": 270, "texture": "#texture" } + "north": {"uv": [0, 0, 8, 8], "texture": "#texture"}, + "east": {"uv": [8, 0, 16, 3], "rotation": 90, "texture": "#texture"}, + "south": {"uv": [0, 8, 8, 16], "texture": "#texture"}, + "west": {"uv": [8, 0, 16, 3], "rotation": 270, "texture": "#texture"}, + "up": {"uv": [8, 0, 16, 3], "texture": "#texture"}, + "down": {"uv": [8, 0, 16, 3], "rotation": 180, "texture": "#texture"} } } ] -} +} \ No newline at end of file