Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
[ci skip] Update mug's item group
Browse files Browse the repository at this point in the history
  • Loading branch information
melontini committed Apr 14, 2024
1 parent 84d9eb2 commit edf6939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/melontini/goodtea/util/GoodTeaStuff.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static Identifier id(String s) {
}

public static void init() {
ItemGroupEvents.modifyEntriesEvent(ItemGroups.FOOD_AND_DRINK).register(entries -> entries.add(TEA_MUG));
ItemGroupEvents.modifyEntriesEvent(ItemGroups.INGREDIENTS).register(entries -> entries.addAfter(Items.GLASS_BOTTLE, TEA_MUG));
ItemGroupEvents.modifyEntriesEvent(ItemGroups.FUNCTIONAL).register(entries -> entries.add(KETTLE_BLOCK_ITEM));
}
}

0 comments on commit edf6939

Please sign in to comment.