adding tooltips to lots of item/fluid containers

This commit is contained in:
Pyritie 2025-11-30 17:46:53 +00:00
parent 132d897043
commit c3017574b3
3 changed files with 52 additions and 1 deletions

View file

@ -703,6 +703,8 @@ function registerTFCFluidTags(event) {
// Can use only neutral fluids.
event.add('tfc:usable_in_barrel', '#forge:neutral_fluids');
event.add('tfc:usable_in_wooden_bucket', '#forge:neutral_fluids');
// Ceramic jugs and glass bottles
event.add('tfc:usable_in_jug', '#forge:neutral_fluids');
event.add('firmalife:usable_in_mixing_bowl', '#forge:neutral_fluids');
// All fluids are given the '#tfg:not_solid' tag incase we have a use for them regardless of state.