mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Fixed huge mushroom blocks not being properly tracked
This commit is contained in:
parent
f1a22f5f6b
commit
1cde45599e
@ -18,7 +18,8 @@ Version 1.4.05-dev
|
|||||||
= Fixed Berserk misbehaving when /reload was used
|
= Fixed Berserk misbehaving when /reload was used
|
||||||
= Fixed parties misbehaving when /reload was used
|
= Fixed parties misbehaving when /reload was used
|
||||||
= Fixed Berserk getting "stuck" when /mcrefresh 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
|
Version 1.4.04
|
||||||
+ Added functions to ExperienceAPI for use with offline players
|
+ Added functions to ExperienceAPI for use with offline players
|
||||||
|
@ -30,6 +30,8 @@ public final class BlockUtils {
|
|||||||
case GOLD_ORE:
|
case GOLD_ORE:
|
||||||
case GRASS:
|
case GRASS:
|
||||||
case GRAVEL:
|
case GRAVEL:
|
||||||
|
case HUGE_MUSHROOM_1:
|
||||||
|
case HUGE_MUSHROOM_2:
|
||||||
case IRON_ORE:
|
case IRON_ORE:
|
||||||
case LAPIS_ORE:
|
case LAPIS_ORE:
|
||||||
case LOG:
|
case LOG:
|
||||||
|
Loading…
Reference in New Issue
Block a user