Skip to content

Commit

Permalink
fix some sherds not working
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Sep 29, 2024
1 parent aaf93c3 commit b51bb93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ private static void registerSherdBefore(@NotNull ItemLike comparedItem, @NotNull

@SafeVarargs
private static void registerSherdAfter(@NotNull ItemLike comparedItem, @NotNull Item item, @NotNull String path, @NotNull ResourceKey<CreativeModeTab>... tabs) {
registerItemAfter(comparedItem, item, path, CreativeModeTab.TabVisibility.PARENT_AND_SEARCH_TABS, tabs);
registerSherdAfter(comparedItem, item, path, CreativeModeTab.TabVisibility.PARENT_AND_SEARCH_TABS, tabs);
}

@SafeVarargs
Expand Down

0 comments on commit b51bb93

Please sign in to comment.