1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-16 20:50:22 +02:00

register the furnaces internally via homedecor.register as well, getting rid of the last dependency on deprecated lock-code

This commit is contained in:
Tim
2015-08-19 22:30:27 +02:00
parent 9773d63e8e
commit 908b408248
4 changed files with 15 additions and 151 deletions

View File

@ -140,8 +140,6 @@ dofile(modpath.."/exterior.lua")
dofile(modpath.."/trash_cans.lua")
dofile(modpath.."/wardrobe.lua")
dofile(modpath.."/handlers/locked.lua")
dofile(modpath.."/crafts.lua")
print("[HomeDecor] " .. homedecor.gettext("Loaded!"))