mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 08:59:01 +00:00
Better Woodtype recognition
Fixes #126 Wood type not recognized on big barrels in 1.9
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user