#minecraft:water is every fluid

7 messages · Page 1 of 1 (latest)

cold quail
#

damn near ever fluid in my modpack is tagged minecraft:water. I want to remove all of them from that tag and then add water back to that tag. How to do?

honest depotBOT
#

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

vagrant flint
#

this oughta do it.

ServerEvents.tags('fluid', event => {
    event.removeAll('minecraft:water')
    event.add('minecraft:water', 'minecraft:water')
    event.add('minecraft:water', 'minecraft:flowing_water')
})
river ingot
#

be careful with that, iirc that tag does a lot of heavy lifting making fluids behave like water

prisma cosmos
#

You are probably best leaving it and adding your own tag

#

Close this ticket if your original problem has been fixed

sonic ospreyBOT
#

Please close your ticket (with </ticket close:1054771505520717835> or the button atop this thread) once you resolved your issue! This also helps others that would like to help out, as they don't have to look into this thread to check if it has been resolved by now.

Do you have any other questions regarding your issue? Feel free to ask!
Note: You should generally create a new post for unrelated issues.