• 0

    posted a message on Custom Creative Tab contains nothing
    Thanks Guys.I actually fixed it already
    and didnt realize that I didnt initialize it first.
    Posted in: Modification Development
  • 0

    posted a message on Custom Creative Tab contains nothing
    I have the items initialized with the creative tab set to the custom tab, but the custom tab does not contain any items.
    public class StoneRods extends BaseMod{
    
     
    public class StoneRods extends BaseMod{
    
    
    public final static Item CobbleStoneRod = new ItemCobbleStoneRod(2066).setTextureName("StoneRods:CobbleStoneRod").setUnlocalizedName("cobbleRod").setCreativeTab(StoneRods.tabStoneRods).setMaxStackSize(1);
    public final static Item StoneRod = new ItemStoneRod(2067).setTextureName("StoneRods:StoneRod").setUnlocalizedName("stoneRod").setCreativeTab(StoneRods.tabStoneRods).setMaxStackSize(1);
    public final static Item ChiseledStoneRod = new ItemChiseledStoneRod(2068).setTextureName("StoneRods:ChiseledStoneRod").setUnlocalizedName("chiseledStoneRod").setCreativeTab(StoneRods.tabStoneRods).setMaxStackSize(1);
    public final static Item EnderWand = new ItemEnderWand(2071).setTextureName("StoneRods:Ender_Wand").setUnlocalizedName("enderWand").setCreativeTab(StoneRods.tabStoneRods).setMaxStackSize(1).setMaxDamage(256);
    public final static Item Orb = new ItemOrb(2072).setTextureName("StoneRods:Orb").setUnlocalizedName("orb").setCreativeTab(StoneRods.tabStoneRods).setMaxStackSize(64);
    public final static Item LavaWand = new ItemLavaWand(2073,0).setTextureName("StoneRods:Lava_Wand").setUnlocalizedName("lavaWand").setCreativeTab(StoneRods.tabStoneRods).setMaxStackSize(1);
    
    
    public static CreativeTabs tabStoneRods = new CreativeTabs("StoneRods") {
            public ItemStack getIconItemStack() {
                    return new ItemStack(StoneRods.Orb, 1, 0);
            }
    
    
      };
    
    
    public static CreativeTabs tabStoneRods = new CreativeTabs("StoneRods") {
    		public ItemStack getIconItemStack() {
    				return new ItemStack(StoneRods.Orb, 1, 0);
    		}
    
    
    };


    Any help would be appreciated.
    Posted in: Modification Development
  • 0

    posted a message on [REOPENING] ablownmind designs
    Quote from ablownmind

    Deliciouscraft...you said it was a server banner, so I upped the size to allow for more detail. If you want a signature, feel free to post. Here's 2 different things I came up with. I liked the diamond blue as well as the green!




    oh mah god!!! its gorgeous
    It kinda looks like a diner which is cool.
    Green and White are now my favorite colors.

    Are you able to make skins as well?
    If you can, Make me one related to tacos.
    And place it in an Avatar.
    Can i have it in this format?

    Cheezy
    [Picture of Skin]
    Tacos

    Thanks
    Posted in: Art Shops
  • 0

    posted a message on [REOPENING] ablownmind designs
    Large, medium or small?: One that is 728 by 100 If not then Large will do
    Rounded or squared edges, or transparent?: Rounded
    What text should be on it?: Deliciouscraft
    What type of font? (futuristic, grungy, minecraft, etc): Minecraft
    Any specific images?: Minecraft Foods, but Cake will be the main image
    Color scheme?: Green and White. I dont think this will look good but we will see.
    Any text effects?: Regular
    Anything else?: It is a server banner. You can make it look like it involves servers

    Thank You

    Are you able to make skins as well?
    I need one for my skinless body which will be needed for my avatarless face
    Posted in: Art Shops
  • 0

    posted a message on [Taking Req's] Free Custom Skins! (open)
    I need a skin involving a Taco and maybe some cheese if isn't too hard
    Posted in: Skins
  • 0

    posted a message on Banner Request Central
    What size would you like?: 780 by 100
    Rounded, sphered or pointed edges?: rounded
    What text would you like on it?: Deliciouscraft
    What type of font? (futuristic, grungy, pixelated, etc): What ever fits the food theme
    Any specific images?: Cake
    Color scheme?: White and Green. Im not sure how this will turn out, but if it doesn't turn out as well as i expected. May i politely ask you to change it?
    Anything else?: Theme? Maybe? it will be Minecraft Foods, but Cake will be the main image
    Posted in: Fan Art
  • To post a comment, please .