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

abstract the particle spawner start/stop functions

This commit is contained in:
Vanessa Ezekowitz
2015-05-10 21:03:50 -04:00
parent 8ef4e8c39d
commit 12f5ac9d02
3 changed files with 128 additions and 82 deletions

View File

@ -120,6 +120,8 @@ dofile(homedecor.modpath.."/handlers/expansion.lua")
dofile(homedecor.modpath.."/handlers/furnaces.lua")
-- glue it all together into a registration function
dofile(homedecor.modpath.."/handlers/registration.lua")
-- some nodes have particle spawners
dofile(homedecor.modpath.."/handlers/water_particles.lua")
-- load various other components
dofile(homedecor.modpath.."/misc-nodes.lua") -- the catch-all for all misc nodes