• 1

    posted a message on What's so Much Worse about Americans?
    americans are okay generally, but germans are fucjking nauseating and should be put out of theyre misery
    Posted in: General Off Topic
  • 2

    posted a message on ANIME
    Quote from CO_Amadeus

    I used to be really big on it, but as I became a sensible, logically inclined human being I fell out of love for much of it.

    -Sensible, logically inclined human being
    -Has pony avatar

    Doesn't compute
    :huh.gif: :huh.gif: :huh.gif:
    Posted in: Culture, Media & Arts
  • 1

    posted a message on i,j,k,l : How do they work?!
    miracles, man.
    Posted in: Modification Development
  • 1

    posted a message on Gentlemen, light your torches and sharpen your pitchforks, there's an RPG abrewin'...
    Quote from OmegaDez

    But Creative mode doesn't have monsters and you don't have to mine for your resources and stuff.
    The minecraft I know and love always had those things, so please, pray tell, what have I been playing all those months, and why do you want to take it away from me?


    What you have been playing was survival minecraft. No one is taking survival mode away. You aren't making any sense.
    Posted in: 1.0 Update Discussion
  • 1

    posted a message on [Site/Userscript] Deadfly, the adf.ly/adcraft.co bypasser!
    Quote from AnonymousJohn

    Can't be arsed with adf.ly links? Deal with it. It's 5 freaking seconds. 20 mods? Oh no, you've just spent a minute and a half of your day showing your gratitude for us as programmers waiting through harmless ads that you don't have to look at. What a travesty! But ah, who am I kidding? What do we care? It's not like we spend hours of our own time to make playing Minecraft for you fun.

    [/rant]


    Honestly? You make minecraft mods and expect someone to pay you a salary because of it? No one owes you anything, buddy.

    If you're modding minecraft you're doing it because it's a hobby. Otherwise you can promptly get the **** out and make room for someone who mods because they enjoy modding not because they hope they can make a quick buck off of everything they release.

    If you're modding and you're not getting the gratification out of it that you thought you would get then just stop modding, don't whine and beg for a few cents because no one owes you anything and there's nothing you can do to force them to pay you.
    Posted in: Hardware & Software Support
  • 1

    posted a message on [1.7.3] The Caelum 0.5 (RENAMED!)
    Quote from Exedra

    sorry, but this looks awfully like an Aether rip-off.


    what the hell is an 'aether' :blink.gif:
    Posted in: Minecraft Mods
  • 1

    posted a message on Dead Space Mod [Discontinued]
    I think you should work on getting a space dimension done first. Once you get that done you can upload it just as a standalone mod and that would get you more recognition and coders willing to help you if they think what you're doing is cool.
    Posted in: WIP Mods
  • 1

    posted a message on [Help]How do i make a block do damage to player?
    Quote from loneWolf23245

    Yeah, i can even make the tools ive set for it, i only want it to do damage when you touch it...


    I'm having this same problem. The block shows up but no damage is done.

    E: Problem solved. Add this to your BlockAquamarineOre.java as well:
    	public AxisAlignedBB getCollisionBoundingBoxFromPool(World world, int i, int j, int k)
        {
            float f = 0.0625F;
            return AxisAlignedBB.getBoundingBoxFromPool((float)i + f, j, (float)k + f, (float)(i + 1) - f, (float)(j + 1) - f, (float)(k + 1) - f);
        }
    
        public AxisAlignedBB getSelectedBoundingBoxFromPool(World world, int i, int j, int k)
        {
            float f = 0.0625F;
            return AxisAlignedBB.getBoundingBoxFromPool((float)i + f, j, (float)k + f, (float)(i + 1) - f, j + 1, (float)(k + 1) - f);
        }


    Otherwise the collision never registers so the attackEntityFrom function is never triggered.
    Posted in: Modification Development
  • 5

    posted a message on [1.2.5] Somnia [SSP|ML] (1.4.x WIP)
    Agreed. Either provide screenshots of the mod that you haven't finished, or I won't click the nonexistent download link and install it.
    Posted in: WIP Mods
  • To post a comment, please .