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