• 0

    posted a message on [1.5.2] Ninjas Mod! [V1.8.2] [SMP] Shurikens, Ninja Mobs, and More!
    Quote from inhumanereaper9

    are you going to reply to my request?

    oh sorry bout that
    uhm the only thing I dont really like about that is to do it I wound have to edit some of the original .class files, which can remove its compatibility with other mods... and also I'm not sure where I would start with the coding for that.
    Posted in: Minecraft Mods
  • 0

    posted a message on I want ADMIN or OP on any 1.8.1 servers
    ok how bout this
    you host a server with me as the owner and ill make you an admin on it :tongue.gif:
    Posted in: Starting Up / Looking For Server
  • 0

    posted a message on (1.8.1)Ninja Stars Mod (Not throwable yet)
    Quote from Timmybits

    What's the point of a unthrowable ninja star? =P

    I personally think you should finish the throwing part before you release it. :3

    if u want a throwable one check out the link in my sig :tongue.gif:
    Posted in: Minecraft Mods
  • 0

    posted a message on (1.8.1)Ninja Stars Mod (Not throwable yet)
    pic fail
    Posted in: Minecraft Mods
  • 0

    posted a message on Modding Without Jar Editing?
    solution: make back up .jars without the mods in them and with different names so you can go back to them by simply changing the name back to minecraft.jar
    Posted in: Mods Discussion
  • 1

    posted a message on HELP!!!!!!!
    .gif images
    Posted in: Forum Discussion & Info
  • 0

    posted a message on Need some help
    pistons hiding a hole past the void, have to be standing there to answer the question, if wrong you fall
    Posted in: Maps
  • 1

    posted a message on How to Custom Model Mobs! [1.8.1] 11/11/2011
    Quote from PrimusThePrius

    Wow! Nice" THANKS! :biggrin.gif:
    Take some!: :Diamond: :Diamond: :Diamond: :Diamond: :Diamond:

    thanks!
    Posted in: Tutorials
  • 0

    posted a message on Minecraft has crashed!
    try deleting the entire .minecraft folder and put any saves you care about in a backup folder somewhere
    Posted in: Legacy Support
  • 0

    posted a message on Notch Won Minecraft
    Quote from Racefan897

    What lawsuit?

    ....ur kidding right?
    Posted in: Discussion
  • 8

    posted a message on How to Custom Model Mobs! [1.8.1] 11/11/2011
    Orignal post a few weeks ago
    Now updated with a 3rd video

    Hey all you modders out there! Been wondering how to make custom models for your entities? well now I can teach you how!
    If your wondering, this is not a tutorial for techne (program meant to do this for you but has bugs, mainly with animation).

    What you need for this:
    • MCP (minecraft coder pack)
    • ModLoader by Risugami (unless you know how to add an entity without it and don't want to use it, I will not be teaching how to do this without it though.)
    • If you do not have mcp with modloader or you do not have mcp at all, youtube a tutorial on how to set up mcp, there are many of them.
    • knowledge of making a simple entity to test this with (I will not be teaching you how to code entity actions)

    In these four videos I cover setting up all the .java files needed to make the entity appear correctly and how to make a simple box and change where it appears. Then I teach you how to add more boxes and we end up with an entity that has 3 different boxes. Finally I teach you how to texture what we just made More will come when I have time to make them.

    Here are the videos(best when watched at 720 and in full screen):

    Part 1

    Part 2

    Part 3

    Part 4



    Sorry for the audio lag at some points, if something is unclear ask me in a comment or pm here or a comment on the video and I will tell you what to do and put a annotation in the video addressing it. The audio lag shouldn't be too bad though.

    If you don't believe that I can model, then heres a picture of a pretty basic thing I coded


    heres even a video of it after I added a really stupid texture

    If there's anything else you want me to make a tutorial on, comment here and I may just turn this into my tutorial page for all modding
    Posted in: Tutorials
  • 0

    posted a message on [1.8.1] iMod v1.0
    well
    fix a lot of things
    aka pictures and others
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.8.1] Dwarf Tools Mod
    nice first mod
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.8_01]Creepers Burn in Daylight [SMP compatible]
    Quote from Im a hippy

    I could probably do that if you really want it... Maybe a separate download for that?

    here put this in the onupdate
    if(fire > 0)
    {
    worldObj.createExplosion(this, posX, posY, posZ, 3F);
    setEntityDead();
    }

    that'd make it blow up as soon as it lights on fire XD
    Posted in: Minecraft Mods
  • To post a comment, please .