Skip to content

Commit

Permalink
con;t have it be TOO powerfull
Browse files Browse the repository at this point in the history
  • Loading branch information
stpv221 authored Jun 4, 2024
1 parent ff5d1b8 commit b9fbc85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public EntityIceball(World worldIn, double x, double y, double z) {
*/
protected void onImpact(MovingObjectPosition parMovingObjectPosition) {
if (parMovingObjectPosition.entityHit != null) {
byte b0 = 5;
byte b0 = 4;
if (parMovingObjectPosition.entityHit instanceof EntityBlaze) {
b0 = 7;
}
Expand Down

0 comments on commit b9fbc85

Please sign in to comment.