GlowstoneMC / Glowkit-Legacy

A continuation of Bukkit for use with Glowstone
GNU General Public License v3.0
27 stars 12 forks source link

Add EntityDyeEvent. Adds BUKKIT-3900 #41

Closed turt2live closed 8 years ago

turt2live commented 10 years ago

Split from GlowstoneMC/Glowkit#3 Original Bukkit PR: Bukkit/Bukkit#827 Additional changes: None Glowstone implementation: Not done


Previously only sheep were handled for being dyed. However, currently there are other mobs that can be dyed by the player, such as wolves. This commit adds the event required for detecting those changes as well as manipulates the existing event to be deprecated and implement this new event.

turt2live commented 8 years ago

Closing this PR - Project has moved on to a new repo.

If this needs implementing in the newer repository I'll try and find time to implement it.