forked from Retro/cap1-mod
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d6b263a990 | |||
| 5269b8a4c6 |
2
data.lua
2
data.lua
@@ -53,7 +53,7 @@ data.raw["recipe"]["small-electric-pole"].ingredients = {
|
|||||||
|
|
||||||
--Make assembly machine 2's cheaper
|
--Make assembly machine 2's cheaper
|
||||||
--THE FACTORY MUST GROW
|
--THE FACTORY MUST GROW
|
||||||
data.raw["recipe"]["assembly-machine-2"].ingredients = {
|
data.raw["recipe"]["assembling-machine-2"].ingredients = {
|
||||||
{type="item", name="iron-gear-wheel", amount=5},
|
{type="item", name="iron-gear-wheel", amount=5},
|
||||||
{type="item", name="iron-plate", amount=5},
|
{type="item", name="iron-plate", amount=5},
|
||||||
{type="item", name="electronic-circuit", amount=3}
|
{type="item", name="electronic-circuit", amount=3}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cap2-easymod",
|
"name": "cap2-easymod",
|
||||||
"version": "0.7.0",
|
"version": "0.7.2",
|
||||||
"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