• 1

    posted a message on Mine2D
    No tits no clicks.
    Posted in: Maps
  • 2

    posted a message on How Long Did You Survive?
    I got on my first world and spawned in lava! I had to make a new world :'(
    Posted in: Survival Mode
  • 4

    posted a message on [1.8.1]Useful features![v3]
    I was just trying out the new MCP and decided to make this.

    This mod adds two new GUI components and a few "cheats". An ingame texturepack switcher and website links! These buttons are located in the ingame menu by pressing escape. Both buttons work fully on multiplayer. It also adds keybindings to the game such as x-ray, full bright, step and high jump. You can now find out these keybindings by typing .help in a multiplayer game!

    X-Ray:
    This mod can be activated by pressing "x" ingame. It allows you to see ores and other rare blocks before you are even near them underground! I have made the x-ray dark on purpose so the people cannot cheat to badly in multiplayer.

    FullBright:
    This mod can be activated by pressing "c" ingame. It makes every block in the world as bright as glowstone so you can see in the night! It works on multiplayer as it only changes things client-side.

    Step:
    This mod can be activated by pressing "z" ingame. It makes it so that your player can walk up blocks like there is nothing there. It will allow you to walk up blocks like they are half-steps.

    High Jump:
    This mod can be activated by pressing "p" ingame. It will allow the player the jump a maximum of 2 blocks! It is useful for when you are stuck in holes and cannot break blocks.

    Screenshot: not updated





    Videos

    This video kindly made by MineSurferForLife. He has also asked that you guys check out his website: minecarterswebsite.wordpress.com


    Download:
    v3
    http://www.mediafire.com/?w1dmgbm90e2dab0

    Old

    Why?
    Q: Why is the world made of iron underground on this server?
    A: Because they have a plugin stopping x-ray (Thank God!!!!)
    Q: Why does it teleport me back when I high jump?
    A: Because there is a plugin stopping it (Thank God!!!!)
    Q: Can you add fly?
    A: NO!!!!
    Q: Can I have the source?
    A: NO!!!! Try decompiling it :smile.gif:
    Q: Will the server see me typing .help?
    A: Possibly, but whose fault is that?


    Changelog
    v1: Added ingame texturepack changer.
    v2: Added website buttons
    v2.1: Hopefully fixed an issue regarding biomes not reloading :biggrin.gif:
    v3: Added 1 ingame .help command, x-ray, high jump, full bright and step!


    Disclaimer:
    I am not responsible for you getting banned on a server. Please take it into your own hands and check to see if the admins mind, most of them can check :smile.gif: It would be helpful if you didnt take the code but I wont take legal action as in not a **** :biggrin.gif:
    Posted in: Minecraft Mods
  • 2

    posted a message on [1.8.1]Useful features![v3]
    Quote from superkk99

    This is stolen, real idea by Dadadah. :angry:

    This took me 2 mins to make! It is 2 lines of code, why would I steal it?
    Also ever heard of the saying "great minds think alike?"
    Posted in: Minecraft Mods
  • 1

    posted a message on funniest ban reasons
    I was banned for egging the owners house XD
    Posted in: Discussion
  • 1

    posted a message on Single Player Commands [V4.9] - Official Download [SPC] [+NoClip]
    Just to give some people an example that were wondering and getting angry at modders about updating mods, here is some code from 1.6.6 that the MCP team would work with to get the source... I can't even imagine what simo has to go through:

    import java.io.DataInputStream;
    import java.io.DataOutputStream;
    
    public class a extends ke
    {
      public int a;
      public int b;
      public int c;
    
      public a()
      {
      }
    
      public a(int paramInt1, int paramInt2, int paramInt3)
      {
        this.a = paramInt1;
        this.b = paramInt2;
        this.c = paramInt3;
      }
    
      public void a(DataInputStream paramDataInputStream) {
        this.a = paramDataInputStream.readInt();
        this.b = paramDataInputStream.readInt();
        this.c = paramDataInputStream.readByte();
      }
    
      public void a(DataOutputStream paramDataOutputStream) {
        paramDataOutputStream.writeInt(this.a);
        paramDataOutputStream.writeInt(this.:cool.gif:;
        paramDataOutputStream.writeByte(this.c);
      }
    
      public void a(td paramtd) {
        paramtd.a(this);
      }
    
      public int a() {
        return 9;
      }
    }


    Here is what you would have to change in some of the code to get the source (Which he would keep separate. Keep in mind this is an example.):

    public class a extends ke
    to
    public class Packet7UseEntity extends NextTickListEntry
    
    Then from that to update to 1.7 you would change it to( I am sure I got this wrong as I just quickly ran my mind through it.):
    
    public class Packet7UseEntity extends NextTickListEntry
    to
    public class a extends ki


    And that is what simo would go through with every class mentioned in his code. Searching through endlessly looking for names of classes. I have done this for a friend who was lazy with 57 lines of code and it took me around 1 hour. 10000 lines of code is just crazy and should be recognized at a great level. It took me around a minute to find out what the codes first line was so remember respect the modders when its time for an update (I stopped a one of my mods because people were begging... I just said screw it go update it urself and left. I would laugh if simo said that because all the people saying hurry up and update would be left out on there own.)

    So next time before you post "herp derp update you lazy noob" remember!

    Modders have lives too.

    Don't say it doesn't take long when you can't make a mod in the time you state!

    Modders can quit at any time and people will laugh at the people who caused that to happen.

    Modders are doing this for free (unless stated otherwise) and you are wasting your own time
    not the modders, they are usually doing it for themselves but just released it for other people to use and love.


    Simo_415 if you are reading this and I don't think you will, please consider putting this in the OP so everyone can see it and what you have to go through. Also this took me a while to write :tongue.gif:

    Random stuff I bet no one will read:

    The code used in this text was all written by the people at Mojang and I claim no right over it. This code is not used in SPC at all and if it is it was a big coincidence. I hope after reading this people will stop asking for updates when they are needed (or so they think) and realise hey, this man is actually a great guy with a great talent, let him take his time.
    Posted in: Minecraft Mods
  • 3

    posted a message on Your Best Game
    Halo Combat Evolved the best game ever made!
    Posted in: General Gaming
  • 1

    posted a message on [1.6.6] Cuboid Mod [2.0]
    About the mod
    Today I just finished the Cuboid mod for Minecraft 1.6.6 and I'm here to release it. A couple of friends wanted this to build solid pyramids so I took out an hour of my busy life to make one. This mod currently adds one block to the game that when clicked with another block it will change the top and bottom texture to that block. Then when the cuboid block is placed again it will fill in the spaces. If that sounds confusing please watch the videos below to see it in action!
    Backup your worlds before use and remember to delete the META-INF folder!!!
    Half the code was written by simo_415 so credit to him for that :biggrin.gif:


    You must have Risugami's Modloader for this to work!


    How To craft?
    Just simply fill your workbench with stone! Easy as pie :tongue.gif:

    Videos
    Awesome video kindly made by CaptainGrainWave


    Horrible video made by me


    Download
    http://www.mediafire.com/?uy56w7u25zc7ty4

    Known bugs
    Sometimes glitches and fills your world with a block type.
    Wool does not keep its colour.

    Banner

    [IMG]http://i53.tinypic.com/143niu9.png[/IMG]
    Posted in: Minecraft Mods
  • To post a comment, please .