Skip to content

v2.9.1

Compare
Choose a tag to compare
@totemo totemo released this 14 Feb 15:09
· 92 commits to master since this release

Drop mob equipment with non-default drop chance using non-Bukkit code.

Setting drop chances for armour and main/off hand items through the Bukkit API
results in NBT ArmorDropChances and HandDropChances that are negative numbers,
where changed. Consequently nothing drops. This is presumably a Spigot bug,
which this release works around.