Skip to content

Commit

Permalink
fix: remove creative tab sort order to hopefully fix tab weirdness on…
Browse files Browse the repository at this point in the history
… forge
  • Loading branch information
klikli-dev committed Oct 5, 2024
1 parent 698228e commit 73aa621
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public class CreativeModeTabRegistry {
public static final DeferredRegister<CreativeModeTab> CREATIVE_MODE_TABS = DeferredRegister.create(Registries.CREATIVE_MODE_TAB, Modonomicon.MOD_ID);

public static final RegistryObject<CreativeModeTab> MODONOMICON = CREATIVE_MODE_TABS.register(Modonomicon.MOD_ID, () -> CreativeModeTab.builder()
.withTabsBefore(CreativeModeTabs.COMBAT)
.icon(() -> ItemRegistry.MODONOMICON_PURPLE.get().getDefaultInstance())
.title(Component.translatable(ModonomiconConstants.I18n.ITEM_GROUP))
.build());
Expand Down

0 comments on commit 73aa621

Please sign in to comment.