2
0
forked from Retro/cap1-mod

Upload 0.6.0

This commit is contained in:
2025-12-21 21:10:17 -05:00
parent c8f990f90c
commit 6be39fed0c
3 changed files with 25 additions and 1 deletions

View File

@@ -15,3 +15,27 @@ data.raw["recipe"]["advanced-circuit"].ingredients = {
{type="item", name="electronic-circuit", 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}
}

View File

@@ -1,6 +1,6 @@
{
"name": "cap2-easymod",
"version": "0.5.0",
"version": "0.6.0",
"title": "Capitalism Game 2 Recipes",
"author": "unfunny",
"factorio_version": "2.0",

BIN
thumbnail.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB