2
0
forked from Retro/cap1-mod

Upload 0.5.0

This commit is contained in:
2025-12-21 21:08:43 -05:00
parent 87b2332596
commit c8f990f90c
2 changed files with 9 additions and 2 deletions

View File

@@ -5,6 +5,13 @@ data.raw["recipe"]["electric-furnace"].ingredients = {
}
-- Change Fast Inserter
-- Because we can somehow wrangle one plate into an inserter lol. anyway
data.raw["recipe"]["fast-inserter"].ingredients = {
{type = "item", name = "iron-plate", amount = 1}
}
}
-- Change Advanced Circuit
data.raw["recipe"]["advanced-circuit"].ingredients = {
{type="item", name="electronic-circuit", amount=1},
{type="item", name="plastic-bar", amount=1}
}

View File

@@ -1,6 +1,6 @@
{
"name": "cap2-easymod",
"version": "0.4.0",
"version": "0.5.0",
"title": "Capitalism Game 2 Recipes",
"author": "unfunny",
"factorio_version": "2.0",