• 0

    posted a message on Advanced Skills [v0.1.3] [WIP]
    The reason I haven't been working on the original skills system is because I haven't decided what exactly I want to do with it. There are several parts of the system that are just awkward and unneeded (see: books) that came from the original idea thread for the mod. As well, the current system is extremely incompatible with other mods which is a major issue (especially Optifine). My current goal is to come up with a system that doesn't go beyond Forge's hooks so that it can be compatible with nearly everything because I want to create a mod that people can use with the other ones that add content (see: DivineRPG, Twilight Forest).
    Posted in: WIP Mods
  • 0

    posted a message on Advanced Skills [v0.1.3] [WIP]



    Floating combat text comes next. I'm basically putting off thinking about the core systems of the mod for now because I don't know what I want to do. I'm torn between sticking with something like what we already have (see: OP) or changing to a more runescape-esque system.
    Posted in: WIP Mods
  • 0

    posted a message on i need a good single player rpg mod
    Quote from XbeasteduX21

    i am looking for something more like the advanced skills mod but that hasnt been updated since beta... i guess i shouldnt have asked for a RPG mod... i guess i want a leveling system

    If you're talking about the one that I made, then I'm actually working on rebooting it. I haven't decided if I'll use the original system or scrap it and restart.
    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on Is it weird I don't like Feed the Beast?
    As a general rule I'm not fond of mods that don't fit the "feel" (take that to mean what you will) of Minecraft or simply add things for the sake of adding things.

    So no, it's not weird that you don't like FTB.
    Posted in: Mods Discussion
  • 0

    posted a message on Advanced Skills [v0.1.3] [WIP]
    As I've said before, it was incredibly unlikely that this would ever get updated because the system itself was flawed/awkward and the combat aspect of it is very... lacking, since all monsters have only 10-20 health. I have been considering something similar to this but more heavy on the RPG aspects all around which either makes monsters stronger as you gain levels or makes monsters stronger as you get further from the spawn. Let me know what you think about this please.
    Posted in: WIP Mods
  • 0

    posted a message on [1.2.5] TrapCraft v1.03
    If I update it then I would have no choice but to use forge.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Creating Mods] Miscellaneous Tutorials [01/13/12]
    You would have to change damage type it uses because it currently uses the DamageType 'projectile' which is what makes it do damage based on it's velocity. I think.
    Posted in: Tutorials
  • 0

    posted a message on [1.1.0] Name Your Dogs!
    Quote from 01JBro

    Would love an update to 1.4.7! Great mod, but seriously :steve_rage:

    I was hoping to work on some mods during my time off next week and this one is simple enough that I should update it.
    Posted in: Minecraft Mods
  • 0

    posted a message on setIconCoord(int, int)
    It tells the renderer where to look for the item/block's texture on the grid of textures.
    Posted in: Modification Development
  • 0

    posted a message on [1.2.5] TrapCraft v1.03

    Could you be more clear. Are you updating or not??

    Updating it got put off for several reasons and now that my second semester has started I just don't have the time. I still want to revisit this at some point but it won't be happening in the very near future. Possibly in February when I get time off.
    Posted in: Minecraft Mods
  • 1

    posted a message on Editing a Specific Variable in a ItemStack and saving to NBT
    Changing variables in the Item class will always affect all instances of that item. Data for individual items is saved in the individual ItemStack instances. That is also where the NBTs are for saving item data.
    Posted in: Modification Development
  • 0

    posted a message on [1.2.5] TrapCraft v1.03
    I hate change. It took me months to switch from notepad to eclipse.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.2.5] TrapCraft v1.03
    Quote from Rising_Dead

    Hopefully you can get this updated. The features of this mod are pretty unique and I love using them.

    I basically had it updated except for a couple issues with the dummy but I discovered that I'll have no choice but to use forge which will require me to redo everything. That sort of put this off.
    Posted in: Minecraft Mods
  • 0

    posted a message on Exp Chest
    Quote from jamolnng

    Not dead anymore \o/ but slowly updating. I should have it done in the next few days, at the latest it will be the weekend.

    I have it on good sources that you are, in fact, dead.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Modding Question] What Makes Ladder Climbable
    It's a part of the code in the method moveEntityWithHeading in EntityLiving which checks if they are on a ladder.
    Posted in: Mods Discussion
  • To post a comment, please .