Jump to content

Recommended Posts

Posted

So I'm trying to get started and looking at creating a Tab for the creative menu....to start placing items...but there's not many tutorials that explains this...can someone please explain how to set up a creative tab?

Posted

In 1.13.2, creative tab is named ItemGroup.

You basically creates a class extending ItemGroup (registry name is passed in the constructor), and override ItemGroup#createIcon to return the ItemStack for the icon of your creative tab.

The easiest way to add an item to your creative tab would be to pass the creative tab instance to your item properties via something like

yourItemProperties.group(creativeTabInstance)

.

  • Like 1
  • Thanks 1

Some tips:

  Reveal hidden contents

 

  • 3 weeks later...
Posted (edited)
  On 2/28/2019 at 4:32 AM, DavidM said:

In 1.13.2, creative tab is named ItemGroup.

You basically creates a class extending ItemGroup (registry name is passed in the constructor), and override ItemGroup#createIcon to return the ItemStack for the icon of your creative tab.

The easiest way to add an item to your creative tab would be to pass the creative tab instance to your item properties via something like

yourItemProperties.group(creativeTabInstance)

.

Expand  

how to register ItemGroup?

ok, i know. just put it, dont need register.

Edited by CurryRice233
  • Like 1
  • 1 month later...

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.

Announcements



×
×
  • Create New...

Important Information

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