Ninja's 2x2 Electric Furnace


A mod that Changes Electric Furnaces to be 2x2

Content
3 years ago
0.17 - 1.0
13
Manufacturing

i Technology Unlock

3 years ago

If you add this line to the bottom of your main.lua file, the furnace will unlock with the same tech as the 3x3 version

table.insert(data.raw["technology"]["advanced-material-processing-2"].effects, {type = "unlock-recipe",recipe = "electric-furnace-2x2"})

I'm sure with a bit more work you could actually get it to scan the technology table and find the tech the 3x3 unlocks with so that it tracks with Mods that change the default techs

New response