removed deuterium and carbon monoxide from mars air distillation since other air recipes are only like 5-7 tall, not 9
This commit is contained in:
parent
76510dbf14
commit
32447550ba
3 changed files with 4 additions and 3 deletions
|
|
@ -651,6 +651,9 @@ function removeGTCEURecipes(event) {
|
|||
|
||||
removeMaceratorRecipe(event, 'macerate_wool')
|
||||
|
||||
event.remove({ id: 'gtceu:gas_collector/nether_air' })
|
||||
event.remove({ id: 'gtceu:gas_collector/ender_air' })
|
||||
|
||||
event.remove({ id: 'gtceu:centrifuge/decomposition_centrifuging__fireclay' })
|
||||
event.remove({ id: 'gtceu:centrifuge/decomposition_centrifuging__ender_eye' })
|
||||
|
||||
|
|
|
|||
|
|
@ -69,12 +69,10 @@ function registerTFGSpaceRecipes(event) {
|
|||
event.recipes.gtceu.distillation_tower('tfg:distill_liquid_mars_air')
|
||||
.inputFluids(Fluid.of('tfg:liquid_mars_air', 100000))
|
||||
.outputFluids(Fluid.of('gtceu:carbon_dioxide', 80000))
|
||||
.outputFluids(Fluid.of('gtceu:carbon_monoxide', 1000))
|
||||
.outputFluids(Fluid.of('gtceu:nitrogen', 7000))
|
||||
.outputFluids(Fluid.of('gtceu:argon', 5000))
|
||||
.outputFluids(Fluid.of('gtceu:oxygen', 3000))
|
||||
.outputFluids(Fluid.of('gtceu:krypton', 1000))
|
||||
.outputFluids(Fluid.of('gtceu:deuterium', 1000))
|
||||
.outputFluids(Fluid.of('gtceu:neon', 1000))
|
||||
.outputFluids(Fluid.of('gtceu:xenon', 1000))
|
||||
.chancedOutput('gtceu:ammonium_chloride_dust', 2250, 0)
|
||||
|
|
|
|||
|
|
@ -437,7 +437,7 @@ const registerTFGMaterials = (event) => {
|
|||
.liquid(new GTFluidBuilder().state(GTFluidState.LIQUID).temperature(58))
|
||||
.color('0xD08957')
|
||||
.flags(GTMaterialFlags.DISABLE_DECOMPOSITION)
|
||||
.components('80x carbon_dioxide', '7x nitrogen', '5x argon', '3x oxygen', '1x carbon_monoxide', '1x deuterium', '1x neon', '1x krypton', '1x xenon')
|
||||
.components('80x carbon_dioxide', '7x nitrogen', '5x argon', '3x oxygen', '1x neon', '1x krypton', '1x xenon')
|
||||
|
||||
// #endregion
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue