Skip to content

Tags: ExtraCells/ExtraCells2

Tags

2.6.3

Toggle 2.6.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
*Really* fix the OreDict exporter filter parsing now.

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.

Examples tested:
@minecraft & ore* (All vanilla ores)
@mine* | @thermal* (All blocks from mods with namespaces that starts with mine or thermal)
oreGold | oreIron (Gold and iron ore only)

8

Toggle 8's commit message
fixed gas terminal not selecting gas

2.2.52

Toggle 2.2.52's commit message
EC 2.2.52

- Bug fixes

2.2.50

Toggle 2.2.50's commit message
Update version

2.2.5X

Toggle 2.2.5X's commit message
EC 2.2.51

- Update ae
- Fixed fluid interface crafting