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:
@ -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
|
||||
|
Reference in New Issue
Block a user