Casting Without Calcite


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

Tweaks
a month ago
2.0 - 2.1
474
Manufacturing
Owner:
Malidictus
Source:
N/A
Homepage:
N/A
License:
MIT
Created:
1 year, 5 months ago
Latest Version:
1.0.2 (a month ago)
Factorio version:
2.0 - 2.1
Downloaded by:
474 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}}