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

Added plain wooden door without window - e.g. for bedroom/bathroom doors.

This commit is contained in:
Vanessa Ezekowitz
2012-10-05 20:41:39 -04:00
parent acd10ee6e3
commit b099d5717c
11 changed files with 217 additions and 0 deletions

View File

@ -11,6 +11,7 @@
-- License: LGPL
--
dofile(minetest.get_modpath("homedecor").."/door_wood_plain.lua")
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")