Skip to content

Unable to collapse spawn eggs into a REI category #108

@SplendidAlakey

Description

@SplendidAlakey

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions