GTNewHorizons / GT-New-Horizons-Modpack

A big progressive questing modpack for Minecraft 1.7.10 balanced around the mod GregTech.
https://www.gtnewhorizons.com/
Other
1.02k stars 311 forks source link

Regex Isn't Working in AE2 Terminals #18039

Closed sean-m-simpson closed 5 days ago

sean-m-simpson commented 6 days ago

Your GTNH Discord Username

comradeMonk

Your Pack Version

2.7.0-beta-4

Your Server

Private

Java Version

Java 17

Type of Server

Open To LAN

Your Expectation

look for "crush.*ore" in ae2 terminal search box. Get crushed ore in the results.

The Reality

Look for "crush.ore" in ae2 terminal. It doesn't allow me to even enter the character.

Your Proposal

Should be able to look for things in ae2 terminal using some sort of wildcards.

Final Checklist

Miklebe commented 5 days ago

javaw_mHwgOaHslu You have to enable regex search in NEI

sean-m-simpson commented 3 days ago

Thanks! Must not have transferred the setting when I upgraded.

slprime commented 3 days ago

Thanks! Must not have transferred the setting when I upgraded.

or use r/.../ - standard java regex (r/^m\w{6}ft$/ = minecraft)