#How to remove tag from fluid

16 messages · Page 1 of 1 (latest)

shut forum
#

How can I remove a tag from fluids?

minor loomBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

sonic niche
#

should be the same way you remove it from an item

visual karma
#
ServerEvents.tags('fluid', event => {
    event.remove('minecraft:liquidtag', [
        'minecraft:water',
    ])
})```
shut forum
#

Thanks

shut forum
visual karma
#

theres a cool mod called "better tag tips" that lets you see tags better by shift clicking btw

shut forum
#

I just use COFH core, it helps me see tags, at least in my modpack

shut forum
visual karma
#

no hashtags in this js event.remove('minecraft:liquidtag', [

#

if you wanted to insert a hashtag in the list like so then yes itd define tags js [ '#minecraft:water', ])

shut forum
#

Can't I do this as well?

 
  event.remove('minecraft:water', 'namespace:fluid_name')```
visual karma
#

sure

shut forum
#

sounds good, i'll test it out when i can