adding tooltips to lots of item/fluid containers
This commit is contained in:
parent
132d897043
commit
c3017574b3
3 changed files with 52 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue