File Details
ExtraCells-1.12.2-2.6.3
- B
- Oct 18, 2019
- 2.41 MB
- 13.1K
- 1.12.2
- Forge
File Name
ExtraCells-1.12.2-2.6.3.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
- 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.

