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

Merged 3dforniture

This commit is contained in:
Diego Martínez
2013-03-26 08:05:22 -03:00
parent 349748e100
commit 256b80a22a
33 changed files with 573 additions and 0 deletions

View File

@ -81,4 +81,8 @@ dofile(minetest.get_modpath("homedecor").."/crafts.lua")
dofile(minetest.get_modpath("homedecor").."/locked.lua")
dofile(minetest.get_modpath("homedecor").."/furniture.lua")
dofile(minetest.get_modpath("homedecor").."/furniture_medieval.lua")
dofile(minetest.get_modpath("homedecor").."/furniture_bathroom.lua")
print("[HomeDecor] "..S("Loaded!"))