Loader Furnace


New furnaces, fitted for loaders using; the smelting speed is the same as transport belt; supports standard (yellow), fast and express belts and loaders.

Content
3 years ago
0.13 - 1.1
3.94K
Manufacturing

b Cannot create new furnaces

8 years ago

Might be just me, but I cannot actually create them on person or in an assembler and using commands for "loader-furnace" does not work.

8 years ago
(updated 8 years ago)

Looking at the lua, the recipe reads this:
{
type = "recipe",
name = "lf-furnace-1",
ingredients = {{"steel-plate", 15}, {"advanced-circuit", 1}, {"electric-furnace", 1}},
result = "electric-furnace",
energy_required = 5,
enabled = false
},
instead of
{
type = "recipe",
name = "lf-furnace-1",
ingredients = {{"steel-plate", 15}, {"advanced-circuit", 1}, {"electric-furnace", 1}},
result = "lf-furnace-1",
energy_required = 5,
enabled = false
},

8 years ago
(updated 8 years ago)

Thanks!

// 1.0.2 - Fixed

8 years ago

With console you can create "lf-furnace-1", this type is for normal speed belt only (the yellow one).

8 years ago

so how exactly does this mod work, because this makes no sense as their is no manual or even a forum thread on it.

8 years ago

13.15 i cant see the loader anymore, can you update it?

8 years ago

Mod is ok. Try to reset this two technologies.
/c game.player.force.technologies["logistics"].researched=false
/c game.player.force.technologies["advanced-material-processing-2"].researched=false

New response