Pipez

Pipez

31M Downloads

REGEX Support for Item Name and NBT + Filter Order

RacerDelux opened this issue ยท 2 comments

commented

Expected behavior

I have two main components for my request.

  1. Allow us to use regex in the item name or NBT fields. This would allow us to quickly make advanced filters. Once compiled regular expression matching is very fast as well.

Using REGEX I could easily replaced my 40 item filter with just two filters for instance. It's trying to sort out armor from non-armor.

  1. Alow us to define an execution order for filters. Simply put, each filter has a number field. Filters with a lower number are always called first. Filters with a matching number are called "at the same time". In other words it would act like it does today.

Versions

  • Minecraft version: 1.20.1
  • Forge version: 47.1.3
  • Mod version: 1.1.5
commented

Please use a template when creating an issue.

commented

@henkelmax mentioning you because the template bot is closing this even though I followed the template...