Jump to content

Creative Mode Tab doesn't display 1.20.4


Recommended Posts

Hey, 

I tried to create a Creative Mode Tab but in the game only the arrows appear to go to the next "page" but there is no tab on the next page. I created and registered the tab as explained in the forge docs. Does anyone have similar problems? Could be a bug. If it isn't a bug, where could the error be?

 public static final DeferredRegister<CreativeModeTab> TAB = DeferredRegister.create(Registries.CREATIVE_MODE_TAB, MODID);

    public static final RegistryObject<CreativeModeTab> TEST_TAB = TAB.register("test_tab",
            () -> CreativeModeTab.builder()
                    .title(Component.translatable("itemGroup.test_tab"))
                    .icon(() -> ItemInit.COBALT_INGOT.get().getDefaultInstance())
                    .build());

That's how I registered it:

ClassName.TAB.register(modEventBus);

Ingame it looks like this:

spacer.png

Thank you for your help :)

Edited by StrangePerson
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.