• 0

    posted a message on Minecraft 'ghoster'
    Quote from abot727

    Any one of these fit the context?

    http://www.urbandict...hp?term=ghoster

    No. My friend says that it means someone who's hacking to be invisible. I think this might be it, because I was spectator and I tp'd to some people. Spectators are visible for a quarter of a second when they teleport, and then they are invisible. I think that's why the person said that.
    Posted in: Discussion
  • 0

    posted a message on [Adv]Boj's Technic Adventure OVER 280 DL's!(Mod)
    Quote from Zisharo

    Just a tip....map bugged out somewhere at the beginning..i fell into the void and never died..not sure if its the map..or the damn Technicsmp is being stupid again

    It is purposeful. Many void holes. Should add that do description.
    Quote from ACCaddell

    Just a comment, your quote is amazingly right! Also, I'm about to download this map. No pics, clicks!


    Err I do have pics...
    Quote from mindreader2

    i haven't tried it yet, sounds amazing, make a youtube vid on it so we can see what it looks like
    :steve_csi: :steve_sillyface:
    now done it great

    Computer to shitty to make video. Sorry.
    Quote from dimako99

    Hey bro if you can get a server running even a hamachi 1 i could get on and help you build the next one, and i DL'ed your first map

    Computer too shitty to host a server also. Sorry 'bro.'
    Posted in: Maps
  • 0

    posted a message on Minecraft 'ghoster'
    I was just playing on MCSG and someone accused me of being a 'ghoster.' I'm not too sure what this means. Can someone please enlighten me?

    Edit: No one? C'mon!
    Posted in: Discussion
  • 0

    posted a message on Chest Activating Redstone
    Already been made. Search for Chest Trap.
    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on Dirt Block Survival
    This actually looks pretty good. Too bad I'm at school and can't download it now :-(
    Posted in: Maps
  • 1

    posted a message on Container and shapeless recipies
    Quote from BrainLaxative

    And yeah just return said item thats all
    and then if you need to use it for a certain thing just add an if statment

    So, it would be, for example, return(Item.PStone); ?
    Posted in: Mods Discussion
  • 1

    posted a message on Container and shapeless recipies
    Quote from BrainLaxative

    A crafting container? like the philosphers stone?


    Furnace is easy
    In your mod_ file (Assuming you're using modloader)
    you reg 2 blocks the on and off state of the furnace..
    TileentityFurnace... save as Tileentity(Name of your item) and change all of the FUrnaces to your item name...
    Gui furnace is the same thing... you can add a custom texture..
    Furnace recipes save as your item aswell change everything , add what recipes you want...
    BlockFurnace... same thing and add textures for all sides
    EntityFurnace same thing


    To add the textures for all sides declare ints = textures in you mod_ file


    ie


    //static

    public static int DNAProcOn;
    public static int DNAProcOff;
    public static int DNAProcSides;
    public static int DNAProcTop;


    addTexture() {

    DNAProcOn = ModLoader.addOverride("/terrain.png", "/ModImages/DNAProcON.png");
    DNAProcOff = ModLoader.addOverride("/terrain.png", "/ModImages/DNAProcOff.png");
    DNAProcSides = ModLoader.addOverride("/terrain.png", "/ModImages/DNAProcSide.png");
    DNAProcTop = ModLoader.addOverride("/terrain.png", "/ModImages/DNAProcTop.png");




    }

    Hope that helped i suck at explaining code in text haha

    Do u have a skype? PM it to me, and I will add you. I don't really get all that, I'm not the greatest at Java. :-(

    Edit: For clarification, I mean a container item, meaning an item that is never used up in crafting. Does it use the return() function?
    Posted in: Mods Discussion
  • 1

    posted a message on Container and shapeless recipies
    Quote from BrainLaxative

    Shapless recipes are added with the modloader command

    Modloader.addShaplessRecipe(itemstack, int) i believe eclipse will tell you..

    and containers Depends on the type...

    Furnace
    chest?
    Different code for each...
    pretty much involves pasting the name and pictures for your item into the
    Tileentity file...
    Block file
    Entity file
    gui file...

    in the case of furnace there is recipe files and stuff to worry about..
    tell me what sort of container you want and ill help :smile.gif:

    I want a crafting one, like in EE. Also, I would like to know how to make a furnace one! Thanks for your help!!!!!!!
    Posted in: Mods Discussion
  • 1

    posted a message on Container and shapeless recipies
    I'm trying to make a mod that adds shapeless recipes and container items. Can someone please help me or give me some code? Thanks!!!
    Posted in: Mods Discussion
  • 0

    posted a message on [1.2.3] Legacy Better Then BuildCraft Thread (defunct)
    Quote from walker_boh_65

    So you agree with me, who agrees with FC, but you do not agree with FC himself? Huh?

    I agreed with the part where you said that he should do this kind of thing with all Forge mods.
    Posted in: Minecraft Mods
  • 2

    posted a message on [Adv]Boj's Technic Adventure OVER 280 DL's!(Mod)
    Quote from charredgrass

    Nice job! :Diamond: Please make another!

    Already working on it :-)

    Thanks for bumping this post!
    Posted in: Maps
  • 0

    posted a message on [1.2.3] Legacy Better Then BuildCraft Thread (defunct)
    Quote from Stormweaver

    My arm's not long enough for the required facepalm to be expressive enough.

    At least IC2, Lasers mod, and NEI. Not the whole Technic pack, I guess.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.2.3] Legacy Better Then BuildCraft Thread (defunct)
    Shouldn't the name of this crossover be: Better then Buildcraft (And Santa Claus, And Enderdragons)? BTBASCAE?
    Quote from walker_boh_65

    Because FC was kind enough to let them play with BTW and THEN BC. Now the internet is determined to exploit this act of kindness to include all forge mods.

    I agree with you sooooo much. Too bad FC doesn't. D: Better than Wolves would be my favorite mod if it was still Forge based.
    Quote from FlowerChild

    Luckily I have a cold shriveled heart of stone that can not be swayed by such requests :wink.gif:

    D-: I wanted to use this with the Technic pack, but I suppose that will never happen. :ohmy.gif:
    Posted in: Minecraft Mods
  • 2

    posted a message on [Adv]Boj's Technic Adventure OVER 280 DL's!(Mod)
    Just wanted to say, Proud to reach 7 DL's!!!! People actually gave my map a chance! Thanks everyone!

    Edit: 12 DL's!!!

    Edit: 19! 21!!!! 54!!!!! :-)

    Edit: OVER 9000! 273!!!!!!!!!!!!!
    Posted in: Maps
  • To post a comment, please .