summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorMaciej Kasatkin <mk@realbadangel.pl>2012-09-02 03:12:24 +0200
committerMaciej Kasatkin <mk@realbadangel.pl>2012-09-02 03:12:24 +0200
commit54529cbf542aa226976b758382762f45a03130b4 (patch)
tree2c5fe473b922f8733767f397460d5e93733b6f30 /init.lua
parent77007b37464f8bce6f4c2476c834194d11b19f55 (diff)
fixes to solar panel and battery boxes
not possible any longer to load many batboxes at the same time solar panels now have energy buffers too, so 1st batbox will be loaded, then the next one etc
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 52e1716..c7f9a6f 100644
--- a/init.lua
+++ b/init.lua
@@ -1,4 +1,4 @@
--- Minetest 0.4.1 mod: technic
+-- Minetest 0.4.2 rc1: technic
minetest.register_alias("rebar", "technic:rebar")
minetest.register_alias("concrete", "technic:concrete")
@@ -29,6 +29,10 @@ dofile(minetest.get_modpath("technic").."/tool_workshop.lua")
dofile(minetest.get_modpath("technic").."/music_player.lua")
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")
function has_locked_chest_privilege(meta, player)