mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +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": {
|
||||
"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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue