Casting Without Calcite


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

Tweaks
1 year, 24 days ago
2.0
369
Manufacturing
Owner:
Malidictus
Source:
N/A
Homepage:
N/A
License:
MIT
Created:
1 year, 24 days ago
Latest Version:
1.0.1 (1 year, 24 days ago)
Factorio version:
2.0
Downloaded by:
369 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}}