mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-19 19:34:23 +01:00
Fix door lighting. Fixes #346
This commit is contained in:
parent
09cecef68e
commit
f2a4a5f114
2 changed files with 8 additions and 8 deletions
|
@ -9,10 +9,10 @@
|
||||||
"faces": {
|
"faces": {
|
||||||
"up": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "up" },
|
"up": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "up" },
|
||||||
"down": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
|
"down": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
|
||||||
"north": { "uv": [ 3, 0, 0, 16 ], "texture": "#top", "cullface": "north" },
|
"north": { "uv": [ 3, 0, 0, 16 ], "texture": "#top" },
|
||||||
"south": { "uv": [ 0, 0, 3, 16 ], "texture": "#top", "cullface": "south" },
|
"south": { "uv": [ 0, 0, 3, 16 ], "texture": "#top" },
|
||||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "west" },
|
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
|
||||||
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#top", "cullface": "east" }
|
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#top" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -9,10 +9,10 @@
|
||||||
"faces": {
|
"faces": {
|
||||||
"up": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "up" },
|
"up": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "up" },
|
||||||
"down": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
|
"down": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
|
||||||
"north": { "uv": [ 3, 0, 0, 16 ], "texture": "#top", "cullface": "north" },
|
"north": { "uv": [ 3, 0, 0, 16 ], "texture": "#top" },
|
||||||
"south": { "uv": [ 0, 0, 3, 16 ], "texture": "#top", "cullface": "south" },
|
"south": { "uv": [ 0, 0, 3, 16 ], "texture": "#top" },
|
||||||
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#top", "cullface": "west" },
|
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#top" },
|
||||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "east" }
|
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue