Skip to content

Commit

Permalink
Slightly reduced hitbox size
Browse files Browse the repository at this point in the history
Fixes #11
  • Loading branch information
ata4 committed Oct 21, 2015
1 parent 8082701 commit dec043d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ public class EntityTameableDragon extends EntityFlyingTameable {
public static final double BASE_SPEED_AIR = 1.5;
public static final double BASE_DAMAGE = 8;
public static final double BASE_HEALTH = 60;
public static final float BASE_WIDTH = 4;
public static final float BASE_HEIGHT = 3f;
public static final float BASE_WIDTH = 2.75f;
public static final float BASE_HEIGHT = 2.75f;
public static final int HOME_RADIUS = 256;
public static final Item FAVORITE_FOOD = Items.fish;

Expand Down

0 comments on commit dec043d

Please sign in to comment.