Skip to content

ItemGroup categories seem to not exist #2739

Discussion options

You must be logged in to vote

The wiki tutorial is written for 1.19.2. 1.19.3 overhauled how item groups work, so you no longer specify it in the item settings. The vanilla item group instances also moved to a new class, ItemGroups.

To add items to a vanilla item group in 1.19.3, you can use ItemGroupEvents.modifyEntriesEvent. For example:

ItemGroupEvents.modifyEntriesEvent(ItemGroups.COMBAT).register(entries -> {
    entries.add(TADPOLE_LAUNCHER);
});

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@hyphanova
Comment options

@haykam821
Comment options

@hyphanova
Comment options

@mangomeep
Comment options

Answer selected by haykam821
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants