Inverted Tag Entries
This library mod enables support for inverted entries in tags, providing the ability to exclude specific elements from tags. This is particularly useful when you need to create a tag that includes all elements of another tag, except for a few specific objects.
To create an inverted entry in a tag, simply add an exclamation mark (!) before the element identifier or another tag. Consider an example of a tag that includes all pickaxes from the game, excluding the iron pickaxe:
{
"replace": false,
"values": [
"#minecraft:pickaxes",
"!minecraft:iron_pickaxe"
]
}
It's important to note that this mod is incompatible with Load My F***ing Tags, since the latter's functions are already integrated into Inverted Tag Entries.