Skip to content

Commit

Permalink
Add tier upgrades to creative group
Browse files Browse the repository at this point in the history
  • Loading branch information
OffsetMonkey538 committed Oct 15, 2023
1 parent c66c13d commit 10f0e47
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ private ModItemGroups() {
entries.add(ModItems.SAMPLE_TAKER);
entries.add(ModItems.SPEED_UPGRADE);
entries.add(ModItems.DAMAGE_UPGRADE);
entries.add(ModItems.TIER_1_UPGRADE);
entries.add(ModItems.TIER_2_UPGRADE);
entries.add(ModItems.TIER_3_UPGRADE);
entries.add(ModItems.TIER_4_UPGRADE);
})
.build()
);
Expand Down

0 comments on commit 10f0e47

Please sign in to comment.