mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 15:50:39 +02:00
Added Coal Driven Generator
This commit is contained in:
1
init.lua
1
init.lua
@ -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")
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user