summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Kasatkin <mk@realbadangel.pl>2012-10-09 20:26:15 +0200
committerMaciej Kasatkin <mk@realbadangel.pl>2012-10-09 20:26:15 +0200
commita0229013ce2462b1475d8c03a077eedec0ac7daa (patch)
tree2af9bfa2ed3f326122e017e710fbf942b268295f
parent29a869c7e9303c958bd5d481330d21b9bf2f670d (diff)
removed dye part
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
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")