Move coal furnaces to other/

They don't use power, move them to where they belong.
此提交包含在:
est31
2015-06-18 04:10:13 +02:00
父節點 d732c8dfbd
當前提交 a793747d92
共有 4 個檔案被更改,包括 4 行新增4 行删除

查看文件

@@ -14,10 +14,6 @@ dofile(path.."/geothermal.lua")
dofile(path.."/water_mill.lua")
dofile(path.."/generator.lua")
-- Coal-powered machines (TODO -> move to somewhere else?)
dofile(path.."/coal_alloy_furnace.lua")
dofile(path.."/coal_furnace.lua")
-- Machines
dofile(path.."/alloy_furnace.lua")
dofile(path.."/electric_furnace.lua")

查看文件

@@ -8,4 +8,8 @@ if technic.config:get_bool("enable_frames") and minetest.get_modpath("mesecons_m
dofile(path.."/frames.lua")
end
-- Coal-powered machines
dofile(path.."/coal_alloy_furnace.lua")
dofile(path.."/coal_furnace.lua")
dofile(path.."/anchor.lua")