summaryrefslogtreecommitdiff
path: root/homedecor/handlers/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'homedecor/handlers/init.lua')
-rw-r--r--homedecor/handlers/init.lua24
1 files changed, 0 insertions, 24 deletions
diff --git a/homedecor/handlers/init.lua b/homedecor/handlers/init.lua
deleted file mode 100644
index 05c27f4..0000000
--- a/homedecor/handlers/init.lua
+++ /dev/null
@@ -1,24 +0,0 @@
-local handlerpath = homedecor.modpath .. "/handlers/"
-
--- nodebox arithmetics and helpers
--- (please keep non-generic nodeboxes with their node definition)
-dofile(handlerpath.."nodeboxes.lua")
-
--- expand and unexpand decor
-dofile(handlerpath.."expansion.lua")
-
--- register nodes that cook stuff
-dofile(handlerpath.."furnaces.lua")
-
--- inventory related functionality, like initialization, ownership and spawning locked versions
-dofile(handlerpath.."inventory.lua")
-
--- glue it all together into a registration function
-dofile(handlerpath.."registration.lua")
-
--- some nodes have particle spawners
-dofile(handlerpath.."water_particles.lua")
-
-
-dofile(handlerpath.."mt_game_beds_functions.lua")
-dofile(handlerpath.."sit.lua")