Skip to content

Commit

Permalink
fix: thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jun 18, 2024
1 parent 05ae0b7 commit d205cf7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/net/zepalesque/redux/item/ReduxTabs.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ public static void buildCreativeModeTabs(BuildCreativeModeTabContentsEvent event
TabUtil.putAfter(AetherItems.ZANITE_GEMSTONE, ReduxItems.RAW_VERIDIUM, event);
TabUtil.putAfter(ReduxItems.RAW_VERIDIUM, ReduxItems.VERIDIUM_INGOT, event);
TabUtil.putAfter(ReduxItems.VERIDIUM_INGOT, ReduxItems.VERIDIUM_NUGGET, event);

TabUtil.putAfter(AetherItems.AECHOR_PETAL, ReduxItems.WYND_OATS, event);
TabUtil.putAfter(ReduxItems.WYND_OATS, ReduxItems.WYND_OAT_PANICLE, event);
}
}
}

0 comments on commit d205cf7

Please sign in to comment.