reduced recipe duration of biodiesel recipes
This commit is contained in:
parent
89d74ee72d
commit
081aac2a4f
2 changed files with 11 additions and 10 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Changes
|
### Changes
|
||||||
|
- Reduced duration of biodiesel recipes @Pyritie
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
- Fixed butchery knife crafting recipe (#1405) @Pyritie
|
- Fixed butchery knife crafting recipe (#1405) @Pyritie
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -550,68 +550,68 @@ function registerTFGMiscellaneousRecipes(event) {
|
||||||
.inputFluids(JsonIO.of({ amount: 1000, value: { tag: "tfc:alcohols" } }))
|
.inputFluids(JsonIO.of({ amount: 1000, value: { tag: "tfc:alcohols" } }))
|
||||||
.inputFluids(Fluid.of('gtceu:seed_oil', 6000))
|
.inputFluids(Fluid.of('gtceu:seed_oil', 6000))
|
||||||
.outputFluids(Fluid.of('gtceu:bio_diesel', 6000))
|
.outputFluids(Fluid.of('gtceu:bio_diesel', 6000))
|
||||||
.duration(20 * 30)
|
.duration(20 * 10)
|
||||||
.EUt(GTValues.VHA[GTValues.ULV])
|
.EUt(GTValues.VHA[GTValues.ULV])
|
||||||
|
|
||||||
event.recipes.gtceu.chemical_reactor(`olive_oil_alcohol_biodiesel`)
|
event.recipes.gtceu.chemical_reactor(`olive_oil_alcohol_biodiesel`)
|
||||||
.inputFluids(JsonIO.of({ amount: 1000, value: { tag: "tfc:alcohols" } }))
|
.inputFluids(JsonIO.of({ amount: 1000, value: { tag: "tfc:alcohols" } }))
|
||||||
.inputFluids(Fluid.of('tfc:olive_oil', 4000))
|
.inputFluids(Fluid.of('tfc:olive_oil', 4000))
|
||||||
.outputFluids(Fluid.of('gtceu:bio_diesel', 6000))
|
.outputFluids(Fluid.of('gtceu:bio_diesel', 6000))
|
||||||
.duration(20 * 30)
|
.duration(20 * 10)
|
||||||
.EUt(GTValues.VHA[GTValues.ULV])
|
.EUt(GTValues.VHA[GTValues.ULV])
|
||||||
|
|
||||||
event.recipes.gtceu.chemical_reactor(`soybean_oil_alcohol_biodiesel`)
|
event.recipes.gtceu.chemical_reactor(`soybean_oil_alcohol_biodiesel`)
|
||||||
.inputFluids(JsonIO.of({ amount: 1000, value: { tag: "tfc:alcohols" } }))
|
.inputFluids(JsonIO.of({ amount: 1000, value: { tag: "tfc:alcohols" } }))
|
||||||
.inputFluids(Fluid.of('firmalife:soybean_oil', 4000))
|
.inputFluids(Fluid.of('firmalife:soybean_oil', 4000))
|
||||||
.outputFluids(Fluid.of('gtceu:bio_diesel', 6000))
|
.outputFluids(Fluid.of('gtceu:bio_diesel', 6000))
|
||||||
.duration(20 * 30)
|
.duration(20 * 10)
|
||||||
.EUt(GTValues.VHA[GTValues.ULV])
|
.EUt(GTValues.VHA[GTValues.ULV])
|
||||||
|
|
||||||
event.recipes.gtceu.chemical_reactor(`fish_oil_alcohol_biodiesel`)
|
event.recipes.gtceu.chemical_reactor(`fish_oil_alcohol_biodiesel`)
|
||||||
.inputFluids(JsonIO.of({ amount: 1000, value: { tag: "tfc:alcohols" } }))
|
.inputFluids(JsonIO.of({ amount: 1000, value: { tag: "tfc:alcohols" } }))
|
||||||
.inputFluids(Fluid.of('gtceu:fish_oil', 6000))
|
.inputFluids(Fluid.of('gtceu:fish_oil', 6000))
|
||||||
.outputFluids(Fluid.of('gtceu:bio_diesel', 6000))
|
.outputFluids(Fluid.of('gtceu:bio_diesel', 6000))
|
||||||
.duration(20 * 30)
|
.duration(20 * 10)
|
||||||
.EUt(GTValues.VHA[GTValues.ULV])
|
.EUt(GTValues.VHA[GTValues.ULV])
|
||||||
|
|
||||||
event.recipes.gtceu.chemical_reactor(`olive_oil_ethanol_biodiesel`)
|
event.recipes.gtceu.chemical_reactor(`olive_oil_ethanol_biodiesel`)
|
||||||
.inputFluids(Fluid.of('tfc:olive_oil', 4000), Fluid.of('gtceu:ethanol', 1000))
|
.inputFluids(Fluid.of('tfc:olive_oil', 4000), Fluid.of('gtceu:ethanol', 1000))
|
||||||
.itemInputs('#forge:tiny_dusts/sodium_hydroxide')
|
.itemInputs('#forge:tiny_dusts/sodium_hydroxide')
|
||||||
.outputFluids(Fluid.of('gtceu:glycerol'), Fluid.of('gtceu:bio_diesel', 6000))
|
.outputFluids(Fluid.of('gtceu:glycerol'), Fluid.of('gtceu:bio_diesel', 6000))
|
||||||
.duration(20 * 30)
|
.duration(20 * 10)
|
||||||
.EUt(GTValues.VHA[GTValues.LV])
|
.EUt(GTValues.VHA[GTValues.LV])
|
||||||
|
|
||||||
event.recipes.gtceu.chemical_reactor(`olive_oil_methanol_biodiesel`)
|
event.recipes.gtceu.chemical_reactor(`olive_oil_methanol_biodiesel`)
|
||||||
.inputFluids(Fluid.of('tfc:olive_oil', 4000), Fluid.of('gtceu:methanol', 1000))
|
.inputFluids(Fluid.of('tfc:olive_oil', 4000), Fluid.of('gtceu:methanol', 1000))
|
||||||
.itemInputs('#forge:tiny_dusts/sodium_hydroxide')
|
.itemInputs('#forge:tiny_dusts/sodium_hydroxide')
|
||||||
.outputFluids(Fluid.of('gtceu:glycerol'), Fluid.of('gtceu:bio_diesel', 6000))
|
.outputFluids(Fluid.of('gtceu:glycerol'), Fluid.of('gtceu:bio_diesel', 6000))
|
||||||
.duration(20 * 30)
|
.duration(20 * 10)
|
||||||
.EUt(GTValues.VHA[GTValues.LV])
|
.EUt(GTValues.VHA[GTValues.LV])
|
||||||
|
|
||||||
event.recipes.gtceu.chemical_reactor(`soybean_oil_ethanol_biodiesel`)
|
event.recipes.gtceu.chemical_reactor(`soybean_oil_ethanol_biodiesel`)
|
||||||
.inputFluids(Fluid.of('firmalife:soybean_oil', 4000), Fluid.of('gtceu:ethanol', 1000))
|
.inputFluids(Fluid.of('firmalife:soybean_oil', 4000), Fluid.of('gtceu:ethanol', 1000))
|
||||||
.itemInputs('#forge:tiny_dusts/sodium_hydroxide')
|
.itemInputs('#forge:tiny_dusts/sodium_hydroxide')
|
||||||
.outputFluids(Fluid.of('gtceu:glycerol'), Fluid.of('gtceu:bio_diesel', 6000))
|
.outputFluids(Fluid.of('gtceu:glycerol'), Fluid.of('gtceu:bio_diesel', 6000))
|
||||||
.duration(20 * 30)
|
.duration(20 * 10)
|
||||||
.EUt(GTValues.VHA[GTValues.LV])
|
.EUt(GTValues.VHA[GTValues.LV])
|
||||||
|
|
||||||
event.recipes.gtceu.chemical_reactor(`soybean_oil_methanol_biodiesel`)
|
event.recipes.gtceu.chemical_reactor(`soybean_oil_methanol_biodiesel`)
|
||||||
.inputFluids(Fluid.of('firmalife:soybean_oil', 4000), Fluid.of('gtceu:methanol', 1000))
|
.inputFluids(Fluid.of('firmalife:soybean_oil', 4000), Fluid.of('gtceu:methanol', 1000))
|
||||||
.itemInputs('#forge:tiny_dusts/sodium_hydroxide')
|
.itemInputs('#forge:tiny_dusts/sodium_hydroxide')
|
||||||
.outputFluids(Fluid.of('gtceu:glycerol'), Fluid.of('gtceu:bio_diesel', 6000))
|
.outputFluids(Fluid.of('gtceu:glycerol'), Fluid.of('gtceu:bio_diesel', 6000))
|
||||||
.duration(20 * 30)
|
.duration(20 * 10)
|
||||||
.EUt(GTValues.VHA[GTValues.LV])
|
.EUt(GTValues.VHA[GTValues.LV])
|
||||||
|
|
||||||
event.recipes.gtceu.extractor(`rapeseed_oil`)
|
event.recipes.gtceu.extractor(`rapeseed_oil`)
|
||||||
.itemInputs('tfg:rapeseed_product')
|
.itemInputs('tfg:rapeseed_product')
|
||||||
.outputFluids(Fluid.of('gtceu:seed_oil', 600))
|
.outputFluids(Fluid.of('gtceu:seed_oil', 600))
|
||||||
.duration(20 * 30)
|
.duration(20 * 5)
|
||||||
.EUt(GTValues.VHA[GTValues.ULV])
|
.EUt(GTValues.VHA[GTValues.ULV])
|
||||||
|
|
||||||
event.recipes.gtceu.extractor(`sunflower_oil`)
|
event.recipes.gtceu.extractor(`sunflower_oil`)
|
||||||
.itemInputs('tfg:sunflower_product')
|
.itemInputs('tfg:sunflower_product')
|
||||||
.outputFluids(Fluid.of('gtceu:seed_oil', 350))
|
.outputFluids(Fluid.of('gtceu:seed_oil', 350))
|
||||||
.duration(20 * 30)
|
.duration(20 * 5)
|
||||||
.EUt(GTValues.VHA[GTValues.ULV])
|
.EUt(GTValues.VHA[GTValues.ULV])
|
||||||
|
|
||||||
event.recipes.tfc.barrel_sealed(1000)
|
event.recipes.tfc.barrel_sealed(1000)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue