mirror of
https://github.com/minetest-mods/technic.git
synced 2025-03-26 02:32:38 +01:00
removed dye part
This commit is contained in:
2
init.lua
2
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").."/battery_box.lua")
|
||||||
dofile(minetest.get_modpath("technic").."/wires.lua")
|
dofile(minetest.get_modpath("technic").."/wires.lua")
|
||||||
dofile(minetest.get_modpath("technic").."/wires_mv.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").."/ores.lua")
|
||||||
|
|
||||||
dofile(minetest.get_modpath("technic").."/tool_workshop.lua")
|
dofile(minetest.get_modpath("technic").."/tool_workshop.lua")
|
||||||
|
Reference in New Issue
Block a user