Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Oct 21, 2023
1 parent 2785cb8 commit 9a8591a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ public boolean damage(

if (
attacker instanceof LightningEntity
|| source == DamageSource.SWEET_BERRY_BUSH
|| source == this.getDamageSources().sweetBerryBush()
) {
return false;
}
Expand Down

0 comments on commit 9a8591a

Please sign in to comment.