Better Woodtype recognition

Fixes #126 Wood type not recognized on big barrels in 1.9
This commit is contained in:
Sn0wStorm
2016-06-27 22:15:23 +02:00
parent 15a3a5e701
commit ad53ecf8b8
4 changed files with 64 additions and 51 deletions
+1 -1
View File
@@ -681,7 +681,7 @@ public class Brew {
BLACK(8, PotionType.WEAKNESS),
RED(9, PotionType.STRENGTH),
GREY(10, PotionType.SLOWNESS),
WATER(11, PotionType.WATER_BREATHING),
WATER(11, P.use1_9 ? PotionType.WATER_BREATHING : null),
DARK_RED(12, PotionType.INSTANT_DAMAGE),
BRIGHT_GREY(14, PotionType.INVISIBILITY);