Skip to content

Commit

Permalink
fix: creative tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jan 5, 2025
1 parent 5183609 commit 17ec31f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/net/zepalesque/redux/item/ReduxTabs.java
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ public static void buildCreativeModeTabs(BuildCreativeModeTabContentsEvent event
ReduxItems.VERIDIUM_DART
);

TabUtil.putAfter(event, AetherItems.MUSIC_DISC_ASCENDING_DAWN, ReduxItems.MUSIC_DISC_SENTIENCE);


} else if (TabUtil.isForTab(event, AetherCreativeTabs.AETHER_INGREDIENTS)) {
TabUtil.putAfter(event, AetherItems.ZANITE_GEMSTONE,
ReduxItems.RAW_VERIDIUM,
Expand All @@ -133,6 +136,7 @@ public static void buildCreativeModeTabs(BuildCreativeModeTabContentsEvent event
ReduxItems.WYND_OATS,
ReduxItems.WYND_OAT_PANICLE
);

} else if (TabUtil.isForTab(event, AetherCreativeTabs.AETHER_REDSTONE_BLOCKS)) {
TabUtil.put(event, ReduxBlocks.LOGICATOR);
} else if (TabUtil.isForTab(event, AetherCreativeTabs.AETHER_ARMOR_AND_ACCESSORIES)) {
Expand Down

0 comments on commit 17ec31f

Please sign in to comment.