Fixed huge mushroom blocks not being properly tracked

This commit is contained in:
GJ 2013-04-03 11:16:24 -04:00
parent f1a22f5f6b
commit 1cde45599e
2 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,8 @@ Version 1.4.05-dev
= Fixed Berserk misbehaving when /reload was used
= Fixed parties misbehaving when /reload was used
= Fixed Berserk getting "stuck" when /mcrefresh was used
= Fix ClassCastException with Taming
= Fixed ClassCastException with Taming
= Fixed huge mushroom blocks not being properly tracked
Version 1.4.04
+ Added functions to ExperienceAPI for use with offline players

View File

@ -30,6 +30,8 @@ public final class BlockUtils {
case GOLD_ORE:
case GRASS:
case GRAVEL:
case HUGE_MUSHROOM_1:
case HUGE_MUSHROOM_2:
case IRON_ORE:
case LAPIS_ORE:
case LOG: