Tallow and fish oil changes for 0.11.9 (#2318)
* reverted tallowate to fish oil, added tallow to biodiesel recipe, removed tallow to fish oil recipe * added tallow boiler recipe, buffed fish oil extraction from fish * added tallow to firmalife:oils * added tallow ethanol and methanol biodiesel recipes
This commit is contained in:
parent
c5ca371764
commit
f900e517af
4 changed files with 40 additions and 11 deletions
|
|
@ -62,26 +62,24 @@ function registerTFGBoilerRecipes(event) {
|
|||
.duration(200)
|
||||
.dimension('minecraft:overworld')
|
||||
|
||||
// fish oil (aka tallowate) extraction
|
||||
event.recipes.gtceu.steam_boiler('tfg:tallow')
|
||||
.inputFluids(Fluid.of('tfc:tallow', 160))
|
||||
.duration(200)
|
||||
.dimension('minecraft:overworld')
|
||||
|
||||
// fish oil extraction
|
||||
event.recipes.gtceu.extractor(`tfg:fish_oil`)
|
||||
.itemInputs('#minecraft:fishes')
|
||||
.outputFluids(Fluid.of('gtceu:fish_oil', 200))
|
||||
.outputFluids(Fluid.of('gtceu:fish_oil', 400))
|
||||
.duration(40)
|
||||
.EUt(4)
|
||||
|
||||
event.recipes.gtceu.extractor(`tfg:tallow`)
|
||||
.itemInputs('tfc:blubber')
|
||||
.outputFluids(Fluid.of('tfc:tallow', 200))
|
||||
.outputFluids(Fluid.of('tfc:tallow', 400))
|
||||
.duration(40)
|
||||
.EUt(4)
|
||||
|
||||
// you get tallow from killing things like orcas, so this seems close enough
|
||||
event.recipes.gtceu.mixer('tallow_to_fish_oil')
|
||||
.inputFluids('tfc:tallow 100', 'tfc:lye 100')
|
||||
.outputFluids('gtceu:fish_oil 200')
|
||||
.duration(100)
|
||||
.EUt(4)
|
||||
|
||||
// Seed oil
|
||||
event.recipes.gtceu.extractor(`tfg:seed_oil`)
|
||||
.itemInputs('#tfc:seeds')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue