Casting Without Calcite


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

Tweaks
3 days ago
2.0 - 2.1
449
Manufacturing
Owner:
Malidictus
Source:
N/A
Homepage:
N/A
License:
MIT
Created:
1 year, 4 months ago
Latest Version:
1.0.2 (3 days ago)
Factorio version:
2.0 - 2.1
Downloaded by:
449 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["iron-ore-melting"].ingredients = {{type = "item", name = "iron-ore", amount = 50}}
data.raw.recipe["copper-ore-melting"].ingredients = {{type = "item", name = "copper-ore", amount = 50}}