• 0

    posted a message on TechGuy's Modding Tutorials
    I am not getting errors when Recompiling but for some reason it will not even add my block anymore. I probably made an extremely stupid error but if you could point it out for me that would be great. here is my code:

    (mod_thing.java)


    package net.minecraft.src;
    public class mod_thing extends BaseMod
    {
    public static final Block Mud = new BlockMud(160, 0).setBlockName("Mud").setHardness(2F).setResistance(2F).setCreativeTab(CreativeTabs.tabBlock).setStepSound(Block.soundGrassFootstep);
    public static final Item MudBrick = new ItemMudBrick(5000).setItemName("MudBrick").setTabToDisplayOn(CreativeTabs.tabMaterials);
    public static final Block MudBrickB = new BlockMudBrickB(236, 0).setBlockName("Mud Brick").setHardness(4F).setResistance(4F).setCreativeTab(CreativeTabs.tabBlock).setStepSound(Block.soundStoneFootstep);
    public void load()
    {
    Mud.blockIndexInTexture = ModLoader.addOverride("/terrain.png", "/textures/Mud.png");
    ModLoader.registerBlock(Mud);
    ModLoader.addName(Mud, "Mud");
    ModLoader.addSmelting(Mud.blockID, new ItemStack(MudBrick, 1), 0.1F);
    ModLoader.addRecipe(new ItemStack(Mud, 4), new Object [] {"#",Character.valueOf('#'), Block.dirt});
    }
    {
    MudBrickB.blockIndexInTexture = ModLoader.addOverride("/terrain.png", "/textures/MudBrickBlock.png");
    ModLoader.registerBlock(MudBrickB);
    ModLoader.addName(MudBrickB, "Mud Brick");
    ModLoader.addRecipe(new ItemStack(MudBrickB, 1), new Object [] {"##", "##", Character.valueOf('#'), MudBrick.shiftedIndex});
    }
    {
    MudBrick.iconIndex = ModLoader.addOverride("/gui/items.png", "/textures/Mudbrick.png");
    ModLoader.addName(MudBrick, "Mud Brick");
    }
    public String getVersion()
    {
    return "1.3.2";
    }
    }

    (BlockMud.java)


    package net.minecraft.src;
    import java.util.Random;
    public class BlockMud extends Block
    {
    public BlockMud(int i, int j)
    {
    super(i, j, Material.wood);
    }
    public int idDropped(int i, Random random, int j)
    {
    return mod_thing.Mud.blockID;
    }
    public int quantityDropped(Random random)
    {
    return 1;
    }
    }

    (BlockMudBrickB.java)


    package net.minecraft.src;
    import java.util.Random;
    public class BlockMudBrickB extends Block
    {
    public BlockMudBrickB(int i, int j)
    {
    super(i, j, Material.rock);
    }
    public int idDropped(int i, Random random, int j)
    {
    return mod_thing.MudBrickB.blockID;
    }
    public int quantityDropped(Random random)
    {
    return 1;
    }
    }

    (ItemMudBrick.java)

    package net.minecraft.src;
    public class ItemMudBrick extends Item
    {
    public ItemMudBrick(int i)
    {
    super(i);
    maxStackSize = 64;
    }
    }

    Please help, thanks :3
    Posted in: Mapping and Modding Tutorials
  • 0

    posted a message on How to edit cows to randomly drop a custom item like chickens do with eggs?
    So, I am making a mod that would cause cows, pigs, sheep and such to drop poo. Like a chicken drops eggs but less frequent. I am wondering how I would go about doing so. I have already created the item for poo. Any help will be appreciated, thanks :)
    Posted in: Mods Discussion
  • 0

    posted a message on Hunger games server! Towny Iconomy and more!!
    We will be hosting the first Hunger game on this server next weekend, sign up now! we need 12 tributes to fight to the death!
    you the IP.
    Fill out this application. The ip is : 75.128.240.118:25565
    IGN:
    AGE:
    HAVE YOU READ BOOKS 1-3:

    That is all, Thank you :)
    Posted in: Minecraft Survival Servers (archive)
  • 0

    posted a message on Server not accessible HELP
    Yes, I have. I Really have no idea what i did wrong...
    Posted in: Legacy Support
  • 0

    posted a message on Server not accessible HELP
    I have a bukkit server and I cant figure out the ip, ive used whatsmyip and all of those things but i never get on, im using localhost right now but i want others on it as well. Help??/
    Posted in: Legacy Support
  • 0

    posted a message on WTF VOICE CONTROL?



    LIKE AND SUBSCRIBE:)
    Posted in: Culture, Media & Arts
  • 4

    posted a message on Concerning people who post first on mods.
    This post was truly amazing.
    Posted in: Forum Discussion & Info
  • 0

    posted a message on Gods Children
    accepted and griefing. And I honestly doubt god gives a **** about minecraft
    Posted in: Clans
  • 0

    posted a message on Diamond Encrusted Tools
    oh, i may try to make this a mod.
    if your'e ok with that.
    Posted in: Suggestions
  • 0

    posted a message on Diamond Encrusted Tools
    YES!!!
    Posted in: Suggestions
  • 0

    posted a message on Clearly, I have no life...
    Quote from fortis_animo

    Chainmail...
    Seems legit


    Way to read the whole post.
    Posted in: Screenshots
  • 0

    posted a message on Mentos' Island
    PICTURES?SORRY FOR THE ALL CAPS ITS STUCK :sad.gif:link is broken (but hey i fixed my caps lock problem)link is broken (but hey i fixed my caps lock problem)
    Posted in: Maps
  • 0

    posted a message on Please Watch and Comment :)
    I am new to youtubing and i am going to be doing some videos, could you watch this and tell me what you think on my youtube comments?
    Posted in: Culture, Media & Arts
  • 0

    posted a message on New Mobs
    Congratulations!!! You win the most vague post award. Your prize is knowing this reply is longer than your original post, and this mushroom! :RedShroom:
    Posted in: Suggestions
  • 0

    posted a message on Please help!
    Quote from koalakid72

    OK so I wastrying to log into my minecraft acount so i sent a email to my self saying my account name.But for some reason 2 extra names showed up. 2 People made a minecraft account with my email. im worried i might get hacked. Can someone help?


    Just ignore it.
    Posted in: Discussion
  • To post a comment, please .