You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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:
kubejs/client_scripts
: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
The text was updated successfully, but these errors were encountered: