• 0

    posted a message on Minecraft Capes! [Multiplayer Capes/Cloaks][www.MCCapes.com][Cape Gallery] + Transparent/Animated!
    Quote from cjz__

    I need to know his username!

    Oh! sorry XD His name is mrballisticshark
    Posted in: Minecraft Mods
  • 0

    posted a message on Minecraft Capes! [Multiplayer Capes/Cloaks][www.MCCapes.com][Cape Gallery] + Transparent/Animated!
    Hey, we can't remember the password to my brothers account on mccapes.com... Is there a way you can delete it so we can change the cape? It'd be AMAZING if you could do it soon. Thanks!
    Posted in: Minecraft Mods
  • 0

    posted a message on [SURV][1.3.2]High in the Sky! Even Higher in the Sky Released!
    Hey, I have a YouTube, and I'd like to do a let's play of this. It looks fun. :biggrin.gif: If you want to know my YouTube you can go ahead and message me.
    Posted in: Maps
  • 0

    posted a message on Bedrock tools & Craftable Bedrock!
    Hey there guys, I made a mod where you can create Bedrock Tools and craft Bedrock!Here is the download. It took me a while to make and I understand that there may have been others that have made this mod (not very original am i? XD) but I thought it would be fun and a good time waster :wink.gif: so thanks for supporting!
    Screenshots:






    Posted in: Minecraft Mods
  • 0

    posted a message on HuckCraft [HardcorePVP] [Factions] [MCMMO] [ICONOMY][24/7]
    Ok, I can play on the server but i cant use iConomy? Do I have to sign up? If so heres my IGN: emo1kiwi
    Posted in: PC Servers
  • 0

    posted a message on Minecraft crashes
    here is the rest of the code:
    mod_DracoTools:
    package net.minecraft.src;

    public class mod_DracoTools extends BaseMod
    {
    public static Item Sword = new ItemSword(115,EnumToolMaterial.TOOLS).setItemName("Sword");
    public static Item Pickaxe = new ItemPickaxe(116,EnumToolMaterial.TOOLS).setItemName("Pickaxe");
    public static Item Axe = new ItemAxe(117,EnumToolMaterial.TOOLS).setItemName("Axe");
    public static Item Spade = new ItemSpade(118,EnumToolMaterial.TOOLS).setItemName("Spade");
    public static Item Hoe = new ItemHoe(119,EnumToolMaterial.TOOLS).setItemName("Hoe");

    public mod_DracoTools()
    {
    ModLoader.AddName(Sword, "Draco-Sword");
    ModLoader.AddName(Pickaxe, "Draco-Pick");
    ModLoader.AddName(Axe, "Draco-Axe");
    ModLoader.AddName(Spade, "Draco-Spade");
    ModLoader.AddName(Hoe, "Draco-Hoe");

    Sword.iconIndex = ModLoader.addOverride("/gui/items.png","/draco/dracosord.png");
    Axe.iconIndex = ModLoader.addOverride("/gui/items.png","/draco/dracoaxe.png");
    Pickaxe.iconIndex = ModLoader.addOverride("/gui/items.png","/draco/dracopik.png");
    Spade.iconIndex = ModLoader.addOverride("/gui/items.png","/draco/dracoshov.png");
    Hoe.iconIndex = ModLoader.addOverride("/gui/items.png","/draco/dracohoe.png");

    ModLoader.AddRecipe(new ItemStack(Sword, 1), new Object[]
    {
    "Q","Q","W",Character.valueOf('Q'), mod_dracostone.Dracostone, Character.valueOf('W'), mod_ObsidianRod.ObsidianRod
    });
    ModLoader.AddRecipe(new ItemStack(Axe, 1), new Object[]
    {
    "QQ ","QW "," W ",Character.valueOf('Q'), mod_dracostone.Dracostone, Character.valueOf('W'), mod_ObsidianRod.ObsidianRod
    });
    ModLoader.AddRecipe(new ItemStack(Pickaxe, 1), new Object[]
    {
    "QQQ"," W "," W ",Character.valueOf('Q'), mod_dracostone.Dracostone, Character.valueOf('W'), mod_ObsidianRod.ObsidianRod
    });
    ModLoader.AddRecipe(new ItemStack(Spade, 1), new Object[]
    {
    "Q","W","W",Character.valueOf('Q'), mod_dracostone.Dracostone, Character.valueOf('W'), mod_ObsidianRod.ObsidianRod
    });
    ModLoader.AddRecipe(new ItemStack(Hoe, 1), new Object[]
    {
    "QQ "," W "," W ",Character.valueOf('Q'), mod_dracostone.Dracostone, Character.valueOf('W'), mod_ObsidianRod.ObsidianRod
    });
    }

    public String Version()
    {
    return "Draco Tools";
    }
    }
    mod_dracostone:
    package net.minecraft.src;

    public class mod_dracostone extends BaseMod
    {
    public static Item Dracostone = new ItemDracostone(113).setItemName("Dracostone");

    public mod_dracostone()
    {
    ModLoader.AddName(Dracostone, "Dracostone");
    Dracostone.iconIndex = ModLoader.addOverride("/gui/items.png","/draco/dracostone.png");
    ModLoader.AddRecipe(new ItemStack(Dracostone,9), new Object[]
    {
    "Q",Character.valueOf('Q'), mod_DracoBlock.DracoBlock
    });
    }

    public String Version()
    {
    return "DracoStone";
    }
    }
    ItemDracostone:
    package net.minecraft.src;

    public class ItemDracostone extends Item
    {



    public ItemDracostone(int i)
    {
    super(i);
    maxStackSize = 64;
    }
    }
    mod_ObsidianRod:
    package net.minecraft.src;

    public class mod_ObsidianRod extends BaseMod
    {
    public static Item ObsidianRod = new ItemObsidianRod(114).setItemName("ObsidianRod");

    public mod_ObsidianRod()
    {
    ModLoader.AddName(ObsidianRod, "Obsidian Rod");
    ObsidianRod.iconIndex = ModLoader.addOverride("/gui/items.png","/draco/obsidrod.png");
    ModLoader.AddRecipe(new ItemStack(ObsidianRod,1), new Object[]
    {
    "W","W",Character.valueOf('W'), Block.obsidian
    });
    }

    public String Version()
    {
    return "ObsidianRod";
    }
    }
    ItemObsidianRod:
    package net.minecraft.src;

    public class ItemObsidianRod extends Item
    {



    public ItemObsidianRod(int i)
    {
    super(i);
    maxStackSize = 64;
    }
    }
    Posted in: Modification Development
  • 0

    posted a message on [WIP](1.11.2) 10-9-17 Digimobs(0.9.9) Pre-Release Redux-er Digimon in Minecraft! Now for 1.11.2
    oh... my... god! I just nostalgia'd in my pants! O.o
    Posted in: WIP Mods
  • 0

    posted a message on Minecraft crashes
    Thanks, I changed that. I saved, recompiled and reobfuscated, and put them into the jar, still crashes. i set the item id's 113-119 i think it goes to 119 and it STILL crashes.now it crashes and goes to a black screen and shows the error message for like .5 seconds. :/
    Posted in: Modification Development
  • 0

    posted a message on Minecraft crashes
    So no one knows what's happening? I really want to play with my mod but no one's replying so PLEASE help if you have ANY idea what's wrong. I really want to add more stuff, but I can't until this is fixed, so PLEASE help if you can. PLEASE.
    Posted in: Modification Development
  • 0

    posted a message on Dracostone mod
    Thanks, bro/sis. I'm just so confused if it works or not, 'cause sometimes my laptop will do this and I'm just so confused. x.x
    Posted in: WIP Mods
  • 0

    posted a message on Minecraft crashes
    Quote from cosbraa

    downlaod a fresh jar and put modloader and your mod back in it.

    I tried doing that. didnt work.
    Posted in: Modification Development
  • 0

    posted a message on Minecraft crashes
    All of the items i added or just the block?
    BlockDraco:
    package net.minecraft.src;
    
    import java.util.Random;
    
    public class BlockDraco extends Block
    {
    	protected BlockDraco(int i, int j)
    	{
    		super(i,j,Material.iron);
    	}
    	
    	public int idDropped(int i, Random random)
    	{
    		return mod_DracoBlock.DracoBlock.blockID;
    	}
    	
    	public int quantityDropped(Random random)
    	{
    		return 1;
    	}
    }

    mod_DracoBlock
    package net.minecraft.src;
    
    public class mod_DracoBlock extends BaseMod
    {
    	public static Block DracoBlock = new BlockDraco(12352,0).setResistance(25F).setHardness(0.8F).setLightValue(1F).setBlockName("Dracoblock");
    	
    	public mod_DracoBlock()
    	{
    		ModLoader.RegisterBlock(DracoBlock);
    		ModLoader.AddName(DracoBlock,"Draco Block");
    		DracoBlock.blockIndexInTexture = ModLoader.addOverride("/terrain.png","/draco/draccoblok.png");
    		ModLoader.AddRecipe(new ItemStack(DracoBlock, 1), new Object[]{
    			"xxx","xxx","xxx",Character.valueOf('x'), mod_dracostone.Dracostone
    		});
    	}
    	
    	public String Version()
    	{
    		return "DracoBlock";
    	}
    }
    Posted in: Modification Development
  • 0

    posted a message on Minecraft crashes
    Quote from killernerd

    what you're saying here is that your laptop can run minecraft but it cannot run minecraft when started through that script? o_O
    All it does is starting minecraft...

    In any case, we can't really help without your code (since you don't seem to have an error message).

    That's exactly what i'm saying and I have no idea why. But I really need help about this Minecraft error when i start it.
    Posted in: Modification Development
  • 0

    posted a message on Minecraft crashes
    Quote from killernerd

    that's confusing... Then on which computer are you trying to run it?

    I run it on my laptop. I can't run startclient.bat but I can play minecraft. Thats how i test the mod. When I added the mod_DracoBlock.java and BlockDraco it came up with an error and crashed.
    Posted in: Modification Development
  • 0

    posted a message on Minecraft crashes
    Quote from Chronosmith

    Did you use startclient.bat to test it out before reobfuscating it?

    My computer sucks too much, i cant. But, I put it in normal minecraft and it came up with an error.
    EDIT: this is what it says when i try to run startclient.bat:
    == MCP v4.4 ==
    [18:30] Error occurred during initialization of VM
    [18:30] Could not reserve enough space for object heap
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Press any key to continue . . .
    Posted in: Modification Development
  • To post a comment, please .