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

Unable to collapse spawn eggs into a REI category #108

Open
SplendidAlakey opened this issue Jun 10, 2023 · 3 comments
Open

Unable to collapse spawn eggs into a REI category #108

SplendidAlakey opened this issue Jun 10, 2023 · 3 comments

Comments

@SplendidAlakey
Copy link

MC 1.19.2
Inspecio 1.6.0
REI 9.1.619

I'm unable to group spawn eggs together in REI, if Inspecio is installed. Could be affecting other items, but I can only confirm the issue to be present with the eggs.

I use KubeJS to reproduce this, but grouping can also be done via mods:

  1. Create the following KubeJS script in kubejs/client_scripts:
// priority: 9

REIEvents.groupEntries((event) => {
	
// Group spawn eggs together
	
	event.groupItems("kubejs:rei_groups/spawn_eggs", "Spawn Eggs", [
		'/spawn_egg/'
	]);
	
});
  1. Run the game and look at spawn eggs in REI - they aren't grouped together
  2. Remove Inspecio and launch the game again - now the eggs are grouped up

This happens even if spawn egg tooltips are disabled in the config.

Let me know if this needs to be reported to either REI or KubeJS, instead.

Logs: https://gist.github.com/SplendidAlakey/16ef59aa89fb590c6d9ddbbff09fee30

@LambdAurora
Copy link
Collaborator

What, did you check if it happened with/without QSL?

I don't see how this mod could have anything to do with it.

@SplendidAlakey
Copy link
Author

Yep. In fact, the Fabric port Advanced Tooltips has the same issue.

@SplendidAlakey
Copy link
Author

After looking a bit at the logs, I decided to also report this to KubeJS, as it seems to have something to do specifically with it: KubeJS-Mods/KubeJS#633

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