1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-01 06:10:25 +02:00

Added white and mahogany variants of the wood-and-glass grid-style door. Same

properties as all the others.
This commit is contained in:
Vanessa Ezekowitz
2012-10-05 03:35:18 -04:00
parent b70b3829cc
commit 9a84e967c3
22 changed files with 544 additions and 1 deletions

View File

@ -13,6 +13,8 @@
dofile(minetest.get_modpath("homedecor").."/door_glass.lua")
dofile(minetest.get_modpath("homedecor").."/door_glass_and_wood.lua")
dofile(minetest.get_modpath("homedecor").."/door_glass_and_wood_mahogany.lua")
dofile(minetest.get_modpath("homedecor").."/door_glass_and_wood_white.lua")
dofile(minetest.get_modpath("homedecor").."/door_exterior_fancy.lua")
dofile(minetest.get_modpath("homedecor").."/door_closet_oak.lua")
dofile(minetest.get_modpath("homedecor").."/door_closet_mahogany.lua")