• 0

    posted a message on BladeCraft - Customize Your Swords!
    Quote from GPeckman1»

    i would suggest using leather armor as a template as it can be dyed.


    let's see if anyone recognizes what book series this sword is from.


    I could be wrong, but my understanding from someone else's explanation is that dyed leather is a special case added by Minecraft itself and bypasses the standard model system. Unfortunately, Forge doesn't allow this (well, it does, but it would mean I'd have to use the IItemRenderer like I do in 1.7 in 1.8, but it is now deprecated in 1.8).

    Quote from Miletech»

    Inheritance?


    Any idea on what caused my crash? (A few posts ago?)


    The crash is caused by an issue with the code utilized to decode the hexadecimal string stored in the Item's NBT data. This is a relatively easy fix but I do not have the ability to post the update as this topic is under thisguys' control.



    In case anyone else cared about the update, I don't know if or when it will be updated as I currently work ~65 hours a week plus any other obligations I have so I have very little time to learn the new system as well as update the mod. If I can I can, if I can't, thisguy will have to see if he can find yet another person to update BladeCraft.

    Posted in: Minecraft Mods
  • 0

    posted a message on BladeCraft - Customize Your Swords!
    Quote from GamerRated»

    1.8-1.8.3?


    Whenever I find the time to both code it and figure out how I'm going to render it in 1.8. The entire way it was rendered before is now deprecated by Forge so I'll have to figure out how I can use Minecraft's new system to render it. The new system apparently requires you to specify static models now so I don't know how i'll do the coloring. If i made a static model for every color combination....well....it would probably use up a lot of memory.

    Posted in: Minecraft Mods
  • 0

    posted a message on MCP mods and Forge
    Yes but you probably won't want to do it because it will be a lot harder and depending on what you're doing in the horse class it may not allow it to be completely compatible anyway.
    Posted in: Modification Development
  • 0

    posted a message on BladeCraft - Customize Your Swords!
    Quote from LunariusH»
    Is the code that you apply to make swords different colors able to be applied to other things? Could you make it possible to have clay of any color, stone of any color, wood, etc?

    The way the code is written, it uses NBT to store the color information. In 1.8 I may possibly be able to make support for normal blocks, however, I cannot think of a way for this in 1.7.10 as there is simply not enough data space alotted to each normal block to hold this kind of information. You could theoretically do it with TileEntity blocks, but it is best to limit the cases when you use TileEntities as they eat up memory.
    Posted in: Minecraft Mods
  • 0

    posted a message on BladeCraft - Customize Your Swords!
    Quote from MNM1O1»
    does this meani could make a sword that looks like the guildid sword from majoras mask? (sorry for spelling :P) or can i not make patterns?

    I haven't gotten to making it so that you can customize the pattern yet. It is possibly given the way the code works, however, I don't have the actual implementation to provide that.
    Posted in: Minecraft Mods
  • 0

    posted a message on BladeCraft - Customize Your Swords!
    i still haven't recieved an answer to my question.

    I apologize, I failed to notice it for some reason. It shouldn't have anything to do with your texturepack. It appears to be an issue in one of my utility classes but I have been unable to replicate it to understand where the issue is occurring. The only other thing I've noticed is that all cases reported to me occurred when the user had other mods installed as well. Do you have any other mods installed with BladeCraft?
    Posted in: Minecraft Mods
  • 0

    posted a message on BladeCraft - Customize Your Swords!
    Could you please explain what you did to get this error? I cannot tell what the issue is simply from this stack trace.
    Posted in: Minecraft Mods
  • 0

    posted a message on Need Help: world.getBlock equivalent for 1.8?
    Yeah, you should just have to create a new BlockPos object using your integers for that World.getBlock(BlockPos) method.

    So like,
    worldObj.getBlock(new BlockPos(x, y, z));
    Posted in: Modification Development
  • 0

    posted a message on What are you listening to right now?
    Posted in: Culture, Media & Arts
  • 0

    posted a message on How do you fix id conflicts manually?
    That shouldn't be a problem in 1.7.10, since IDs are automatically chosen on construction i think.
    Posted in: Modification Development
  • 0

    posted a message on Method Error
    You're trying to access the method statically from the Configuration class rather than accessing it from your configuration object. Lowercase the first Configuration in your loadConfiguration method.
    Posted in: Modification Development
  • 0

    posted a message on What are you listening to right now?
    Posted in: Culture, Media & Arts
  • 0

    posted a message on BladeCraft - Customize Your Swords!
    Quote from raymonddanoob»
    does the new version allow us to make any colour of sword we want?

    Yes, you can make each of the three parts of your sword any color you would like.
    Posted in: Minecraft Mods
  • 0

    posted a message on BladeCraft - Customize Your Swords!
    I hope anyone who has downloaded it has enjoyed the mod so far. We have big plans for the future for this mod, including an API that will allow other mods to easily add this same functionality to their items. We've also been floating some other ideas around for other features to be added.. Also, if you've tried the mod, please give us some feedback so that we know what's good and what needs more work. Remember to check back often for more updates. If you would like, you can also tweet at me if you have any questions. I may also begin to posting updates on the mod via twitter as well. Again, I hope all of you that have tried the mod enjoy it.

    - Ghostrec35
    Posted in: Minecraft Mods
  • 0

    posted a message on BladeCraft - Customize Your Swords!

    Quote from renmau5 »
    Finally !! I've been waiting for this mod for a long time !! Now I want to try it!! :D

    I'm going to try to make a tutorial video sometime this weekend to help explain how to do everything in the mod. We'll see however. I won't promise anything in case it doesn't work out.
    Posted in: Minecraft Mods
  • To post a comment, please .