From: Maciej Kasatkin Date: Tue, 9 Oct 2012 18:26:15 +0000 (+0200) Subject: removed dye part X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=a0229013ce2462b1475d8c03a077eedec0ac7daa;p=zefram%2Fminetest%2Ftechnic.git removed dye part --- 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")