projects
/
zefram
/
minetest
/
technic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29a869c
)
removed dye part
author
Maciej Kasatkin
<mk@realbadangel.pl>
Tue, 9 Oct 2012 18:26:15 +0000
(20:26 +0200)
committer
Maciej Kasatkin
<mk@realbadangel.pl>
Tue, 9 Oct 2012 18:26:15 +0000
(20:26 +0200)
init.lua
patch
|
blob
|
history
diff --git
a/init.lua
b/init.lua
index 22d192a4d20442a4b99d7dccaf1c70aeb362b644..f149b533a01fb9c9a59f054674a10b0ea4904887 100644
(file)
--- 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")