Skip to content

EC 2.6.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@ruifung ruifung released this 18 Oct 12:51
· 22 commits to rv6-1.12 since this release
  • Fixed AE2WTLib incompatibilities caused by compiling against old version.
  • Rewritten OreDict export bus filter handling.

Has NOT been robustly tested in detail. Making a release here as I am unable to upload new releases on curseforge and that EC2 is really overdue for an update anyway.

Pattern Syntax: [!][@~]<pattern>
Filter syntax: <pattern> [&|] <pattern2> [&|] ...
Parentheses NOT supported.
@ prefix for resource namespace matching (i.e. @minecraft @appliedenergistics)
~ prefix for resource path matching
! for negation (use before @ and ~ if applicable)

  • can be used in any position, although usage of * that isn't beginning or end may result in performance hits due to usage of regex matching.

Usage with pure oredict matches (no @ and ~) will result in querying the oredict once and building a whitelist that is saved and the filter is only evaluated once.
Using @ and ~ will result in the filter being evaluated for every item in AE until it finds a match.