Jump to content

Taparu

Members
  • Posts

    2
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Taparu's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I overrided it in my armor class, but the render function continued to call ItemArmor's getColor function. edit: I found out this is working. The reason I didn't notice it is the item in inventory rendered black instead of the armor model rendering black. If anyone has any ideas for that I would be glad to hear them. I'm currently investigating it still.
  2. Hello I am trying to create an armor that changes colors based on surroundings (currently coded as the block your character is standing on). The problem I have is the ItemArmor class function getColor(itemstack) has an if that only allows CLOTH (leather armor) to pass the color value. Both RenderBiped and RenderPlayer classes call this function. What is the best way to work around this issue without editing base files?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.