• 0

    posted a message on [ModLoader1.7.3] Adding Custom MOBs and MORE!
    I would love to just to be able to edit the Cow model. That would make the model I'm making so much easier :tongue.gif:
    Posted in: Tutorials
  • 0

    posted a message on [ModLoader1.7.3] Adding Custom MOBs and MORE!
    How do I set up Techne like in the tutorial so I can get the different models? It only shows ModelBase and that's blank.
    Posted in: Tutorials
  • 0

    posted a message on [ModLoader1.7.3] Adding Custom MOBs and MORE!
    Quote from inlanoche

    I'm working on a super class for riding and some other code, if you wait a day, I'll be posting the entity class.

    I can wait a day for that.
    Posted in: Tutorials
  • 0

    posted a message on [ModLoader1.7.3] Adding Custom MOBs and MORE!
    Quote from inlanoche

    Carp-itty-crap... Let me go fix the link... I'll also post it here too.

    Ok thanks :biggrin.gif:
    Posted in: Tutorials
  • 0

    posted a message on [ModLoader1.7.3] Adding Custom MOBs and MORE!
    I'm trying to make a camel :tongue.gif:

    I want to make it controllable, and have gotten as far as taking the saddling code from EntityPig and throwing them into EntityCow. I haven't done any modelling or textures. Figured I'd get most of the coding done now.

    Now the only thing I don't know how to do is how to make it controllable, move at a faster speed saddled vs unsaddled, and not walk around with a saddle on it when it's not being controlled.

    In the OP it says there's a tutorial for this, though it links to a page in the middle of the thread, and nothing on that page really talks about this :tongue.gif:
    Posted in: Tutorials
  • 0

    posted a message on [HELP]How do I add metadata/damage value?
    Oh, well that really helps too :tongue.gif:

    Thanks.
    Posted in: Tutorials
  • 0

    posted a message on [1.7.3] Dirt Pumpkins
    There's a little button that says insert image. Upload the image to imageshack or whatever, copy it's url, hit that button, and paste in the url in the box it opens
    Posted in: Minecraft Mods
  • 0

    posted a message on TrollCraft~~No Trolls~~Whitelist~~iConomy~~Small Server Population
    Also there's a new IP.

    When are we moving the server to Adrian? This IP thing sucks and has sucked D:<
    Posted in: Minecraft Survival Servers (archive)
  • 0

    posted a message on [HELP]How do I add metadata/damage value?
    Pretty much just the topic. I've made a couple sets of tools, but I want to add a recipe to each that uses a different kind of stick, but it's still the same tool. I figure, why bother wasting item IDs, though that is the easy way, when I could use metadata or whatever it is like wools, dyes, wool, etc. use.

    The first problem I came across is that I have no clue how to do this :tongue.gif:

    Any help?
    Posted in: Tutorials
  • 0

    posted a message on Quick modding question
    Still unsure what I need to do.
    Posted in: Mods Discussion
  • 0

    posted a message on Quick modding question
    How do I make an ItemStack :/
    Posted in: Mods Discussion
  • 0

    posted a message on Quick modding question
    Quote from cheechako

    The Item constructor takes only one argument: the id. There is no second number. Things like dyes store the subtype in the damage value. Take a look at ItemDye.java to see how.

    I'm trying to figure out how to add the damage :tongue.gif:
    Posted in: Mods Discussion
  • 0

    posted a message on Quick modding question
    How do I assign IDs like dyes, wools, saplings, woods, and such use? Where would I put that second number? After the ID I assign to the item like this?

    public static final Item itemName = new Item(2000, 0).setItemName("abc");


    Or instead of a comma would I be using a semicolon?

    And can I do this with tools too?
    Posted in: Mods Discussion
  • 0

    posted a message on Elder Scrolls Mod
    I remember seeing an Oblivion sounds mod. It was removed because of copyright infringement.
    Posted in: Mods Discussion
  • 0

    posted a message on luhjgh's ModLoader tutorials *New armor and tools tutorial*
    After I found this page, I didn't think to make my own ToolMaterials file so I wouldn't be editing a base class.

    Well, after I did, in the fashion you did it, I got 10 errors (10 tools, 2 different materials I added)

    That was easy to fix. I hadn't changed the tool code from EnumToolMaterial.WHATEVER to mod_ToolMaterial.WHATEVER.

    After fixing that, I got 10 more errors. I'm not sure what to do about these :tongue.gif:

    It's pretty much saying I can't use the ItemSword or ItemSpade if I'm going to have my own ToolMaterial class. Do I have to make item files for all the tools?


    EDIT: Nevermind. Didn't read what was below that. Guess I do then :tongue.gif:

    Ignore all the crossed out stuff. Is there a way to throw the different mod_ModPick and mod_ModSpade and the others in with the mod_ModTool file? All these separate class files are getting annoying :tongue.gif:
    Posted in: Tutorials
  • To post a comment, please .