diff --git a/common/src/main/resources/assets/antimatter/models/block/pipe/large/all.json b/common/src/main/resources/assets/antimatter/models/block/pipe/large/all.json index 9c09ce06a..c463f6643 100644 --- a/common/src/main/resources/assets/antimatter/models/block/pipe/large/all.json +++ b/common/src/main/resources/assets/antimatter/models/block/pipe/large/all.json @@ -8,9 +8,9 @@ "from": [3, 3, 0], "to": [13, 13, 16], "faces": { - "north": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "north": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "east": {"uv": [0, 3, 16, 13], "texture": "#all", "tintindex": 0}, - "south": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "south": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "west": {"uv": [0, 3, 16, 13], "texture": "#all", "tintindex": 0}, "up": {"uv": [3, 0, 13, 16], "texture": "#all", "tintindex": 0}, "down": {"uv": [3, 0, 13, 16], "texture": "#all", "tintindex": 0} @@ -21,7 +21,7 @@ "to": [16, 13, 13], "faces": { "north": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0}, - "east": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "east": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "south": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0}, "up": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0}, "down": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0} @@ -33,7 +33,7 @@ "faces": { "north": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0}, "south": {"uv": [0, 3, 3, 13], "texture": "#all", "tintindex": 0}, - "west": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "west": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "up": {"uv": [0, 3, 3, 13], "texture": "#all", "tintindex": 0}, "down": {"uv": [0, 3, 3, 13], "texture": "#all", "tintindex": 0} } @@ -46,7 +46,7 @@ "east": {"uv": [3, 0, 13, 3], "texture": "#all", "tintindex": 0}, "south": {"uv": [3, 0, 13, 3], "texture": "#all", "tintindex": 0}, "west": {"uv": [3, 0, 13, 3], "texture": "#all", "tintindex": 0}, - "up": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1} + "up": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0} } }, { @@ -57,8 +57,50 @@ "east": {"uv": [3, 0, 13, 3], "texture": "#all", "tintindex": 0}, "south": {"uv": [3, 0, 13, 3], "texture": "#all", "tintindex": 0}, "west": {"uv": [3, 0, 13, 3], "texture": "#all", "tintindex": 0}, - "down": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1} + "down": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0} } - } + }, + { + "from": [4, -0.01, 4], + "to": [12, -0.01, 12], + "faces": { + "down": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + }, + { + "from": [4, 16.01, 4], + "to": [12, 16.01, 12], + "faces": { + "up": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + }, + { + "from": [4, 4, -0.01], + "to": [12, 12, -0.01], + "faces": { + "north": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + }, + { + "from": [4, 4, 16.01], + "to": [12, 12, 16.01], + "faces": { + "south": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + }, + { + "from": [16.01, 4, 4], + "to": [16.01, 12, 12], + "faces": { + "east": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + }, + { + "from": [-0.01, 4, 4], + "to": [-0.01, 12, 12], + "faces": { + "west": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + } ] } \ No newline at end of file diff --git a/common/src/main/resources/assets/antimatter/models/block/pipe/large/arrow.json b/common/src/main/resources/assets/antimatter/models/block/pipe/large/arrow.json index 4ffcfad48..66bad4398 100644 --- a/common/src/main/resources/assets/antimatter/models/block/pipe/large/arrow.json +++ b/common/src/main/resources/assets/antimatter/models/block/pipe/large/arrow.json @@ -9,9 +9,9 @@ "to": [16, 13, 13], "faces": { "north": {"uv": [0, 3, 16, 13], "texture": "#all", "tintindex": 0}, - "east": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "east": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "south": {"uv": [0, 3, 16, 13], "texture": "#all", "tintindex": 0}, - "west": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "west": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "up": {"uv": [0, 3, 16, 13], "texture": "#all", "tintindex": 0}, "down": {"uv": [0, 3, 16, 13], "texture": "#all", "tintindex": 0} } @@ -20,7 +20,7 @@ "from": [3, 3, 0], "to": [13, 13, 3], "faces": { - "north": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "north": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "east": {"uv": [0, 3, 3, 13], "texture": "#all", "tintindex": 0}, "west": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0}, "up": {"uv": [3, 0, 13, 3], "texture": "#all", "tintindex": 0}, @@ -35,8 +35,36 @@ "east": {"uv": [3, 0, 13, 3], "texture": "#all", "tintindex": 0}, "south": {"uv": [3, 0, 13, 3], "texture": "#all", "tintindex": 0}, "west": {"uv": [3, 0, 13, 3], "texture": "#all", "tintindex": 0}, - "up": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1} + "up": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0} } - } + }, + { + "from": [4, 16.01, 4], + "to": [12, 16.01, 12], + "faces": { + "up": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + }, + { + "from": [4, 4, -0.01], + "to": [12, 12, -0.01], + "faces": { + "north": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + }, + { + "from": [16.01, 4, 4], + "to": [16.01, 12, 12], + "faces": { + "east": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + }, + { + "from": [-0.01, 4, 4], + "to": [-0.01, 12, 12], + "faces": { + "west": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + } ] } \ No newline at end of file diff --git a/common/src/main/resources/assets/antimatter/models/block/pipe/large/corner.json b/common/src/main/resources/assets/antimatter/models/block/pipe/large/corner.json index 4b6c1063b..1f9d7d7d8 100644 --- a/common/src/main/resources/assets/antimatter/models/block/pipe/large/corner.json +++ b/common/src/main/resources/assets/antimatter/models/block/pipe/large/corner.json @@ -8,7 +8,7 @@ "from": [3, 3, 0], "to": [13, 13, 13], "faces": { - "north": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "north": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "east": {"uv": [3, 3, 16, 13], "texture": "#all", "tintindex": 0}, "south": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "west": {"uv": [0, 3, 13, 13], "texture": "#all", "tintindex": 0}, @@ -21,7 +21,7 @@ "to": [16, 13, 13], "faces": { "north": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0}, - "east": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "east": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "south": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0}, "up": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0}, "down": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0} @@ -35,8 +35,29 @@ "east": {"uv": [3, 0, 13, 3], "texture": "#all", "tintindex": 0}, "south": {"uv": [3, 0, 13, 3], "texture": "#all", "tintindex": 0}, "west": {"uv": [3, 0, 13, 3], "texture": "#all", "tintindex": 0}, - "up": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1} + "up": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0} } - } - ] + }, + { + "from": [4, 16.01, 4], + "to": [12, 16.01, 12], + "faces": { + "up": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + }, + { + "from": [4, 4, -0.01], + "to": [12, 12, -0.01], + "faces": { + "north": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + }, + { + "from": [16.01, 4, 4], + "to": [16.01, 12, 12], + "faces": { + "east": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + } + ] } \ No newline at end of file diff --git a/common/src/main/resources/assets/antimatter/models/block/pipe/large/cross.json b/common/src/main/resources/assets/antimatter/models/block/pipe/large/cross.json index 0c8fc9e6d..573577cc8 100644 --- a/common/src/main/resources/assets/antimatter/models/block/pipe/large/cross.json +++ b/common/src/main/resources/assets/antimatter/models/block/pipe/large/cross.json @@ -8,7 +8,7 @@ "from": [3, 3, 0], "to": [13, 13, 16], "faces": { - "north": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "north": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "east": {"uv": [0, 3, 16, 13], "texture": "#all", "tintindex": 0}, "south": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "west": {"uv": [0, 3, 16, 13], "texture": "#all", "tintindex": 0}, @@ -21,7 +21,7 @@ "to": [16, 13, 13], "faces": { "north": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0}, - "east": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "east": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "south": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0}, "up": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0}, "down": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0} @@ -33,10 +33,38 @@ "faces": { "north": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0}, "south": {"uv": [0, 3, 3, 13], "texture": "#all", "tintindex": 0}, - "west": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "west": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "up": {"uv": [0, 3, 3, 13], "texture": "#all", "tintindex": 0}, "down": {"uv": [0, 3, 3, 13], "texture": "#all", "tintindex": 0} } - } + }, + { + "from": [4, 4, -0.01], + "to": [12, 12, -0.01], + "faces": { + "north": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + }, + { + "from": [4, 4, 16.01], + "to": [12, 12, 16.01], + "faces": { + "south": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + }, + { + "from": [16.01, 4, 4], + "to": [16.01, 12, 12], + "faces": { + "east": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + }, + { + "from": [-0.01, 4, 4], + "to": [-0.01, 12, 12], + "faces": { + "west": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + } ] } \ No newline at end of file diff --git a/common/src/main/resources/assets/antimatter/models/block/pipe/large/elbow.json b/common/src/main/resources/assets/antimatter/models/block/pipe/large/elbow.json index 813d5f570..8f5755ea3 100644 --- a/common/src/main/resources/assets/antimatter/models/block/pipe/large/elbow.json +++ b/common/src/main/resources/assets/antimatter/models/block/pipe/large/elbow.json @@ -8,7 +8,7 @@ "from": [3, 3, 0], "to": [13, 13, 13], "faces": { - "north": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "north": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "east": {"uv": [3, 3, 16, 13], "texture": "#all", "tintindex": 0}, "south": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "west": {"uv": [0, 3, 13, 13], "texture": "#all", "tintindex": 0}, @@ -21,11 +21,25 @@ "to": [16, 13, 13], "faces": { "north": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0}, - "east": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "east": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "south": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0}, "up": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0}, "down": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0} } - } + }, + { + "from": [4, 4, -0.01], + "to": [12, 12, -0.01], + "faces": { + "north": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + }, + { + "from": [16.01, 4, 4], + "to": [16.01, 12, 12], + "faces": { + "east": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + } ] } \ No newline at end of file diff --git a/common/src/main/resources/assets/antimatter/models/block/pipe/large/five.json b/common/src/main/resources/assets/antimatter/models/block/pipe/large/five.json index 70e67e8fa..3c71279d3 100644 --- a/common/src/main/resources/assets/antimatter/models/block/pipe/large/five.json +++ b/common/src/main/resources/assets/antimatter/models/block/pipe/large/five.json @@ -8,9 +8,9 @@ "from": [3, 3, 0], "to": [13, 13, 16], "faces": { - "north": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "north": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "east": {"uv": [0, 3, 16, 13], "texture": "#all", "tintindex": 0}, - "south": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "south": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "west": {"uv": [0, 3, 16, 13], "texture": "#all", "tintindex": 0}, "up": {"uv": [3, 0, 13, 16], "texture": "#all", "tintindex": 0}, "down": {"uv": [3, 0, 13, 16], "texture": "#all", "tintindex": 0} @@ -21,7 +21,7 @@ "to": [16, 13, 13], "faces": { "north": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0}, - "east": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "east": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "south": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0}, "up": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0}, "down": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0} @@ -33,7 +33,7 @@ "faces": { "north": {"uv": [13, 3, 16, 13], "texture": "#all", "tintindex": 0}, "south": {"uv": [0, 3, 3, 13], "texture": "#all", "tintindex": 0}, - "west": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "west": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "up": {"uv": [0, 3, 3, 13], "texture": "#all", "tintindex": 0}, "down": {"uv": [0, 3, 3, 13], "texture": "#all", "tintindex": 0} } @@ -46,8 +46,43 @@ "east": {"uv": [3, 0, 13, 3], "texture": "#all", "tintindex": 0}, "south": {"uv": [3, 0, 13, 3], "texture": "#all", "tintindex": 0}, "west": {"uv": [3, 0, 13, 3], "texture": "#all", "tintindex": 0}, - "up": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1} + "up": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0} } - } + }, + { + "from": [4, 16.01, 4], + "to": [12, 16.01, 12], + "faces": { + "up": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + }, + { + "from": [4, 4, -0.01], + "to": [12, 12, -0.01], + "faces": { + "north": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + }, + { + "from": [4, 4, 16.01], + "to": [12, 12, 16.01], + "faces": { + "south": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + }, + { + "from": [16.01, 4, 4], + "to": [16.01, 12, 12], + "faces": { + "east": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + }, + { + "from": [-0.01, 4, 4], + "to": [-0.01, 12, 12], + "faces": { + "west": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + } ] } \ No newline at end of file diff --git a/common/src/main/resources/assets/antimatter/models/block/pipe/large/line.json b/common/src/main/resources/assets/antimatter/models/block/pipe/large/line.json index 3f5a230d1..ce2f5d24e 100644 --- a/common/src/main/resources/assets/antimatter/models/block/pipe/large/line.json +++ b/common/src/main/resources/assets/antimatter/models/block/pipe/large/line.json @@ -8,13 +8,27 @@ "from": [3, 3, 0], "to": [13, 13, 16], "faces": { - "north": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "north": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "east": {"uv": [0, 3, 16, 13], "texture": "#all", "tintindex": 0}, - "south": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "south": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "west": {"uv": [0, 3, 16, 13], "texture": "#all", "tintindex": 0}, "up": {"uv": [3, 0, 13, 16], "texture": "#all", "tintindex": 0}, "down": {"uv": [3, 0, 13, 16], "texture": "#all", "tintindex": 0} } - } - ] + }, + { + "from": [4, 4, -0.01], + "to": [12, 12, -0.01], + "faces": { + "north": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + }, + { + "from": [4, 4, 16.01], + "to": [12, 12, 16.01], + "faces": { + "south": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + } + ] } \ No newline at end of file diff --git a/common/src/main/resources/assets/antimatter/models/block/pipe/large/side.json b/common/src/main/resources/assets/antimatter/models/block/pipe/large/side.json index 4bc3f7272..52f39d9d8 100644 --- a/common/src/main/resources/assets/antimatter/models/block/pipe/large/side.json +++ b/common/src/main/resources/assets/antimatter/models/block/pipe/large/side.json @@ -8,9 +8,9 @@ "from": [3, 3, 0], "to": [13, 13, 16], "faces": { - "north": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "north": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "east": {"uv": [0, 3, 16, 13], "texture": "#all", "tintindex": 0}, - "south": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "south": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "west": {"uv": [0, 3, 16, 13], "texture": "#all", "tintindex": 0}, "up": {"uv": [3, 0, 13, 16], "texture": "#all", "tintindex": 0}, "down": {"uv": [3, 0, 13, 16], "texture": "#all", "tintindex": 0} @@ -24,8 +24,29 @@ "east": {"uv": [3, 0, 13, 3], "texture": "#all", "tintindex": 0}, "south": {"uv": [3, 0, 13, 3], "texture": "#all", "tintindex": 0}, "west": {"uv": [3, 0, 13, 3], "texture": "#all", "tintindex": 0}, - "up": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1} + "up": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0} } - } - ] + }, + { + "from": [4, 16.01, 4], + "to": [12, 16.01, 12], + "faces": { + "up": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + }, + { + "from": [4, 4, -0.01], + "to": [12, 12, -0.01], + "faces": { + "north": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + }, + { + "from": [4, 4, 16.01], + "to": [12, 12, 16.01], + "faces": { + "south": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + } + ] } \ No newline at end of file diff --git a/common/src/main/resources/assets/antimatter/models/block/pipe/large/single.json b/common/src/main/resources/assets/antimatter/models/block/pipe/large/single.json index fa4356ac8..564514361 100644 --- a/common/src/main/resources/assets/antimatter/models/block/pipe/large/single.json +++ b/common/src/main/resources/assets/antimatter/models/block/pipe/large/single.json @@ -8,7 +8,7 @@ "from": [3, 3, 0], "to": [13, 13, 13], "faces": { - "north": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 1}, + "north": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "east": {"uv": [3, 3, 16, 13], "texture": "#all", "tintindex": 0}, "south": {"uv": [3, 3, 13, 13], "texture": "#all", "tintindex": 0}, "west": {"uv": [0, 3, 13, 13], "texture": "#all", "tintindex": 0}, @@ -22,6 +22,13 @@ "faces": { "south": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} } - } - ] + }, + { + "from": [4, 4, -0.01], + "to": [12, 12, -0.01], + "faces": { + "north": {"uv": [4, 4, 12, 12], "texture": "#overlay", "tintindex": 1} + } + } + ] } \ No newline at end of file