Added constructors, added dye grinding recipes

This commit is contained in:
Maciej Kasatkin
2012-10-21 19:29:56 +02:00
parent ee9ffa8619
commit 67425aa3b4
31 changed files with 300 additions and 1 deletions

View File

@ -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")