Skip to content

Commit

Permalink
DOLPHINS_GRACE effect for DOLPHIN
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeTheTech committed Dec 1, 2023
1 parent 7a3e839 commit d098baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/lee/code/pets/utils/PetEffects.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public enum PetEffects {
VILLAGER(EntityType.VILLAGER, new PotionEffect(PotionEffectType.HEAL, 20 * 10, 1)),
WANDERING_TRADER(EntityType.WANDERING_TRADER, new PotionEffect(PotionEffectType.INVISIBILITY, 20 * 10, 0)),
CAVE_SPIDER(EntityType.CAVE_SPIDER, new PotionEffect(PotionEffectType.NIGHT_VISION, 20 * 10, 0)),
DOLPHIN(EntityType.DOLPHIN, new PotionEffect(PotionEffectType.WATER_BREATHING, 20 * 10, 0)),
DOLPHIN(EntityType.DOLPHIN, new PotionEffect(PotionEffectType.DOLPHINS_GRACE, 20 * 10, 0)),
ENDERMAN(EntityType.ENDERMAN, new PotionEffect(PotionEffectType.NIGHT_VISION, 20 * 10, 0)),
GOAT(EntityType.GOAT, new PotionEffect(PotionEffectType.INCREASE_DAMAGE, 20 * 10, 0)),
IRON_GOLEM(EntityType.IRON_GOLEM, new PotionEffect(PotionEffectType.HEALTH_BOOST, 20 * 10, 1)),
Expand Down

0 comments on commit d098baf

Please sign in to comment.