mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-13 03:20:19 +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:
@ -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",
|
||||
|
Reference in New Issue
Block a user