Fixes a bug
This commit is contained in:
4
data.lua
4
data.lua
@@ -73,6 +73,6 @@ data.raw["recipe"]["military-science-pack"].ingredients = {
|
|||||||
}
|
}
|
||||||
--MUCH cheaper than vanilla, MUCH more expensive than this mod
|
--MUCH cheaper than vanilla, MUCH more expensive than this mod
|
||||||
data.raw["recipe"]["bulk-inserter"].ingredients = {
|
data.raw["recipe"]["bulk-inserter"].ingredients = {
|
||||||
{type="item", name="electronic-circuit", amount=10}
|
{type="item", name="electronic-circuit", amount=10},
|
||||||
{type="item", name="iron-gear-wheel", amount=5},
|
{type="item", name="iron-gear-wheel", amount=5}
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cap2-easymod",
|
"name": "cap2-easymod",
|
||||||
"version": "0.7.8",
|
"version": "0.7.9",
|
||||||
"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