-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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:
- 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/'
]);
});
- Run the game and look at spawn eggs in REI - they aren't grouped together
- 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
Metadata
Metadata
Assignees
Labels
No labels