Skip to content

Commit bfe091a

Browse files
authored
Merge pull request #13 from TBoshoven/fix-door-top-and-bottom
Fix texture for top and bottom of door
2 parents bba3cad + 242e50c commit bfe091a

File tree

1 file changed

+10
-10
lines changed
  • MagicDoorknob/src/main/resources/assets/magic_doorknob/models/block/part

1 file changed

+10
-10
lines changed

MagicDoorknob/src/main/resources/assets/magic_doorknob/models/block/part/magic_door.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"up": {
3838
"texture": "#main",
39-
"uv": [16, 0, 15, 0],
39+
"uv": [16, 0, 15, 1],
4040
"tintindex": 1,
4141
"cullface": "up"
4242
},
@@ -64,7 +64,7 @@
6464
},
6565
"up": {
6666
"texture": "#highlight",
67-
"uv": [15, 0, 14, 0],
67+
"uv": [15, 0, 14, 1],
6868
"cullface": "up"
6969
}
7070
}
@@ -87,7 +87,7 @@
8787
},
8888
"up": {
8989
"texture": "#main",
90-
"uv": [14, 0, 13, 0],
90+
"uv": [14, 0, 13, 1],
9191
"tintindex": 1,
9292
"cullface": "up"
9393
}
@@ -109,7 +109,7 @@
109109
},
110110
"up": {
111111
"texture": "#highlight",
112-
"uv": [13, 0, 12, 0],
112+
"uv": [13, 0, 12, 1],
113113
"cullface": "up"
114114
}
115115
}
@@ -137,7 +137,7 @@
137137
},
138138
"up": {
139139
"texture": "#main",
140-
"uv": [12, 0, 0, 0],
140+
"uv": [12, 0, 0, 1],
141141
"tintindex": 1,
142142
"cullface": "up"
143143
}
@@ -308,7 +308,7 @@
308308
},
309309
"down": {
310310
"texture": "#main",
311-
"uv": [16, 16, 15, 16],
311+
"uv": [16, 16, 15, 15],
312312
"tintindex": 1,
313313
"cullface": "up"
314314
},
@@ -336,7 +336,7 @@
336336
},
337337
"down": {
338338
"texture": "#highlight",
339-
"uv": [15, 16, 14, 16],
339+
"uv": [15, 16, 14, 15],
340340
"cullface": "up"
341341
}
342342
}
@@ -359,7 +359,7 @@
359359
},
360360
"down": {
361361
"texture": "#main",
362-
"uv": [2, 16, 3, 16],
362+
"uv": [2, 16, 3, 15],
363363
"tintindex": 1,
364364
"cullface": "up"
365365
}
@@ -381,7 +381,7 @@
381381
},
382382
"down": {
383383
"texture": "#highlight",
384-
"uv": [13, 16, 12, 16],
384+
"uv": [13, 16, 12, 15],
385385
"cullface": "up"
386386
}
387387
}
@@ -409,7 +409,7 @@
409409
},
410410
"down": {
411411
"texture": "#main",
412-
"uv": [12, 16, 0, 16],
412+
"uv": [12, 16, 0, 15],
413413
"tintindex": 1,
414414
"cullface": "up"
415415
}

0 commit comments

Comments
 (0)