diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ dofile(minetest.get_modpath("technic").."/constructor.lua") dofile(minetest.get_modpath("technic").."/tree_tap.lua") dofile(minetest.get_modpath("technic").."/flashlight.lua") dofile(minetest.get_modpath("technic").."/cans.lua") +dofile(minetest.get_modpath("technic").."/chainsaw.lua") function has_locked_chest_privilege(meta, player) |