some tiny changes
This commit is contained in:
parent
8c77b72369
commit
0eb939f09d
3 changed files with 22 additions and 11 deletions
|
|
@ -160,7 +160,7 @@ const registerFirmaLifeRecipes = (event) => {
|
|||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
.category(GTRecipeCategories.INGOT_MOLDING)
|
||||
|
||||
event.recipes.gtceu.assembler('firmalife:cork')
|
||||
event.recipes.gtceu.chemical_bath('firmalife:cork')
|
||||
.itemInputs('firmalife:treated_lumber')
|
||||
.inputFluids(Fluid.of('tfc:limewater', 1000))
|
||||
.itemOutputs('8x firmalife:cork')
|
||||
|
|
|
|||
|
|
@ -45,13 +45,25 @@ function registerTFGMarsRecipes(event) {
|
|||
.outputFluids(Fluid.of('tfg:semiheavy_water', 500))
|
||||
.itemOutputs('2x #forge:tiny_dusts/ammonium_chloride')
|
||||
.duration(20*9)
|
||||
.EUt(GTValues.VA[GTValues.MV])
|
||||
.EUt(GTValues.VHA[GTValues.ULV])
|
||||
|
||||
event.recipes.vintageimprovements.centrifugation([Fluid.of('tfg:semiheavy_water', 500), '2x #forge:tiny_dusts/ammonium_chloride'], Fluid.of('tfg:semiheavy_ammoniacal_water', 1000))
|
||||
.processingTime(200 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER)
|
||||
.id('tfg:vi/centrifuge_mars_semiheavy_water')
|
||||
|
||||
event.recipes.gtceu.distillery('mars_semiheavy_water')
|
||||
.inputFluids(Fluid.of('tfg:semiheavy_ammoniacal_water', 1000))
|
||||
.outputFluids(Fluid.of('minecraft:water', 250))
|
||||
.duration(20*5)
|
||||
.EUt(GTValues.VA[GTValues.MV])
|
||||
.EUt(GTValues.VA[GTValues.LV])
|
||||
|
||||
event.recipes.vintageimprovements.vacuumizing(
|
||||
[Fluid.of('minecraft:water', 250), Fluid.of('gtceu:ammonia', 250)],
|
||||
Fluid.of('tfg:semiheavy_ammoniacal_water', 1000))
|
||||
.secondaryFluidOutput(1)
|
||||
.processingTime(300)
|
||||
.heated()
|
||||
.id('tfg:vacummizing/mars_water')
|
||||
|
||||
// Mars plants
|
||||
|
||||
|
|
@ -263,12 +275,4 @@ function registerTFGMarsRecipes(event) {
|
|||
.processingTime(1000)
|
||||
.heated()
|
||||
.id('tfg:vacuumizing/mars_latex')
|
||||
|
||||
event.recipes.vintageimprovements.vacuumizing(
|
||||
[Fluid.of('minecraft:water', 250), Fluid.of('gtceu:ammonia', 250)],
|
||||
Fluid.of('tfg:semiheavy_ammoniacal_water', 1000))
|
||||
.secondaryFluidOutput(1)
|
||||
.processingTime(300)
|
||||
.heated()
|
||||
.id('tfg:vacummizing/mars_water')
|
||||
}
|
||||
|
|
@ -152,6 +152,13 @@ const registerTFGFluidTags = (event) => {
|
|||
event.add('tfc:any_drinkables', 'tfg:semiheavy_ammoniacal_water')
|
||||
event.add('tfc:ingredients', 'tfg:semiheavy_ammoniacal_water')
|
||||
event.add('minecraft:water', 'tfg:semiheavy_ammoniacal_water')
|
||||
|
||||
event.add('tfc:any_water', 'tfg:semiheavy_water')
|
||||
event.add('tfc:hydrating', 'tfg:semiheavy_water')
|
||||
event.add('tfc:drinkables', 'tfg:semiheavy_water')
|
||||
event.add('tfc:any_drinkables', 'tfg:semiheavy_water')
|
||||
event.add('tfc:ingredients', 'tfg:semiheavy_water')
|
||||
event.add('minecraft:water', 'tfg:semiheavy_water')
|
||||
|
||||
event.add('tfc:drinkables', 'tfg:proto_growth_medium')
|
||||
event.add('tfc:any_drinkables', 'tfg:proto_growth_medium')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue