Closed ArcaneAlloy closed 5 months ago
^(?!.*\bcreate:experience_nugget\b).+$
What if there are multiple items I want to keep? Can I use this multiple times in the "blacklisted_items" section? Like this:
^(?!.\bpneumaticcraft:item_life_upgrade\b).+$, ^(?!.\bpneumaticcraft:armor_upgrade\b).+$, ^(?!.*\bpneumaticcraft:magnet_upgrade\b).+$
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"