mung3r / ecoCreature

PvM/E Rewards
http://forums.bukkit.org/threads/29538
GNU Lesser General Public License v3.0
7 stars 12 forks source link

Added Support For Wither Skeletons #97

Closed jrtc27 closed 11 years ago

jrtc27 commented 11 years ago

This commit lets ecoCreature distinguish between normal and Wither skeletons, meaning that Wither skeletons now drop the loot that they should (coal, bones and possibly a wither skull head). I didn't include the actual drops in the config so that the default are just used - I'm not sure why you've specified the drops for the others.

I also had to change the DeathTpPlus dependency version to get it to compile, as well as the Bukkit and CraftBukkit versions as 1.4.5 added the skeleton API.

mung3r commented 11 years ago

Nice.

jrtc27 commented 11 years ago

Awesome - now we can have Wither Skulls on the server I play on!

jrtc27 commented 11 years ago

By the way, what's up with the duplicate commit?

mung3r commented 11 years ago

The very last commit is the merge from your branch to mine. It preserves the history from your branch which comes before the merge.