Skip to content

Commit

Permalink
fix: remove creative tab order instructions for neoforge
Browse files Browse the repository at this point in the history
Closes #253
  • Loading branch information
klikli-dev committed Sep 27, 2024
1 parent 3fda8d9 commit 1141abe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public class CreativeModeTabRegistry {
public static final DeferredRegister<CreativeModeTab> CREATIVE_MODE_TABS = DeferredRegister.create(Registries.CREATIVE_MODE_TAB, Modonomicon.MOD_ID);

public static final DeferredHolder<CreativeModeTab, 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 1141abe

Please sign in to comment.