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:
1
init.lua
1
init.lua
@ -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")
|
||||
|
Reference in New Issue
Block a user