Update to Minecraft 1.8
For more information please see http://www.spigotmc.org/ By: md_5 <git@md-5.net>
This commit is contained in:
@@ -14,6 +14,7 @@ public enum PotionType {
|
||||
INSTANT_DAMAGE(12, PotionEffectType.HARM, 2),
|
||||
WATER_BREATHING(13, PotionEffectType.WATER_BREATHING, 1),
|
||||
INVISIBILITY(14, PotionEffectType.INVISIBILITY, 1),
|
||||
JUMP(15, PotionEffectType.JUMP, 2)
|
||||
;
|
||||
|
||||
private final int damageValue, maxLevel;
|
||||
|
||||
Reference in New Issue
Block a user