Fixed barrels and input

This commit is contained in:
Sebastian Seedorf
2022-08-19 16:37:55 +02:00
parent 58c3b1a3c3
commit ce682a6939
8 changed files with 224 additions and 24 deletions

View File

@@ -71,5 +71,124 @@
"/Solid_fuel": 1
}
}
},
{
"name": "Crude oil barrel",
"href": "/Crude_oil_barrel",
"image": "/images/thumb/Crude_oil_barrel.png/32px-Crude_oil_barrel.png",
"recipe": {
"prerequisites": {
"/Empty_barrel": 1,
"/Crude_oil": 50
},
"time": 0.2,
"output": {
"/Crude_oil_barrel": 1
}
}
},
{
"name": "Heavy oil barrel",
"href": "/Heavy_oil_barrel",
"image": "/images/thumb/Heavy_oil_barrel.png/32px-Heavy_oil_barrel.png",
"recipe": {
"prerequisites": {
"/Empty_barrel": 1,
"/Heavy_oil": 50
},
"time": 0.2,
"output": {
"/Heavy_oil_barrel": 1
}
}
},
{
"name": "Light oil barrel",
"href": "/Light_oil_barrel",
"image": "/images/thumb/Light_oil_barrel.png/32px-Light_oil_barrel.png",
"recipe": {
"prerequisites": {
"/Empty_barrel": 1,
"/Light_oil": 50
},
"time": 0.2,
"output": {
"/Light_oil_barrel": 1
}
}
},
{
"name": "Lubricant barrel",
"href": "/Lubricant_barrel",
"image": "/images/thumb/Lubricant_barrel.png/32px-Lubricant_barrel.png",
"recipe": {
"prerequisites": {
"/Empty_barrel": 1,
"/Lubricant": 50
},
"time": 0.2,
"output": {
"/Lubricant_barrel": 1
}
}
},
{
"name": "Petroleum gas barrel",
"href": "/Petroleum_gas_barrel",
"image": "/images/thumb/Petroleum_gas_barrel.png/32px-Petroleum_gas_barrel.png",
"recipe": {
"prerequisites": {
"/Empty_barrel": 1,
"/Petroleum_gas": 50
},
"time": 0.2,
"output": {
"/Petroleum_gas_barrel": 1
}
}
},
{
"name": "Sulfuric acid barrel",
"href": "/Sulfuric_acid_barrel",
"image": "/images/thumb/Sulfuric_acid_barrel.png/32px-Sulfuric_acid_barrel.png",
"recipe": {
"prerequisites": {
"/Empty_barrel": 1,
"/Sulfuric_acid": 50
},
"time": 0.2,
"output": {
"/Sulfuric_acid_barrel": 1
}
}
},
{
"name": "Water barrel",
"href": "/Water_barrel",
"image": "/images/thumb/Water_barrel.png/32px-Water_barrel.png",
"recipe": {
"prerequisites": {
"/Empty_barrel": 1,
"/Water": 50
},
"time": 0.2,
"output": {
"/Water_barrel": 1
}
}
},
{
"name": "Steam",
"href": "/Steam",
"image": "/images/thumb/Steam.png/32px-Steam.png",
"recipe": {
"prerequisites": {
"/Water": 1
},
"time": 0,
"output": {
"/Steam": 1
}
}
}
]