
Better Tags
The Better Tags modification significantly expands the capabilities of working with tags in Minecraft by adding a convenient exclusion function for individual elements. Now you can easily remove specific items or blocks from any tag using the special exclusion symbol !
.
How does it work?
Imagine a situation: you need to remove the minecraft:oak_log
block from the #minecraft:logs
tag. Previously, this required complex manipulations, but now everything has become much simpler:
{
"replace": false,
"value": [
"!minecraft:oak_log"
]
}
It's enough to simply specify any element with the !
prefix, and it will be automatically excluded from the corresponding tag.
Main advantages
- Exclusion support works not only for individual elements but also for tags themselves
- The modification is completely safe: if the specified excluded element doesn't exist in the tag, the system won't cause loading errors
- Ease of use - just one symbol is needed to implement complex exclusion logic
Version support
The modification will support older game versions after the stable version is fully ready and tested.