Skip to content

Commit

Permalink
Merge pull request #28 from Zereff06/fix_fire_resistance_level
Browse files Browse the repository at this point in the history
fix-> fire Resistance level
  • Loading branch information
Dream-Master authored Feb 12, 2023
2 parents 0bc9b74 + 044e31d commit 6130946
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void tickPlayer(EntityPlayer player) {
if (armor.getItemDamage() == 1 || !ThaumicTinkerer.proxy.armorStatus(player)) return;

if (player.isBurning()) player.heal(0.5F);
addPotionEffect(player, Potion.fireResistance, 119, 10);
addPotionEffect(player, Potion.fireResistance, 119, -1);
setNearBrightNitor(player);
}
}
Expand Down

0 comments on commit 6130946

Please sign in to comment.