mars quartzite, fix tetramethoxysilane #2898
This commit is contained in:
@@ -162,6 +162,9 @@ function registerTFGMarsBlockTags(event) {
|
||||
event.add('ad_astra:mars_stone_replaceables', 'tfc:rock/raw/shale')
|
||||
event.add('ad_astra:mars_stone_replaceables', 'tfc:rock/hardened/shale')
|
||||
event.add('ad_astra:mars_stone_replaceables', 'tfc:rock/gravel/shale')
|
||||
event.add('ad_astra:mars_stone_replaceables', 'tfc:rock/raw/quartzite')
|
||||
event.add('ad_astra:mars_stone_replaceables', 'tfc:rock/hardened/quartzite')
|
||||
event.add('ad_astra:mars_stone_replaceables', 'tfc:rock/gravel/quartzite')
|
||||
event.add('ad_astra:mars_stone_replaceables', 'ad_astra:mars_stone')
|
||||
event.add('ad_astra:mars_stone_replaceables', 'tfg:rock/hardened_mars_stone')
|
||||
event.add('ad_astra:mars_stone_replaceables', 'tfg:rock/gravel_mars')
|
||||
|
||||
@@ -221,12 +221,14 @@ function registerTFGInsulationRecipes(event) {
|
||||
.inputFluids(Fluid.of('tfg:tmos', 1000), Fluid.of('gtceu:distilled_water', 2000))
|
||||
.outputFluids(Fluid.of('gtceu:methanol', 4000))
|
||||
.itemOutputs('3x #forge:dusts/silicon_dioxide')
|
||||
.circuit(1)
|
||||
.duration(100)
|
||||
.EUt(GTValues.VA[GTValues.MV])
|
||||
event.recipes.gtceu.large_chemical_reactor('tfg:silica_gel_synthesis')
|
||||
.inputFluids(Fluid.of('tfg:tmos', 1000), Fluid.of('gtceu:ethanol', 2000), Fluid.of('gtceu:distilled_water', 500),
|
||||
Fluid.of('gtceu:hydrochloric_acid', 100))
|
||||
.outputFluids(Fluid.of('tfg:silica_gel', 1000))
|
||||
.circuit(2)
|
||||
.duration(300)
|
||||
.EUt(GTValues.VA[GTValues.IV])
|
||||
event.recipes.gtceu.chemical_reactor('tfg:silica_gel_soaking')
|
||||
|
||||
Reference in New Issue
Block a user