Fluid tag unification (#2194)
* eslint change * utility scripts * cleanup * beaker fluid change
This commit is contained in:
parent
bcd423e824
commit
fbc456723d
6 changed files with 160 additions and 76 deletions
|
|
@ -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')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue