Upgrades the Applied Energistics 2 terminal search with a smarter query parser and extra search targets, so you can find items faster without fighting the vanilla-style search limitations.
https://www.curseforge.com/minecraft/mc-mods/ae2-improved-search
- AND terms by spaces
- OR groups using
| - Quoted phrases using
"like this" - Negation using
-wordor!word
@searches mod id / mod name (example:@thermal)#searches tooltip text (example:#fortune)$searches OreDictionary names (example:$ingotCopper)&or*searches registry name (example:*minecraft:stone)
certus quartzmatches items containing both words (AND)"fluix crystal"matches the exact phrasecable | conduitmatches either word (OR)-damagedor!damagedexcludes matches containing "damaged"@thermalshows items from mods matching "thermal"#fortunefinds items with "fortune" mentioned in the tooltip$ingotCopperfinds items that match theingotCopperOreDictionary entry*minecraft:stonefinds items by registry name
#"silk touch"tooltip search for the exact phrase "silk touch"@"thermal expansion"mod search with a quoted phrase (spaces allowed)@thermal $ore | @ae2 $oreores from Thermal mods OR ores from AE2@thermal $ore -netherthermal ores excluding matches containing "nether"
All settings are available in the in-game Mod Config screen:
- Max Search Length: maximum characters allowed in the terminal search field
- Include Tooltips in Search: when enabled, normal searches also match tooltips (when disabled, only
#searches tooltips)
- Minecraft 1.12.2
- Forge
- Applied Energistics 2 (AE2)
Typical workflow:
- Clone the repository
- Import into your IDE (IntelliJ IDEA or Eclipse)
- Run the ForgeGradle setup tasks for your environment
- Build using Gradle
Issues and pull requests are welcome. If you submit a PR, keep changes focused and include a short description of what changed and why.
MIT (see LICENSE).