FabricMC / fabric

Essential hooks for modding with Fabric.
Apache License 2.0
2.31k stars 406 forks source link

No "group" option upon updating to 1.19.3 #2760

Closed Logboy2000 closed 1 year ago

Logboy2000 commented 1 year ago

A basic example of what my items look like public static final Item DIAMOND_NUGGET = new Item(new FabricItemSettings().group(ItemGroup.MATERIALS).group(LMod.LMODGROUP)); image image

Technici4n commented 1 year ago

That's due to vanilla changes, please look at the update post: https://fabricmc.net/2022/11/24/1193.html#item-groups.

github-actions[bot] commented 1 year ago

👋 We use the issue tracker exclusively for final bug reports and feature requests. However, this issue appears to be better suited for either a discussion thread, or a message on our discord server. Please post your request on one of these, and the conversation can continue there.

Logboy2000 commented 1 year ago

Thank You!