Merge branch 'hv_moon_quest' into feature/space
Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com>
This commit is contained in:
commit
550f658ac5
2 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue