• 0

    posted a message on Need builder, admin, mods, worldpainter guy and lore writer
    Quote from MathiasTarr

    You'll need to be at least like 3-5 days on the server just checking it.
    oh yea! by the way i am 12 years of age and is there a position where i don't have to be on 3-5 days rather than admin or moderator?? thanks
    Posted in: Server Recruitment
  • 0

    posted a message on Need builder, admin, mods, worldpainter guy and lore writer
    In game name: elijahwass99

    Timezone: Central Time Zone

    Skype: elijahwass99

    Building experience (1-10): 5

    Working with others (1-10): 8

    Are you loyal and devoted?: yes (but not always going to be on server)

    Position(s) Applaying For (Builder, Admin, Moderator, Plugin/Perms, Lore Writer): either admin or moderator would be just fine :)

    Anything Else?: how often should/do i need to be on?? let me know BEFORE you sign me up or what ever you do ;-)
    Posted in: Server Recruitment
  • 0

    posted a message on Mrgreen33gamer's [1.6.1\1.6.2\1.6.4\]Forge/ModLoader Modding Tutorials
    Which class file is the public static part in? (i.e. Block.class, mod_Name.class, etc.)



    PUT UNDER PUBLIC STATIC FINAL SECTION:

    public static final Block NAMEBlock = new BlockNAME(160, 0).setCreativeTab(CreativeTabs.tabBlock).setHardness(5F).setResistance(6F).setStepSound(Block.soundStoneFootStep).getIndirectPowerOutput("NAMEOFBLOCKINFOLDER");


    Make new Block class:


    package net.minecraft.src;
    import java.util.Random;

    public class BlockStupidSand extends Block
    {
    public BlockStupidSand(int par1, int i)
    {
    super(par1, Material.rock);
    this.setCreativeTab(CreativeTabs.tabBlock);
    }


    public int idDropped(int i, Random random, int j)
    {
    return mod_NAME.NAMEBLOCK.blockID;
    }
    public int quantityDropped(Random random)
    {
    return 1;
    }
    }




    Register the block in Public Void Load:

    ModLoader.registerBlock(NAMEBlock);


    Add name to block in public void load:

    ModLoader.addName(NAMEBlock, "In-game Name");
    Posted in: Mapping and Modding Tutorials
  • 0

    posted a message on Mrgreen33gamer's [1.6.1\1.6.2\1.6.4\]Forge/ModLoader Modding Tutorials
    to add a new block, add a new biome, add a new item, add a new crafting recipe, and adding new food require forge or can i still use modloader?

    PLEASE REPLY!
    Posted in: Mapping and Modding Tutorials
  • 0

    posted a message on Mrgreen33gamer's [1.6.1\1.6.2\1.6.4\]Forge/ModLoader Modding Tutorials
    some things like biome gen, new block for 15.1, etc. don't work for me. please help!

    also i might not be doing the codes right :-/

    can someone please do a video tutorial on how to add a new block for 1.5.1
    Posted in: Mapping and Modding Tutorials
  • 0

    posted a message on BubbleCraft - Minecraft 1.4.7 +
    People,People! PLEASE calm down a little about the negative things about the texture pack!!! Gosh ,I m sorry for the bad texture pack all right??!! I will/can add updates that can make the texture pack better but you need to tell me what exactly you want me to fix ( don't say everything ).Thank you guys for at least trying it :-)
    Posted in: Resource Packs
  • 0

    posted a message on elijahwass99's Survival Server
    Quote from Kinggenton

    Minecraft Name:Yaemi
    Real-Life Age: im an adult ( so what?!?!)
    Reason You Want to Join: i like small survival groups
    Anything Else You Think I Should Know: ummm im new to the online multipler and the game on general and i program for a living :D

    IP Address: 70.225.161.43
    So tell me a little more about yourslef, you like to program? Program what?Hello everyone! My server is currently down and will be down for a while. Sorry for the inconvenince.
    Posted in: PC Servers
  • 0

    posted a message on BubbleCraft - Minecraft 1.4.7 +
    Quote from BlackCosmos567

    Everything's Pink? nothing too exiting there and no pictures? threads should get deleted if there are no pics
    Hey there, i was just bored one day and decided to make it but if you have any suggestions to make the texture pack better let me know, thanks for trying it out though
    Quote from _R2D2_

    Eww. Just eww..
    i know right :-)HEY EVERYONE! IM SO SORRY FOR EVERYTHING AND I WILL TRY TO FIX THINGS. BUT PLEASE BE A LITTLE NICER ABOUT YOUR COMMENTS PLEASE AND THANK YOU! :-)
    Posted in: Resource Packs
  • 0

    posted a message on elijahwass99's Survival Server
    Quote from RecHD

    There actually are many servers.
    Quote from RecHD

    There actually are many servers.
    awww... is RecHD a newly spawned??? AW... How cute is tat??? :-)
    Posted in: PC Servers
  • 0

    posted a message on Craft4Lols [PvP] [Economy] 24/7 Anti-Grief Community Server
    the server is awesome. I really like how you can do different thngs in it too.
    Posted in: PC Servers
  • To post a comment, please .