Added Coal Driven Generator

This commit is contained in:
Maciej Kasatkin
2012-09-02 05:46:20 +02:00
parent 02a9acdc3c
commit ad8932ac99
3 changed files with 149 additions and 0 deletions

View File

@ -31,6 +31,7 @@ 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")