summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorMaciej Kasatkin <mk@realbadangel.pl>2012-10-21 19:29:56 +0200
committerMaciej Kasatkin <mk@realbadangel.pl>2012-10-21 19:29:56 +0200
commit67425aa3b408c91f993f2253b03859be2df6195a (patch)
tree0a5895ce0e45da44e82d01c09e4ace9a46b9ca57 /init.lua
parentee9ffa8619233fe80dd07eb35f48ec6062c8cfa6 (diff)
Added constructors, added dye grinding recipes
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index c72509e..19b1843 100644
--- a/init.lua
+++ b/init.lua
@@ -42,6 +42,7 @@ dofile(minetest.get_modpath("technic").."/screwdriver.lua")
dofile(minetest.get_modpath("technic").."/sonic_screwdriver.lua")
dofile(minetest.get_modpath("technic").."/node_breaker.lua")
dofile(minetest.get_modpath("technic").."/deployer.lua")
+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")