fixes to nodebreaker, change textures

This commit is contained in:
Maciej Kasatkin
2012-09-24 01:42:49 +02:00
parent 2dc24b2984
commit 4503c4562b
22 changed files with 66 additions and 3 deletions

View File

@ -42,6 +42,7 @@ dofile(minetest.get_modpath("technic").."/mining_drill.lua")
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").."/tree_tap.lua")