Jump to content

[Solved] Multiple Creative Tabs


Recommended Posts

Override isInCreativeTab()

And for future reference, if you have code, post it. If you have errors, post them.

Edited by Draco18s

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Ok, different problem than I thought you had. Good, you posted code.

5 hours ago, Draco18s said:

If you have errors, post them.

 

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

9 minutes ago, diesieben07 said:

Dragonisser != TheMysticMinecart Myles

I'm a derp >..<

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

17 hours ago, Draco18s said:

Override isInCreativeTab()

And for future reference, if you have code, post it. If you have errors, post them.

 

 

this is how i created a creative tab for my 1.7.10 mod how do i make a second one,  sorry i am kinda a noob i started modding a year or 2 ago then stopped and forgot almost everything i knew and that was very little xD

 

public static CreativeTabs tabAnimeDecorationsPlus = new CreativeTabs("tabAnimeDecorationsPlus"){
        @Override
        public Item getTabIconItem(){
            return new ItemStack(itemDragonBallLogo1).getItem();
        }

Link to comment
Share on other sites

25 minutes ago, TheMysticMinecart Myles said:

 

 

this is how i created a creative tab for my 1.7.10 mod how do i make a second one,  sorry i am kinda a noob i started modding a year or 2 ago then stopped and forgot almost everything i knew and that was very little xD

 

public static CreativeTabs tabAnimeDecorationsPlus = new CreativeTabs("tabAnimeDecorationsPlus"){
        @Override
        public Item getTabIconItem(){
            return new ItemStack(itemDragonBallLogo1).getItem();
        }

I posted the full code you need to make 1000 new tabs if you want to.

Edited by Dragonisser
Link to comment
Share on other sites

1 hour ago, Dragonisser said:

Successfully trolled expert modder

Less trolled and more me just not paying as close attention as I should have been.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

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.