• 0

    posted a message on Minecraft survival games! (hamachi)
    Hey, my friend has hosted a Minecraft survival games server, and Im helping to promote it so we can play. If you dont know what the survival games is, look here: but back to the point The hamachi name is: theminecrafthungergames
    Password is: 123
    If you dont have space on the hamachi network, dont whine
    IP is: 5.157.74.159
    Note: you will get temporarily banned if you die. remember that.
    Posted in: Minecraft Survival Servers (archive)
  • 0

    posted a message on [Bukkit][1.1]Schoolcraft-BETA Release
    IGN:Yukaro
    Time Zone:UTC+1
    Why Schoolcraft?:Because its seems like a fun server and I might maybe meet some friends on the server
    $
    Posted in: Starting Up / Looking For Server
  • 0

    posted a message on I need help with 2 things
    Quote from Youkaro

    Thank you! It really helped! Now, over to my second question.

    Wait, The recompiling worked and the reobfuscating was correct, but I installed it on my Minecraft, and It didnt work! Maybe some more help (And Im new to modding so Im probably gonna be asking for alot of help!
    Posted in: Modification Development
  • 0

    posted a message on I need help with 2 things

    1.You need to get rid of the semicolon on line 4
    2.Change public mod_mystic() on line 6 to public void load()
    3.Change public String Version() on line 30 to public String getVersion()

    Thank you! It really helped! Now, over to my second question.
    Posted in: Modification Development
  • 0

    posted a message on I need help with 2 things
    Quote from Valcain

    4. Use. Eclipse. (Or another Java IDE that shows errors.

    Also, you need to "trim the fat" of your code. Rather than naming different methods then having them be called in your constructor, why not just have what happens in your methods, happen in your constructor?
    (Just makes it nicer and look better coded, in my opinion at least)

    I AM using Eclipse.
    Posted in: Modification Development
  • 0

    posted a message on I need help with 2 things
    Quote from MelonWizard

    Posting your code helps..

    However it seems you have missed a '{' on line 4.

    Ok, my code is:
    package net.minecraft.src;
    import java.util.Random;

    public class mod_mystic.java extends BaseMod;
    {
    public mod_mystic()
    {
    addNames();
    registerBlocks();
    addTextures();
    }

    public void addNames()
    {
    ModLoader.AddName(mystic, "Mystic ore");
    }

    public void registerBlocks()
    {
    ModLoader.RegisterBlock(mystic);
    }

    public void addTextures()
    {
    mystic.blockIndexInTexture = ModLoader.addOverride("/terrain.png", "mystic.png");
    }
    public static Block mystic = new Block (444, 0, Material.rock).setBlockName("Mystic").setHardness(12F).setLightValue(3);

    public String Version()
    {
    return "1.0.0";
    }
    }
    Can you find what Ive done wrong?
    Posted in: Modification Development
  • 0

    posted a message on I need help with 2 things
    how do I make the block actually come to the world, because its gonna be an ore and it will reveloutinary (I wrote wrongzzz) the world! I hope anyone could help me with making this mod evolve! And how do I make it smeltable? The actual gem will be called "Mystic gem"
    Posted in: Modification Development
  • 0

    posted a message on New Weekly Video Series - What Do You Want To See In It?
    A minecraft lets play with all the members of mojang.
    Posted in: Minecraft News
  • 0

    posted a message on actors needed for machinima
    Yukaro
    Posted in: Video/Series Help
  • 0

    posted a message on Recruiting for Youtube series!
    Age: 13

    Skype name: Yukaro

    I cant add you, sorry. Skype says I dont have internet connection even though I have, so I cant add anyone. You'll have to add me!
    Posted in: Video/Series Help
  • 0

    posted a message on How "Modern" Is Your Minecraft World?
    Medieval, I dont really care about redstone, When I think about it, I think Im a little under Medieval age, a little bit over Stone age. Most of the time Im just mining or exploring, You know? Thats what's fun in minecraft in my opinion, I only build good stuff when I play alone, and if Im really bored, the only good thing I've built is a self-destruction button that destroys my house in emergency, And thank you for reading this boring reply
    Posted in: Survival Mode
  • 0

    posted a message on 1.9 Pre-Release 6 Is Out!
    Me and my friend cheated because we wanted to fight the final boss (ender dragon) AND IT WAS AWESOME!!! (Not spoiling anything) and now were gonna do this legit!
    Posted in: Minecraft News
  • 0

    posted a message on The unknown demon
    Hello! Hope you enjoy the first episode!
    There are more episodes but I wont make you watch them, if you like the first episode, check out the others!
    Posted in: Let's Play (and Live Stream)
  • 0

    posted a message on Minecraft hamachi server
    So, The server is pretty empty, but got some stuff in it, and just so you know: You can kill a person one time, but not TWO times, wait a few hours to kill him again
    Stealing is allowed, but not TOO MUCH stealing.
    Hamachi: Yukaroserver
    Password: 123 (If this doesn't work, try 1234)
    IP: 5.37.172.4
    Posted in: Minecraft Survival Servers (archive)
  • 0

    posted a message on Mojang Releases Trailer For Minecraft 1.8
    Quote from Bubatu

    The zombies drop something!

    They drop rotten flesh.
    Posted in: Minecraft News
  • To post a comment, please .