Merge branch 'hv_moon_quest' into feature/space

Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com>
This commit is contained in:
Redeix 2025-05-12 12:28:05 -05:00 committed by GitHub
commit 550f658ac5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -28,6 +28,7 @@ const registerAdAstraRecipes = (event) => {
.duration(1200)
.EUt(480)
event.recipes.gtceu.pyrolyse_oven('gtceu:pyrolose_vitrified_asbestos_dust')
.inputFluids(Fluid.of('gtceu:nitrogen', 100))
.itemInputs('gtceu:asbestos_dust')
@ -81,7 +82,8 @@ const registerAdAstraRecipes = (event) => {
'4x ad_astra:rocket_fin',
'1x ad_astra:steel_engine',
'1x ad_astra:rocket_nose_cone',
'16x #forge:insulation_t1')
'16x #forge:insulation_t1'
)
.inputFluids(Fluid.of('gtceu:silicon', 576))
.itemOutputs('ad_astra:tier_1_rocket')
.duration(1200)

View file

@ -36,6 +36,7 @@ const registerAdAstraItemTags = (event) => {
event.add('forge:cobblestone', 'ad_astra:mercury_cobblestone')
event.add('forge:cobblestone', 'ad_astra:glacio_cobblestone')
// Insulation Tier 1
event.add('forge:insulation_t1', 'gtceu:borosilicate_glass_dust')