added effects to gurman drinks

This commit is contained in:
Pyritie 2025-11-30 21:29:29 +00:00
parent 8cd32a0f60
commit 8a5812b831
11 changed files with 158 additions and 0 deletions

View file

@ -33,6 +33,9 @@ const registerAdAstraFluidTags = (event) => {
event.add('ad_astra:evaporates_in_space', 'tfc:salt_water')
event.add('ad_astra:evaporates_in_space', 'tfc:spring_water')
event.add('ad_astra:evaporates_in_space', '#tfc:alcohols')
event.add('ad_astra:evaporates_in_space', '#tfc:milks')
event.add('ad_astra:evaporates_in_space', '#tfc:dyes')
event.add('ad_astra:evaporates_in_space', '#tfc:drinkables')
global.BREATHABLE_COMPRESSED_AIRS.forEach(x => {
event.add('ad_astra:zip_gun_propellants', x)