From a0229013ce2462b1475d8c03a077eedec0ac7daa Mon Sep 17 00:00:00 2001 From: Maciej Kasatkin Date: Tue, 9 Oct 2012 20:26:15 +0200 Subject: [PATCH] removed dye part --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 22d192a..f149b53 100644 --- a/init.lua +++ b/init.lua @@ -24,7 +24,7 @@ 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").."/wires_mv.lua") -dofile(minetest.get_modpath("technic").."/dyes.lua") +--dofile(minetest.get_modpath("technic").."/dyes.lua") dofile(minetest.get_modpath("technic").."/ores.lua") dofile(minetest.get_modpath("technic").."/tool_workshop.lua")