diff --git a/data.lua b/data.lua index 8d29766..bc0f843 100644 --- a/data.lua +++ b/data.lua @@ -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} -} \ No newline at end of file +} + +-- Change Advanced Circuit +data.raw["recipe"]["advanced-circuit"].ingredients = { + {type="item", name="electronic-circuit", amount=1}, + {type="item", name="plastic-bar", amount=1} +} diff --git a/info.json b/info.json index cea2435..5cb3694 100644 --- a/info.json +++ b/info.json @@ -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",