Upload 0.6.0
This commit is contained in:
24
data.lua
24
data.lua
@@ -15,3 +15,27 @@ data.raw["recipe"]["advanced-circuit"].ingredients = {
|
|||||||
{type="item", name="electronic-circuit", amount=1},
|
{type="item", name="electronic-circuit", amount=1},
|
||||||
{type="item", name="plastic-bar", amount=1}
|
{type="item", name="plastic-bar", amount=1}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- Change Fast Splitter
|
||||||
|
data.raw["recipe"]["fast-splitter"].ingredients = {
|
||||||
|
{type="item", name="splitter", amount=1},
|
||||||
|
{type="item", name="electronic-circuit", amount=10},
|
||||||
|
{type="item", name="iron-gear-wheel", amount=5}
|
||||||
|
}
|
||||||
|
|
||||||
|
-- Change Fast Underground Belt
|
||||||
|
data.raw["recipe"]["fast-underground-belt"].ingredients = {
|
||||||
|
{type="item", name="underground-belt", amount=5},
|
||||||
|
{type="item", name="iron-gear-wheel", amount=20}
|
||||||
|
}
|
||||||
|
|
||||||
|
-- Change Fast Transport Belt
|
||||||
|
data.raw["recipe"]["fast-transport-belt"].ingredients = {
|
||||||
|
{type="item", name="transport-belt", amount=1},
|
||||||
|
{type="item", name="iron-gear-wheel", amount=1}
|
||||||
|
}
|
||||||
|
|
||||||
|
-- Change Solar Panel
|
||||||
|
data.raw["recipe"]["solar-panel"].ingredients = {
|
||||||
|
{type="item", name="iron-gear-wheel", amount=5}
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cap2-easymod",
|
"name": "cap2-easymod",
|
||||||
"version": "0.5.0",
|
"version": "0.6.0",
|
||||||
"title": "Capitalism Game 2 Recipes",
|
"title": "Capitalism Game 2 Recipes",
|
||||||
"author": "unfunny",
|
"author": "unfunny",
|
||||||
"factorio_version": "2.0",
|
"factorio_version": "2.0",
|
||||||
|
|||||||
BIN
thumbnail.png
Normal file
BIN
thumbnail.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
Reference in New Issue
Block a user