• 0

    posted a message on Stupidity
    I come to this forum to find out things that I am curious about in Minecraft, and to see what things are going on to do with updates, servers and peoples cool creations. Not to read and see stupid threads like ones that say how to get a girlfriend and stuff.

    I support anti-stupidity!: Yes
    I support stupidity!: No
    My forum name is: Toxic_Minecraft_Boss

    Hopefully this will get enough people looking at it because it is really annoying seeing all these crappy posts.
    Posted in: Forum Discussion & Info
  • 0

    posted a message on What was your best diamond find?
    I was playing Minecraft in S+E in school and one of my friends who also loves Minecraft was sitting next to me, I found my first diamond then I saw another, the another. I had a total of 3 diamonds and I saw what I thought was the last one on the floor, being a Minecraft noob, I stood on top of it and dug down, then fell into a pit of lava. My friend started laughing at me and I was actually ready to cry, my teacher was looking at me like I was a freak when I was staring at my laptop with a really shocked/upset face.
    aaahhahahaha well that was my best diamond experiance.
    Quote from Coke457

    I was on a multiplier server. I had just joined about 1 minute ago and finished walking through spawn. It was starting to get dark out so I got some wood and dug a hole. I made myself a wood and then stone pick and waited. I was getting bored. I decided to mine down. I know it's stupid. I found a cave and started walking. There I found a mine shaft. I explored the whole shaft with my stone pick and found a chest. Diamonds. I made a diamond sword and kept on walking. I stopped for some iron and make some iron armor and an iron pick (3 actually).

    Minutes later I had found more diamonds. And it had 10! I guess 2 collided with each other. Yes! I made a diamond pick and helm and kept walking.

    I was really far away from spawn when I heard a chicken. WTF? Then a cow, then a pig. I was almost at bedrock! How- what? I dug up and hit wood. I had broken into someones base. I looked around. I found a food chest and stole from it (Yes it was hardcore pvp fractions). I ate some bread and was full. I got some more wheat and killed some animals. There were no diamonds anywhere though. I dug the floor for some more wood and guess what I found? A diamond chest.

    This chest had everything in it. A full set of armor and 10 diamonds. I griefed around a little bit more and continued on. I found 4 more diamonds and so much iron I did not know what to do with it. I came up after about a half hour more of mining. It was the best day ever.

    That is awesome, and epic.
    Posted in: Survival Mode
  • 0

    posted a message on epic hippo mouth-shaped Mountain seed
    Pictures please :smile.gif:
    Posted in: Seeds
  • 0

    posted a message on Transparent items in hand...
    That is really weird, it might be something to do with the texture pack. Whatever texture pack you are using then it might have to have a patcher with it then it will fix all problems with the texturing.
    Posted in: Mods Discussion
  • 0

    posted a message on Minecraft... IN REAL LIFE!!!
    Giving animals wheat to breed,
    Y NO VIAGRA
    Posted in: Forum Games
  • 1

    posted a message on twilight forest and aether at same dimennsion
    Go make it yourself then, or Google it.
    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on Need awesome builders / idealists for upcoming HUGE server
    I would love to help, I already have Hamachi.
    Posted in: Mods Discussion
  • 0

    posted a message on HELP PLEASE!!!!!
    Quote from kbrocks100

    Did you have ModLoader in your jar? (Assuming you used MCP)

    Yeah I do but I thought that you need to change the code in the actual mod? I have looked for this on Google but I can't find anything about it.
    Posted in: Mods Discussion
  • 0

    posted a message on HELP PLEASE!!!!!
    OK so I have made a mod for Minecraft 1.1
    The mod that I have made adds a new block, but i MADE IT IN 1.0, so what code do I need to change if I want to make it work for 1.1? Please help me!


    Here is the BlockDulium.java

    package net.minecraft.src;
    
    import java.util.Random;
    
    public class BlockDulium extends Block
    {
        protected BlockDulium (int x, int y)
        {
            super(x,y, Material.rock);
      }
        
    public int idDropped (int x, Random rand, int y) 
    {
        return mod_Dulium.dulium.blockID;    
    }
    
        public int quantityDropped(Random rand)
        {
            return 1;
            
        }
    
    
    
    }


    And here is the mod_Dulium,java

    package net.minecraft.src;
    
    public class mod_Dulium extends BaseMod
    {
        public static final Block dulium = new BlockDulium (180,0).setHardness(1F).setLightValue(1.0F).setBlockName("Cians");
        
        public mod_Dulium()
        {
            ModLoader.RegisterBlock(dulium);
            ModLoader.AddName(dulium, "Dulium");
            
            dulium.BlockIndextInTexture = ModLoader.AddOverride("/terrain.png", "/customBlock.png");
        }
        
        public void GenerateSurface(World world, Random rand, int baseX, int baseZ)
        {
            for(int x =0; x < 30; x++)
            {
             int Xcoord = baseX + rand.nextInt(16);
             int Ycoord = rand.nextInt(70);
             int Zcoord = baseZ + rand.nextInt(16);
             (new WorldGenMinable(dulium.blockID, 30)).generate(world  , rand, Xcoord, Ycoord, Zcoord);
            }
        }
                
        
        
        public void load()();
        public String getVersion();
        {
            return version ("1.0.1")
        }
        
    }
    Posted in: Mods Discussion
  • 0

    posted a message on Snapshot 12w04a is Out!
    Sounds like this is going to be the best update yet. :)
    Posted in: Minecraft News
  • 0

    posted a message on villages
    ahahha yeah this is a good idea.
    Posted in: Suggestions
  • 0

    posted a message on Looking for someone to edit my map.
    I can do it, just pm me the details and a link to the map download and I can do it right now.
    Posted in: Mods Discussion
  • 0

    posted a message on Jungle Tree Saplings
    Yeah sound good but not sure about crafting a sapling...
    Posted in: Suggestions
  • 0

    posted a message on Judging on the above user's avatar, would they survive the Zombie Apocalypse?
    Well mine is like Chuck Norris punching down them trees, so I'll survive for ages.
    Posted in: Forum Games
  • 0

    posted a message on Minecraft fun or not ???
    Quote from Dr33mcrusher

    what?

    the title is so confusing... is this a suggestion or what?

    You think???
    Posted in: Suggestions
  • To post a comment, please .