changed dry ice and calorie paste recipes (#1201)
* - Lots of food stuff * Updated Changelog * Changed dry ice and calorie paste recipes * Update recipes.miscellaneous.js Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> --------- Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com>
This commit is contained in:
parent
c567450875
commit
5ef550f0c2
2 changed files with 10 additions and 3 deletions
|
|
@ -511,7 +511,7 @@ function registerTFGFoodRecipes(event) {
|
|||
|
||||
processorRecipeText('calorie_paste', 100, 512, "tfg.food_recipe.freeze_drying", {
|
||||
circuit: 8,
|
||||
itemInputs: ['firmalife:food/soybean_paste', 'tfg:foil_pack'],
|
||||
itemInputs: ['firmalife:food/soybean_paste', 'tfg:foil_pack', '2x gtceu:small_meat_dust'],
|
||||
itemOutputs: ['tfg:food/calorie_paste'],
|
||||
fluidInputs: [Fluid.of('gtceu:fermented_biomass', 40)],
|
||||
itemOutputProvider: TFC.isp.of('tfg:food/calorie_paste').copyOldestFood().addTrait('tfg:freeze_dried'),
|
||||
|
|
|
|||
|
|
@ -432,11 +432,18 @@ function registerTFGMiscellaneousRecipes(event) {
|
|||
.circuit(4)
|
||||
.EUt(GTValues.VA[GTValues.MV])
|
||||
|
||||
event.recipes.gtceu.compressor('tfg:compressor/dry_ice')
|
||||
event.recipes.gtceu.fluid_solidifier('tfg:fluid_solidifier/dry_ice')
|
||||
.inputFluids(Fluid.of('gtceu:carbon_dioxide', 1000))
|
||||
.notConsumable('gtceu:block_casting_mold')
|
||||
.itemOutputs('2x tfg:dry_ice')
|
||||
.duration(100)
|
||||
.EUt(GTValues.VA[GTValues.MV])
|
||||
|
||||
event.recipes.gtceu.vacuum_freezer('tfg:vacuum_freezer/dry_ice')
|
||||
.inputFluids(Fluid.of('gtceu:carbon_dioxide', 1000))
|
||||
.notConsumable('gtceu:block_casting_mold')
|
||||
.itemOutputs('10x tfg:dry_ice')
|
||||
.duration(100)
|
||||
.circuit(4)
|
||||
.EUt(GTValues.VA[GTValues.MV])
|
||||
|
||||
event.recipes.gtceu.chemical_reactor('tfg:chemical_reactor/decompress_dry_ice')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue