Jump to content

CreativeTab help for 1.16.5


awesomedude3595

Recommended Posts

I believe that CreativeTab has been replaced by ItemGroup so i made this code.

public class ModItemGroup extends ItemGroup {
    public ModItemGroup(String Label) {
        super(Label);
    }

    @Override
    public ItemStack makeIcon() {
        return new ItemStack(ModItems.Silver_chestplate.get());
    }
}

 

public class DesignableArmor {

public static final ModItemGroup ItemGroup = new ModItemGroup("Designable Armor");

however this has  an issue with the name of the tab it appears as itemGroup.Designable Armor. Is there a way to get rid of the itemGroup. part?

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.

Announcements



×
×
  • Create New...

Important Information

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