Tweaked the ingredient values for each building, recipe and research
This commit is contained in:
@@ -11,11 +11,11 @@
|
||||
"inputs": [
|
||||
{
|
||||
"item": "stone",
|
||||
"amount": 1
|
||||
"amount": 8
|
||||
},
|
||||
{
|
||||
"item": "coal",
|
||||
"amount": 1
|
||||
"amount": 4
|
||||
}
|
||||
],
|
||||
"research": "basics",
|
||||
@@ -27,11 +27,11 @@
|
||||
"inputs": [
|
||||
{
|
||||
"item": "copper_ore",
|
||||
"amount": 1
|
||||
"amount": 12
|
||||
},
|
||||
{
|
||||
"item": "rope",
|
||||
"amount": 1
|
||||
"amount": 4
|
||||
}
|
||||
],
|
||||
"research": "stoneage",
|
||||
@@ -43,11 +43,11 @@
|
||||
"inputs": [
|
||||
{
|
||||
"item": "copper_ingot",
|
||||
"amount": 1
|
||||
"amount": 6
|
||||
},
|
||||
{
|
||||
"item": "tin_ingot",
|
||||
"amount": 1
|
||||
"amount": 4
|
||||
}
|
||||
],
|
||||
"research": "copperage",
|
||||
@@ -59,15 +59,15 @@
|
||||
"inputs": [
|
||||
{
|
||||
"item": "bronze_ingot",
|
||||
"amount": 1
|
||||
"amount": 8
|
||||
},
|
||||
{
|
||||
"item": "dynamo_v1",
|
||||
"amount": 1
|
||||
"amount": 2
|
||||
},
|
||||
{
|
||||
"item": "battery_v1",
|
||||
"amount": 1
|
||||
"amount": 3
|
||||
}
|
||||
],
|
||||
"research": "bronzeage",
|
||||
|
||||
Reference in New Issue
Block a user