
Allow tags to serve as a blacklist for the random material range.
Closed this issue ยท 3 comments
Minecraft Version
1.20.1
Forge Version
47.3.0
Mantle Version
1.11.44
Tinkers' Construct Version
3.9.2.34
Problem description
At present, the random material range of ancient tools can only be restricted by tier and tags. When using tags for restriction, it seems that the tag can only be used as a whitelist.This can be quite troublesome in modpack/addon development work.
Suggested solution
Add a tagkey that allow tags to serve as a blacklist for the random material range.
Alternatives considered
Add a tagkey that inverts the effect of the random material restriction.
Additional context
No response
Searched for existing enhancement?
Used the search bar
Yeah, I really need to migrate that to use our newer material predicate system. That can handle both tiers and tags plus inversions.
To be clear, are you requesting a way to add a blacklist, or also a pre-added blacklist tag?
Yeah, I really need to migrate that to use our newer material predicate system. That can handle both tiers and tags plus inversions.
To be clear, are you requesting a way to add a blacklist, or also a pre-added blacklist tag?
I think a pre-added blacklist tag is better.