Casting Without Calcite


Lightweight mod to remove the Calcite cost of smelting ores into molten metals

Tweaks
4 months ago
2.0
177
Manufacturing
Owner:
Malidictus
Source:
N/A
Homepage:
N/A
License:
MIT
Created:
4 months ago
Latest Version:
1.0.1 (4 months ago)
Factorio version:
2.0
Downloaded by:
177 users

Removes Calcite from the recipes of Copper Smelting and Iron Smelting. Not much to say - it's a two-line mod:

data.raw.recipe["molten-iron"].ingredients = {{type = "item", name = "iron-ore", amount = 50}}
data.raw.recipe["molten-copper"].ingredients = {{type = "item", name = "copper-ore", amount = 50}}