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

@ -135,5 +135,4 @@ function registerGTCEUFluidTags(event) {
event.add("c:hidden_from_recipe_viewers", "gtceu:blaze");
event.add("c:hidden_from_recipe_viewers", "gtceu:thorium");
event.add('firmalife:usable_in_mixing_bowl', 'gtceu:concrete')
}
}