diff --git a/src/main/resources/assets/actuallyadditions/models/block/blockEmpowerer.json b/src/main/resources/assets/actuallyadditions/models/block/blockEmpowerer.json index 305ad0bde..a01aa2bfd 100644 --- a/src/main/resources/assets/actuallyadditions/models/block/blockEmpowerer.json +++ b/src/main/resources/assets/actuallyadditions/models/block/blockEmpowerer.json @@ -38,12 +38,12 @@ "from": [ 1.0, 1.0, 4.0 ], "to": [ 15.0, 2.0, 12.0 ], "faces": { - "north": { "texture": "#2", "uv": [ 0.0, 1.0, 14.0, 2.0 ] }, - "east": { "texture": "#2", "uv": [ 4.0, 0.0, 12.0, 1.0 ] }, - "south": { "texture": "#2", "uv": [ 1.0, 1.0, 15.0, 2.0 ] }, - "west": { "texture": "#2", "uv": [ 4.0, 2.0, 12.0, 1.0 ] }, - "up": { "texture": "#2", "uv": [ 4.0, 1.0, 12.0, 15.0 ], "rotation": 270 }, - "down": { "texture": "#2", "uv": [ 4.0, 1.0, 12.0, 15.0 ], "rotation": 270 } + "north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 1.0 ], "rotation": 270 }, + "east": { "texture": "#0", "uv": [ 4.0, 0.0, 5.0, 1.0 ] }, + "south": { "texture": "#0", "uv": [ 1.0, 0.0, 2.0, 1.0 ] }, + "west": { "texture": "#0", "uv": [ 4.0, 1.0, 5.0, 0.0 ] }, + "up": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 1.0 ], "rotation": 270 }, + "down": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 1.0 ], "rotation": 270 } } }, { @@ -51,12 +51,12 @@ "from": [ 4.0, 1.0, 1.0 ], "to": [ 12.0, 2.0, 15.0 ], "faces": { - "north": { "texture": "#2", "uv": [ 4.0, 0.0, 12.0, 1.0 ] }, - "east": { "texture": "#2", "uv": [ 1.0, 1.0, 15.0, 2.0 ] }, - "south": { "texture": "#2", "uv": [ 4.0, 1.0, 12.0, 2.0 ] }, - "west": { "texture": "#2", "uv": [ 0.0, 1.0, 14.0, 2.0 ] }, - "up": { "texture": "#2", "uv": [ 4.0, 1.0, 12.0, 15.0 ], "rotation": 180 }, - "down": { "texture": "#2", "uv": [ 4.0, 1.0, 12.0, 15.0 ] } + "north": { "texture": "#0", "uv": [ 4.0, 0.0, 5.0, 1.0 ] }, + "east": { "texture": "#0", "uv": [ 1.0, 0.0, 2.0, 1.0 ] }, + "south": { "texture": "#0", "uv": [ 4.0, 0.0, 5.0, 1.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 1.0 ] }, + "up": { "texture": "#0", "uv": [ 0.0, 1.0, 1.0, 0.0 ], "rotation": 270 }, + "down": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 1.0 ] } } }, {