1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2024-09-27 22:00:20 +02:00

Use homedecor_blanktile.png on the top face of bottom half of door and vice

versa.  Gets rid of the visual division between the two halves of the glass
door.
This commit is contained in:
Vanessa Ezekowitz 2013-04-28 01:59:48 -04:00
parent b53043fa01
commit ac25d1b851

View File

@ -34,7 +34,7 @@ for i in ipairs(sides) do
local tiles_top = {
"homedecor_door_"..doorname.."_tb.png",
"homedecor_door_"..doorname.."_tb.png",
"homedecor_blanktile.png",
"homedecor_door_"..doorname.."_lrt.png",
"homedecor_door_"..doorname.."_lrt.png",
"homedecor_door_"..doorname.."_"..rside.."_top.png",
@ -42,7 +42,7 @@ for i in ipairs(sides) do
}
local tiles_bottom = {
"homedecor_door_"..doorname.."_tb.png",
"homedecor_blanktile.png",
"homedecor_door_"..doorname.."_tb.png",
"homedecor_door_"..doorname.."_lrb.png",
"homedecor_door_"..doorname.."_lrb.png",