sea and spring water now also freeze in space

This commit is contained in:
Pyritie 2025-07-01 22:09:48 +01:00
parent 6ae5664887
commit aab85119a9

View file

@ -25,6 +25,11 @@ const registerAdAstraFluidTags = (event) => {
event.add('ad_astra:tier_1_rover_fuel', 'gtceu:gasoline') event.add('ad_astra:tier_1_rover_fuel', 'gtceu:gasoline')
event.add('ad_astra:tier_1_rover_fuel', 'gtceu:high_octane_gasoline') event.add('ad_astra:tier_1_rover_fuel', 'gtceu:high_octane_gasoline')
event.add('ad_astra:freezes_in_space', 'tfc:salt_water')
event.add('ad_astra:freezes_in_space', 'tfc:spring_water')
event.add('ad_astra:evaporates_in_space', 'tfc:salt_water')
event.add('ad_astra:evaporates_in_space', 'tfc:spring_water')
global.BREATHABLE_COMPRESSED_AIRS.forEach(x => { global.BREATHABLE_COMPRESSED_AIRS.forEach(x => {
event.add('ad_astra:zip_gun_propellants', x) event.add('ad_astra:zip_gun_propellants', x)
}) })