Skip to content

Commit

Permalink
implements jars
Browse files Browse the repository at this point in the history
  • Loading branch information
MEGATREX4 committed Jun 14, 2024
1 parent 6397a94 commit 178e11e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class ModItemGroups {
.icon(() -> new ItemStack(ModItems.CUCUMBER))
.entries((displayContext, entries) -> {
entries.add(JarsItems.JAR);
entries.add(JarsItems.APPLE_JAR);
entries.add(JarsItems.APPLE_JAM);
entries.add(JarsItems.TINNED_TOMATOES);
entries.add(ModBlocks.SALT_BLOCK);
entries.add(ModItems.SALT);
Expand Down

0 comments on commit 178e11e

Please sign in to comment.