Fluid tag unification (#2194)

* eslint change

* utility scripts

* cleanup

* beaker fluid change
This commit is contained in:
Redeix 2025-11-09 12:22:17 -06:00 committed by GitHub
parent bcd423e824
commit fbc456723d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 160 additions and 76 deletions

View file

@ -76,13 +76,15 @@ const registerFirmaLifeFluidTags = (event) => {
event.add('c:hidden_from_recipe_viewers', 'firmalife:metal/chromium')
event.add('c:hidden_from_recipe_viewers', 'firmalife:chocolate')
// Im going to leave these, but I dont think this tag does anything(?).
event.add('firmalife:mixable', 'tfc:spring_water')
event.add('firmalife:mixable', 'tfcchannelcasting:white_chocolate')
event.add('firmalife:mixable', 'tfcchannelcasting:milk_chocolate')
event.add('firmalife:mixable', 'tfcchannelcasting:dark_chocolate')
event.add('firmalife:mixable', 'afc:maple_syrup')
event.add('firmalife:mixable', 'afc:birch_syrup')
event.add('firmalife:usable_in_mixing_bowl', 'gtceu:seed_oil')
event.add('firmalife:oils', 'gtceu:seed_oil')
event.add('firmalife:oils', 'gtceu:fish_oil')
event.add('firmalife:oils', 'tfg:triglyceride_oil')
}