From: Maciej Kasatkin Date: Sun, 2 Sep 2012 01:46:00 +0000 (+0200) Subject: too soon for generator ;) X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=406fdacfbb5d73f7afcd9b309a8d964eaa9a1a51;p=zefram%2Fminetest%2Ftechnic.git too soon for generator ;) --- diff --git a/init.lua b/init.lua index c7f9a6f..3f10f7c 100644 --- a/init.lua +++ b/init.lua @@ -31,7 +31,6 @@ dofile(minetest.get_modpath("technic").."/grinder.lua") dofile(minetest.get_modpath("technic").."/mining_laser_mk1.lua") --dofile(minetest.get_modpath("technic").."/project_table.lua") --dofile(minetest.get_modpath("technic").."/injector.lua") -dofile(minetest.get_modpath("technic").."/generator.lua") dofile(minetest.get_modpath("technic").."/solar_panel.lua")