Fix door lighting. Fixes #346

This commit is contained in:
Sollace 2024-05-16 21:47:17 +01:00
parent 09cecef68e
commit f2a4a5f114
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB
2 changed files with 8 additions and 8 deletions

View file

@ -9,10 +9,10 @@
"faces": {
"up": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "up" },
"down": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"north": { "uv": [ 3, 0, 0, 16 ], "texture": "#top", "cullface": "north" },
"south": { "uv": [ 0, 0, 3, 16 ], "texture": "#top", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "west" },
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#top", "cullface": "east" }
"north": { "uv": [ 3, 0, 0, 16 ], "texture": "#top" },
"south": { "uv": [ 0, 0, 3, 16 ], "texture": "#top" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#top" }
}
}
]

View file

@ -9,10 +9,10 @@
"faces": {
"up": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "up" },
"down": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"north": { "uv": [ 3, 0, 0, 16 ], "texture": "#top", "cullface": "north" },
"south": { "uv": [ 0, 0, 3, 16 ], "texture": "#top", "cullface": "south" },
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#top", "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "east" }
"north": { "uv": [ 3, 0, 0, 16 ], "texture": "#top" },
"south": { "uv": [ 0, 0, 3, 16 ], "texture": "#top" },
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#top" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }
}
}
]