Changed Berserk to add items to inventory rather than denying pickup

This commit is contained in:
GJ
2013-04-16 23:44:41 -04:00
parent 49bf190895
commit 2be3e3b43c
4 changed files with 4 additions and 18 deletions

View File

@ -22,6 +22,7 @@ Version 1.4.06-dev
= Fixed bug where experience commands were adding levels to all skills when they shouldn't
= Fixed mcmmo.commands.ptp.send not being set by default
= Fixed NPE when trying to tab-complete /mctop
! Changed Berserk to add items to inventory rather than denying pickup
! Changed Chimaera Wing's recipe result to use the ingredient Material
! Players will no longer pickup items to their hotbar while using Unarmed
! ExperienceAPI methods will now throw InvalidSkillException if the skill name passed in is invalid.