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

Move sit function

This commit is contained in:
kilbith
2015-05-11 20:21:27 +02:00
parent f59e0448c7
commit 3f16e7dbc0
3 changed files with 36 additions and 49 deletions

View File

@ -122,6 +122,7 @@ dofile(homedecor.modpath.."/handlers/furnaces.lua")
dofile(homedecor.modpath.."/handlers/registration.lua")
-- some nodes have particle spawners
dofile(homedecor.modpath.."/handlers/water_particles.lua")
dofile(homedecor.modpath.."/handlers/sit.lua")
-- load various other components
dofile(homedecor.modpath.."/misc-nodes.lua") -- the catch-all for all misc nodes