• 0

    posted a message on So much tutorial!
    I watched your videos, just a tip: I couldn't hear you in your tutorial videos because of the loud background music, other than that they were pretty good ^^
    Posted in: Tutorials
  • 0

    posted a message on TTTR [MC]: How to get Infinite Water & Lava [HD]
    *This video has been removed by the user, sorry about that*
    Posted in: Tutorials
  • 0

    posted a message on SunSend V1 *HD*
    One question; how did this take 10 days? All you would have to do it choose the options from painterlypack.net
    Posted in: Resource Packs
  • 0

    posted a message on the making of
    You don't extract the minecraft.jar, download a program called 7-zip.
    It's free and easy to use.
    Take the files you want to add, drag them into the minecraft.jar and then you are done.

    Hope I helped :biggrin.gif:
    Posted in: Resource Packs
  • 0

    posted a message on [Textures] Rainbow Colored Beds! (PNG Files Download)
    What about white?
    you might have forgotten a color, lol
    Posted in: Mods Discussion
  • 0

    posted a message on The Block Party Portal 2 Giveaway tonight! MinecraftFM
    Earlier today there was an average of 5 people, now we have more than I can count.
    I guess everyone loves portal 2, :tongue.gif:
    Posted in: Forum Announcements
  • 0

    posted a message on Lag lag, and more lag
    I have this same issue, sometimes I can get Over 100 fps on my laptop, and other times, I'm getting 1, or sometimes even 0.
    Minecraft is so strange when it comes to lag.
    Posted in: Legacy Support
  • 0

    posted a message on [ORIGINAL BANNER SHOP] EP's Banner Shop
    Hello, Did you see my request 2 pages ago?
    [48]
    If not, I'll repost it.
    I would Like an avatar of a lava creeper that is on fire.
    Thanks, :biggrin.gif:
    Posted in: Mods Discussion
  • 0

    posted a message on [Creating Mods] Modding tutorials [21/5/11]
    Quote from smith_61 »
    Quote from tehgritz »
    ***Minecraft Coder Pack Version 2.9 ***
    MCP 2.9 running in C:\Users\*Snip*\Desktop\Mods\Minecraft\mcp29a\sources\minecraft\net\minecraft\src\MinecraftAppletImpl.java:30: unreported exeption org.lwjgl.LWJGLExeption; must be caught or declared to be thrown super.startGame();
                                                                                 
    1 error
    ***minecraft_server.jar was not found, skipping
    ===MCP 2.9 recompile script finished ===
    Press any key to continue . . .


    I was trying to make a mod, and when recompiling, it gave me this.

    EDIT: I thought it might be useful to post what i was trying to make,
    It was a crafting recipe so that crafting 4 cobblestone gave me a smooth stone.
    addRecipe(new ItemStack(Block.stone, 4), new Object[] {
     "##", "##", Character.valueOf('#'), Block.cobblestone
    });

    Did you decompile a fresh non modded minecraft.jar?


    Thank you for the help, I wasn't aware I had Optimine installed into my Minecraft :/
    Posted in: Tutorials
  • 0

    posted a message on What do I need to make Minecraft faster?
    With those specs, I'm no expert, but I would upgrade your RaM.
    Not sure what to go for, but I'd say 4Gb would be a good amount.
    Hope you have better luck with MineCraft in the future! ^^
    Posted in: Legacy Support
  • 0

    posted a message on Modding
    ***Minecraft Coder Pack Version 2.9 ***
    MCP 2.9 running in C:\Users\*Snip*\Desktop\Mods\Minecraft\mcp29a\sources\minecraft\net\minecraft\src\MinecraftAppletImpl.java:30: unreported exeption org.lwjgl.LWJGLExeption; must be caught or declared to be thrown super.startGame();
                                                                                 
    1 error
    ***minecraft_server.jar was not found, skipping
    ===MCP 2.9 recompile script finished ===
    Press any key to continue . . .


    Recently I have been interesting in modding minecraft, so I decided to jump right in.
    I looked up a tutorial, and went to it.
    I was trying to make a mod, and when recompiling, it gave me this. [at the top]
    I thought it might be useful to post what I was trying to make, so here it is. [at the bottom]
    It was a crafting recipe so that crafting 4 cobblestone gave me a smooth stone.

    addRecipe(new ItemStack(Block.stone, 4), new Object[] {
     "##", "##", Character.valueOf('#'), Block.cobblestone
    });
    Posted in: Legacy Support
  • 0

    posted a message on What's with the COMMA when I am buying the game???
    Here in Europe we use "," instead of "." for decimals.

    Ps, Congrats on buying the game ^^
    Posted in: Legacy Support
  • 0

    posted a message on [Creating Mods] Modding tutorials [21/5/11]
    ***Minecraft Coder Pack Version 2.9 ***
    MCP 2.9 running in C:\Users\*Snip*\Desktop\Mods\Minecraft\mcp29a\sources\minecraft\net\minecraft\src\MinecraftAppletImpl.java:30: unreported exeption org.lwjgl.LWJGLExeption; must be caught or declared to be thrown super.startGame();
                                                                                 
    1 error
    ***minecraft_server.jar was not found, skipping
    ===MCP 2.9 recompile script finished ===
    Press any key to continue . . .


    I was trying to make a mod, and when recompiling, it gave me this.

    EDIT: I thought it might be useful to post what i was trying to make,
    It was a crafting recipe so that crafting 4 cobblestone gave me a smooth stone.
    addRecipe(new ItemStack(Block.stone, 4), new Object[] {
     "##", "##", Character.valueOf('#'), Block.cobblestone
    });
    Posted in: Tutorials
  • 0

    posted a message on how do you put mods onto the game?
    viewtopic.php?f=17&t=132912

    5 seconds of google...
    one less spam thread.
    No offense, but use google or search if it ever goes back online.
    Posted in: Legacy Support
  • To post a comment, please .