henkelmax / pipez

Lag friendly pipes.
44 stars 24 forks source link

REGEX Support for Item Name and NBT + Filter Order #203

Closed RacerDelux closed 9 months ago

RacerDelux commented 9 months ago

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.

2) 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

issue-template-checker[bot] commented 9 months ago

Please use a template when creating an issue.

RacerDelux commented 9 months ago

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