forked from minetest-mods/technic
Move coal furnaces to other/
They don't use power, move them to where they belong.
This commit is contained in:
parent
d732c8dfbd
commit
a793747d92
|
@ -14,10 +14,6 @@ dofile(path.."/geothermal.lua")
|
||||||
dofile(path.."/water_mill.lua")
|
dofile(path.."/water_mill.lua")
|
||||||
dofile(path.."/generator.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
|
-- Machines
|
||||||
dofile(path.."/alloy_furnace.lua")
|
dofile(path.."/alloy_furnace.lua")
|
||||||
dofile(path.."/electric_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")
|
dofile(path.."/frames.lua")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- Coal-powered machines
|
||||||
|
dofile(path.."/coal_alloy_furnace.lua")
|
||||||
|
dofile(path.."/coal_furnace.lua")
|
||||||
|
|
||||||
dofile(path.."/anchor.lua")
|
dofile(path.."/anchor.lua")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user