Advanced Furnaces

by badway

Adds 5 furnaces whose crafting speed depends on the transport-belt speed * 3.2. Energy consumption and pollution is appropriate. In the settings, you can increase energy consumption. Сan work with other mods for example angelssmelting, bobplates, PY, IndustrialRevolution. Language en, ru, de, fi.

Content
4 years ago
0.16 - 0.18
172
Manufacturing

g specific coal

4 years ago

I dont know if you are already aware of this, and maybe its done on purpose, but your mod adds an specific coal, made from wood, that cannot be used as the vanilla coal, shouldn't it give common coal, vanilla coal?

4 years ago
(updated 4 years ago)

Hello!
The name of the recipe in the code is "wood-cool"
ingredients = {{"wood", 1}},
result = "coal",
Because of a different name, it can be perceived as a different recipe that is not included in the ingredients of the manufactured goods, but at the output we still have coal, vanilla coal, because
result is not = "wood-cool", but result = "coal".
It became interesting to me and I burn a tree and get coal which goes into the production of another recipe. Everything seems to work.

By the way, I can rename "wood-cool" to "cool" I don’t know what it will give but I can)), maybe then in the recipes it will be displayed as vanilla charcoal.
But it should work both ways.

P/s
Here, in the picture, I noticed some ugly loaders, that's what I will do for them graphics and then rename the recipe) ... I found myself something to do)

New response