Efficient Smelting - Full Belts and Full Fluids


Efficient Smelting - Mine less / Less Furnaces / Less Refineries. Instead of 1, get 50. Supports all modded items.

Content
3 years ago
0.16 - 1.1
2.25K
Cheats

g partial bobs

6 years ago

Tungsten plate is changed, but copper-tungsten and tungsten carbide aren't. Invar, Nitinol, electrum, gunmetal, cobalt steel, bronze, and brass are also untouched. not sure if this was by design, or if something else is editing the recipe after your mod does.

6 years ago

GREAT... These recipes really were not included!! Added in the new version. I think it will work

copper-tungsten
tungsten-carbide
Invar
Nitinol
electrum
gunmetal
cobalt steel
bronze
brass

Thanks!

6 years ago

cool. the only other advice i have for this mod is to make the number of plates each recipe returns to be based on a startup config setting. To do this, simply create a settings.lua file. something like:

data:extend(
{
{
type = "int-setting",
name = "EfficientSmelting-result",
setting_type = "startup",
default_value = 50,
maximum_value = 50,
minimum_value = 1,
},
})


then just change the recipes to:

data.raw["recipe"]["recipe-name"].result_count = settings.startup["EfficientSmelting-result"].value


6 years ago

then people who want to have an easier time of smelting, but maybe don't think 50 plates should come from 1 ore, they can set it to something they feel more comfortable with (although: personally, it's really amusing to watch a furnace turn a few stone into stacks and stacks of bricks lol)

6 years ago

Man, thanks for that. I never use the "settings" before, you just teach me a valuabe code. I will try this now!!! XD

New response