diff --git a/Power-Ups.md b/Power-Ups.md index baa71e4..297e6ed 100644 --- a/Power-Ups.md +++ b/Power-Ups.md @@ -25,7 +25,7 @@ floatingItem.setPickupHandler(new PickupHandler() { player.playEffect(floatingItem.getLocation(), Effect.MOBSPAWNER_FLAMES, null); // 1 minute of fire resistance - player.addPotionEffect(new PotionEffect(PotionEffectType.FIRE_RESISTANCE, 60 * 20, 1)); + player.addPotionEffect(new PotionEffect(PotionEffectType.FIRE_RESISTANCE, 60 * 20, 0)); // Delete the hologram and the floating item floatingItem.delete();