Merge pull request #43 from Thomas--S/oil-duplication

Prevent Oil Duplication
master
Joachim Stolberg 2020-11-15 10:28:54 +01:00 committed by GitHub
commit 9ab69c10e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ techage.recipes.add("ta4_doser", {
-- Hydrogenate
techage.recipes.add("ta4_doser", {
output = "techage:bitumen 2",
output = "techage:bitumen 1",
input = {
"techage:fueloil 1",
"techage:hydrogen 1",
@ -55,7 +55,7 @@ techage.recipes.add("ta4_doser", {
})
techage.recipes.add("ta4_doser", {
output = "techage:fueloil 2",
output = "techage:fueloil 1",
input = {
"techage:naphtha 1",
"techage:hydrogen 1",
@ -64,7 +64,7 @@ techage.recipes.add("ta4_doser", {
})
techage.recipes.add("ta4_doser", {
output = "techage:naphtha 2",
output = "techage:naphtha 1",
input = {
"techage:gasoline 1",
"techage:hydrogen 1",