Added recipes

This commit is contained in:
Diego Martínez
2013-03-26 22:13:48 -03:00
parent f475774e11
commit 7ee8311934
2 changed files with 139 additions and 0 deletions

View File

@ -84,5 +84,6 @@ 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")
dofile(minetest.get_modpath("homedecor").."/furniture_recipes.lua")
print("[HomeDecor] "..S("Loaded!"))