Skip to content

Commit

Permalink
Increased Ocean Shield thorns damage from 2 to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Majrusz committed Jun 15, 2021
1 parent 8b75b19 commit e4c9532
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private static void reflectDamage( DamageSource damageSource, LivingEntity targe
return;

LivingEntity attacker = ( LivingEntity )damageSource.getImmediateSource();
attacker.attackEntityFrom( DamageSource.causeThornsDamage( target ), 2.0f );
attacker.attackEntityFrom( DamageSource.causeThornsDamage( target ), 3.0f );
shieldItem.damageItem( 1, target, livingEntity->livingEntity.sendBreakAnimation( hand ) );
}

Expand Down

0 comments on commit e4c9532

Please sign in to comment.