Added locked store-able nodes

This commit is contained in:
Diego Martínez
2013-02-25 15:02:42 -02:00
parent b122454741
commit e8f0051699
2 changed files with 131 additions and 0 deletions

View File

@ -834,4 +834,6 @@ dofile(minetest.get_modpath("homedecor").."/television.lua")
dofile(minetest.get_modpath("homedecor").."/crafts.lua")
dofile(minetest.get_modpath("homedecor").."/locked.lua")
print("[HomeDecor] Loaded!")