From ed818fe0ac735fb11e0d1bc27980271a7add32fa Mon Sep 17 00:00:00 2001 From: Maciej Kasatkin Date: Tue, 11 Sep 2012 23:27:24 +0200 Subject: Cleaning the code --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index fc921d6..6629b38 100644 --- a/init.lua +++ b/init.lua @@ -20,7 +20,8 @@ dofile(minetest.get_modpath("technic").."/copper_chest.lua") dofile(minetest.get_modpath("technic").."/silver_chest.lua") dofile(minetest.get_modpath("technic").."/gold_chest.lua") dofile(minetest.get_modpath("technic").."/mithril_chest.lua") -dofile(minetest.get_modpath("technic").."/electric.lua") +dofile(minetest.get_modpath("technic").."/electric_furnace.lua") +dofile(minetest.get_modpath("technic").."/battery_box.lua") dofile(minetest.get_modpath("technic").."/wires.lua") dofile(minetest.get_modpath("technic").."/dyes.lua") dofile(minetest.get_modpath("technic").."/ores.lua") -- cgit v1.2.3