nvb-uy / Item_Obliterator

Remove unwanted items
Other
4 stars 4 forks source link

Regex for remove all items from one mod except one #54

Closed ArcaneAlloy closed 1 week ago

ArcaneAlloy commented 2 weeks ago

Hello! I would like to know if it is possible to create a regex to ban all the items of a mod, except one. For example, all the items from the Create mod except the "create:experience_nugget"

nvb-uy commented 1 week ago

^(?!.*\bcreate:experience_nugget\b).+$