Jump to content

RazzaS

Members
  • Posts

    1
  • Joined

  • Last visited

RazzaS's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Solved, I had told the code to look for wrong entity before testing the updated block of code for its inventory. Please disregard this post. Original Post: I was making custom horse armor, a copper armor for horses and ran into a problem with the horse's inventory. I made several variants of the copper horse armor to simulate oxidization and was trying to use LivingUpdateEvent to swap out the armor (to simulate oxidization). I managed to get the armor swap out visually over an random interval of ticks, but the armor item within the horse armor slot remains the same (unchanged). Upon the horse's death, it did drop the armor variant plus the original armor within its slot. I've tried use shrink, setting item to air then the new variant item and to the same results. I know I am missing something and had been looking through Horse and AbstractHorse classes for clues. I'd appreciate if someone point out a clue on where to look to have the item in the horse armor slot to change accordingly. RazzaS
×
×
  • Create New...

Important Information

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