• 0

    posted a message on MineBay Vanilla Whitelisted Server (Like MindCrack)
    IGN:evilaus

    YouTube:I have not started making videos I my own channel yet, but have recorded some with friends on a different channel(GweetSqweeterGaming) My channel I will use is evilaus7.

    How long have you been playing minecraft?: A little over 2 years.

    What do you wish to do on the server?: I wish to mainly have a safe environment to build and also wish to do things with others!

    Have you been on anyother SMP Servers? (If so please specify): I have been on quite a few servers, but have left them because of being griefed and the lack of protection from bein not whitelisted

    What is your specialty in minecraft? (Building, redstone ect.: I would say that I am pretty good with redstone, but I also am quite good at caving an obtaining resources.

    Thanks for your time!
    Posted in: PC Servers
  • 0

    posted a message on Just died in lava
    I was in a cave system with my friend, and as usual i was using a bucket of water to get rid of the lava. I placed the water, and then was hit by a spider and pushed into lava. Ironically the water turned all the lava above me into obsidian, and ultimately i was trapped in the lava.

    Lost about 3 diamonds, a diamond sword, a couple stacks of iron, and iron armour.
    Posted in: Survival Mode
  • 0

    posted a message on [WIP][v0.5]PIK-MINE[1.2.5]Outdated, dead
    any progress?
    Posted in: WIP Mods
  • 0

    posted a message on [WIP][v0.5]PIK-MINE[1.2.5]Outdated, dead
    Quote from RANKSHANK

    Alright as soon as i can make a custom render file (no clue at this point- just need to generate teh onion model without any living entity capabilities) It will be about an hours more work- so until then no updates :/


    Well, I looked into the EntityEnderCrystal file (knowing its a non-moving entity) and found a line stating

    protected boolean canTriggerWalking()
        {
            return false;
        }


    Not sure if this helps or if you figured out how to fix it, but I hope it does help!
    Posted in: WIP Mods
  • 0

    posted a message on [WIP][v0.5]PIK-MINE[1.2.5]Outdated, dead
    One issue with the textures of the pikmin, because the red and yellow pikmin do not actually have mouths, only blue pikmin do
    Posted in: WIP Mods
  • 0

    posted a message on [WIP][v0.5]PIK-MINE[1.2.5]Outdated, dead
    Well, when i attempted to make a pikmin mod a few months ago, I changed the code to make it grow within a minute.
    Posted in: WIP Mods
  • 0

    posted a message on [WIP][v0.5]PIK-MINE[1.2.5]Outdated, dead
    You could make it that the onion gives you the seeds, and then you plant them like a regular crop. When they grow big enough, you destroy the crop and it spawns a pikmin (similar to silverfish when you destroy their blocks)
    Posted in: WIP Mods
  • 0

    posted a message on [WIP][v0.5]PIK-MINE[1.2.5]Outdated, dead
    If you were to make another dimension, it would open opportunities for Holes, and have a boss at the end that could give a treasure. eg. scorch guard makes resistant to fire.
    Posted in: WIP Mods
  • 0

    posted a message on [WIP][v0.5]PIK-MINE[1.2.5]Outdated, dead
    Maybe you could make it that pikmin do not spawn naturally, and you craft a dormant onion.



    Then you can place this where you want, and right click on it to form a regular onion.
    Posted in: WIP Mods
  • 0

    posted a message on [WIP][v0.5]PIK-MINE[1.2.5]Outdated, dead
    I love Pikmin, It's one of my favorite games, and I was thinking about making a mod like this. If you need any help, I could possibly help using my limited knowledge of java
    Posted in: WIP Mods
  • 0

    posted a message on [1.5.2 SSP/LAN] The ZombieLand Mod (Its Back!) v.2.0.1 /Multiplayer!/
    This is an awesome mod! I made a small shelter, and then I heard it raining outside. When I stepped outside during the storm, all I could see was this



    The only place in the open area where there isn't these random images is when I look straight up.

    But apart from this, I've had no problems apart from the world being created slowly, and this is an awesome idea and mod!
    Posted in: Minecraft Mods
  • 0

    posted a message on Pikmin mod idea!
    Wow, I should have really searched to see if someone was making this mod, and I guess you guys are! If you want, I have recently been creating it so that the pikmin can be grown like a crop! the only issue right now is that for some reason when fully grown, they turn into a crop with TNT textures...
    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on Help With Creating a Mod
    Thank you so much!

    I am sorry, but this is my first mod, and i did not know that the BlockId had to between 97 and 255.

    But thanks again!
    Posted in: Mods Discussion
  • 0

    posted a message on Help With Creating a Mod
    @TheGawhisper

    Here is line 14

    super(q, w);


    and here is the area around it in case line 14 is different for me

    protected BlockCropRed(int q, int w) {
          super(q, w);
          this.blockIndexInTexture = w;
          this.setTickOnLoad(true);
          float e = 0.5F;
          this.setBlockBounds(0.5F - e, 0.0F, 0.5F - e, 0.5F + e, 0.25F, 0.5F + e);
       }
    Posted in: Mods Discussion
  • 0

    posted a message on Help With Creating a Mod
    okay, and just making sure, but the source is what it says inside the java file right?
    Posted in: Mods Discussion
  • To post a comment, please .