Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c8f990f90c |
9
data.lua
9
data.lua
@@ -5,6 +5,13 @@ data.raw["recipe"]["electric-furnace"].ingredients = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
-- Change Fast Inserter
|
-- Change Fast Inserter
|
||||||
|
-- Because we can somehow wrangle one plate into an inserter lol. anyway
|
||||||
data.raw["recipe"]["fast-inserter"].ingredients = {
|
data.raw["recipe"]["fast-inserter"].ingredients = {
|
||||||
{type = "item", name = "iron-plate", amount = 1}
|
{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}
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cap2-easymod",
|
"name": "cap2-easymod",
|
||||||
"version": "0.4.0",
|
"version": "0.5.0",
|
||||||
"title": "Capitalism Game 2 Recipes",
|
"title": "Capitalism Game 2 Recipes",
|
||||||
"author": "unfunny",
|
"author": "unfunny",
|
||||||
"factorio_version": "2.0",
|
"factorio_version": "2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user