Skip to content

Commit

Permalink
Increase maximum cat size by 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyhedral committed Jun 23, 2022
1 parent f0fa5d4 commit c229ef4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public class CatEntity extends AbstractCatEntity {
private Goal catnipGoal;
private int litterboxCooldown;
public static final int MIN_CAT_SIZE = 1;
public static final int MAX_CAT_SIZE = 5;
public static final int MAX_CAT_SIZE = 7;

public CatEntity(EntityType<? extends CatEntity> type, Level worldIn) {
super(type, worldIn);
Expand Down

0 comments on commit c229ef4

Please sign in to comment.