Skip to content

Commit

Permalink
Read CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RadonCoding committed Apr 3, 2024
1 parent 706796b commit 28de690
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class DismantleProjectile extends JujutsuProjectile {
private static final EntityDataAccessor<Float> DATE_ROLL = SynchedEntityData.defineId(DismantleProjectile.class, EntityDataSerializers.FLOAT);
private static final EntityDataAccessor<Integer> DATA_LENGTH = SynchedEntityData.defineId(DismantleProjectile.class, EntityDataSerializers.INT);

public static final int MIN_LENGTH = 3;
public static final int MIN_LENGTH = 6;
public static final int MAX_LENGTH = 12;

private boolean instant;
Expand Down Expand Up @@ -100,7 +100,7 @@ public int getMaxLength() {
}

public int getScalar() {
return 3;
return 6;
}

@Override
Expand Down

0 comments on commit 28de690

Please sign in to comment.