Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logical Or in Multi item search conflicts with mods naming scheme #600

Open
1 task done
DrParadox7 opened this issue Jan 26, 2025 · 1 comment
Open
1 task done

Comments

@DrParadox7
Copy link

Your GTNH Discord Username

technoparadox

Mod Version

2.7.25

Bug Report

@slprime ProjectRed & Buildcraft mess with NEI logic regarding collapsable and hidden items:
# | - logical or multi-item search (wrench|hammer)

To our dismay, each of Buildcraft modules are defined after a "|" and so it is with ProjectRed:

Buildcraft|Energy:Laser
ProjRed|Illumination:projectred.illumination.lamp

I'd add a heads up and a potential work around in the documentation.

Related:
#506

Java Version

Java 8

Mod List or GTNH Pack Version

Irrelevant .

Final Checklist

  • I have searched the issues and haven't found a similar issue.
@slprime
Copy link
Member

slprime commented Jan 27, 2025

In your examples you can replace | with a space and that will be enough.

Buildcraft Energy:Laser
ProjRed Illumination:projectred.illumination.lamp

Examples from GTNH with your problem:

#buildcraft paintbrush
buildcraft core:paintbrush
buildcraftpipe
buildcraft pipegate

#projectred lamps
projectred.illumination.lantern.inv
projectred.illumination.lantern
projectred.illumination.fixture.inv
projectred.illumination.fixture
...

Examples here:
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/tree/master/config/NEI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants