1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-21 14:50:23 +02:00

move inventory registration functions into dedicated handler file

This commit is contained in:
Tim
2015-08-19 16:14:17 +02:00
parent 628c37e29e
commit 2ed7ae6a56
3 changed files with 99 additions and 87 deletions

View File

@ -87,6 +87,8 @@ dofile(modpath.."/handlers/nodeboxes.lua")
dofile(modpath.."/handlers/expansion.lua")
-- register nodes that cook stuff
dofile(modpath.."/handlers/furnaces.lua")
-- register individual handlers used by the registration function
dofile(modpath.."/handlers/inventory.lua")
-- glue it all together into a registration function
dofile(modpath.."/handlers/registration.lua")
-- some nodes have particle spawners