Skip to content

Commit ac947ed

Browse files
Fix Coke Oven Hatch gaps (GregTechCEu#2442)
1 parent 7012003 commit ac947ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/resources/assets/gtceu/models/block/machine/part/coke_oven_hatch.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"elements": [
1010
{
11-
"from": [0.001, 0.001, 0.001],
12-
"to": [15.999, 15.999, 15.999],
11+
"from": [0, 0, 0],
12+
"to": [16, 16, 16],
1313
"faces": {
1414
"north": {"texture": "#1", "cullface": "north"},
1515
"east": {"texture": "#1", "cullface": "east"},
@@ -20,8 +20,8 @@
2020
}
2121
},
2222
{
23-
"from": [-0.002, -0.002, -0.002],
24-
"to": [16.002, 16.002, -0.002],
23+
"from": [0, 0, 0],
24+
"to": [16, 16, 0],
2525
"faces": {
2626
"north": {"texture": "#2", "cullface": "north"}
2727
}

0 commit comments

Comments
 (0)