added recipes for emptying gas tank/space suits

This commit is contained in:
Pyritie 2025-08-11 16:00:19 +01:00
parent 8433029e35
commit 94d37acde2

View file

@ -304,12 +304,18 @@ const registerAdAstraRecipes = (event) => {
B: 'tfg:space_suit_fabric',
D: 'ad_astra:oxygen_gear'
}).id('tfg:space_suit')
event.shapeless('ad_astra:space_suit', ['ad_astra:space_suit'])
.id('tfg:empty_space_suit')
/*
event.recipes.gtceu.assembler('ad_astra:netherite_space_suit')
.itemInputs('ad_astra:space_suit', '5x #forge:plates/tungsten_steel','5x tfg:better_space_suit_fabric')
.itemOutputs('ad_astra:netherite_space_suit')
.duration(400)
.EUt(GTValues.VA[GTValues.IV])
event.shapeless('ad_astra:netherite_space_suit', ['ad_astra:netherite_space_suit'])
.id('tfg:empty_netherite_space_suit')
*/
event.shaped('ad_astra:space_pants', [
'BAB',
@ -367,6 +373,9 @@ const registerAdAstraRecipes = (event) => {
C: 'gtceu:aluminium_fluid_cell'
}).id('tfg:gas_tank')
event.shapeless('ad_astra:gas_tank', ['ad_astra:gas_tank'])
.id('tfg:empty_gas_tank')
event.shaped('ad_astra:large_gas_tank', [
'ABA',
'ACA',
@ -377,6 +386,9 @@ const registerAdAstraRecipes = (event) => {
C: 'gtceu:stainless_steel_fluid_cell'
}).id('tfg:large_gas_tank')
event.shapeless('ad_astra:large_gas_tank', ['ad_astra:large_gas_tank'])
.id('tfg:empty_large_gas_tank')
//#endregion
//#region Machines