• 0

    posted a message on What's wrong with this code?
    no.
    Posted in: Mods Discussion
  • 0

    posted a message on What's wrong with this code?
    +1'd you :smile.gif:
    Posted in: Mods Discussion
  • 0

    posted a message on Modloader Aint working?
    Happening to me too.
    Posted in: Mods Discussion
  • 0

    posted a message on What's wrong with this code?
    ?
    Posted in: Mods Discussion
  • 0

    posted a message on Help with this!
    package net.minecraft.src;
    
    public class mod_SuperFoods extends BaseMod
    {
    public String Version()
    {
    return "1.0.0";
    }
    
    
    
    
    
    private mod_SuperFoods()
    {
    HealOrb.iconIndex = ModLoader.addOverride("/gui/items.png", "/hp.png");
    ModLoader.AddName(HealOrb, "HealOrb");
    
    ModLoader.AddRecipe(new ItemStack(HealOrb, 1), new Object[] { 
    "111", "111", "444 ", Character.valueOf('1'), Block.obsidian, Character.valueOf('2'), Item.wheat, Character.valueOf('3'), Item.bucketMilk, Character.valueOf('4'), Item.egg
    });
    }
    
    
    public static Item HealOrb = (new ItemFood(31415, 8, 1F, false)).setItemName("HealOrb");
    
    
    
    
    @Override
    public String getVersion() {
    
    return null;
    }
    
    @Override
    public void load() {
    
    
    } 
    } ]
    Posted in: Modification Development
  • 0

    posted a message on What's wrong with this code?
    package net.minecraft.src;

    public class mod_SuperFoods extends BaseMod
    {
    public String Version()
    {
    return "1.0.0";
    }





    private mod_SuperFoods()
    {
    HealOrb.iconIndex = ModLoader.addOverride("/gui/items.png", "/hp.png");
    ModLoader.AddName(HealOrb, "HealOrb");

    ModLoader.AddRecipe(new ItemStack(HealOrb, 1), new Object[] {
    "111", "111", "444 ", Character.valueOf('1'), Block.obsidian, Character.valueOf('2'), Item.wheat, Character.valueOf('3'), Item.bucketMilk, Character.valueOf('4'), Item.egg
    });
    }


    public static Item HealOrb = (new ItemFood(31415, 8, 1F, false)).setItemName("HealOrb");




    @Override
    public String getVersion() {

    return null;
    }

    @Override
    public void load() {


    }
    }
    _______________________________________-----
    It freezes at the mojang logo when I tested it.

    D: No views.

    :/
    Posted in: Mods Discussion
  • 0

    posted a message on In MCP, where do textures go?
    P.S. I don;t use Eclipse.
    I use Notepad++
    Posted in: Mods Discussion
  • 0

    posted a message on GOLDEN APPLE DUNGEON!
    Um...
    Golden Apples are the most difficult to obtain, but most beneficial Food item. They are extremely rarely found in Dungeon, Stronghold, Abandoned Mine Shaft chests, and by smashing Leaves out of some trees. though they can also be obtained by crafting a red apple and eight gold blocks together. Eating one heals , and grants enhanced regeneration for 30 seconds, regardless of hunger level. They are considered to be very valuable to players and are often kept as a kind of trophy. When in your inventory, Golden Apples shine purple.
    From the wiki.
    Posted in: Seeds
  • 0

    posted a message on GOLDEN APPLE DUNGEON!
    [Nvm, removed.]
    Posted in: Seeds
  • 0

    posted a message on GOLDEN APPLE DUNGEON!
    Quote from Mark916

    fail

    Wait do chests always have random items?
    Posted in: Seeds
  • 0

    posted a message on GOLDEN APPLE DUNGEON!
    GOLDEN APPLE DUNGEON!
    The seed is: 2924808357977011521
    Coordinates:
    X: -137.556
    Y: 39.82
    Z: 280.596
    GOLDEN APPLE DUNGEON!
    Posted in: Seeds
  • 0

    posted a message on Okay, this is seriously getting annoying.. (HELP)

    IN MCP! HELP PLEASE!
    Posted in: Modification Development
  • 0

    posted a message on Very simple problem i'm facing through MCP, anyone help?
    hrrrm :sad.gif:
    Posted in: Mods Discussion
  • 0

    posted a message on Very simple problem i'm facing through MCP, anyone help?
    Strange...
    I'm still working on this...someone help?
    Posted in: Mods Discussion
  • 0

    posted a message on Error
    • I use simply notepad lol.
    Posted in: Mods Discussion
  • To post a comment, please .