Skip to content

Commit

Permalink
Fix coyote clientside health conflicting with feral wolf (Fixes #374, F…
Browse files Browse the repository at this point in the history
…ixes #294)
  • Loading branch information
itsmeow committed Dec 21, 2022
1 parent eb03ee0 commit 5033b27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class EntityCoyote extends EntityTameableBetterAnimalsPlus implements IDr
public static boolean client_hostile_override = false;
public static final double TAMED_HEALTH = 30D;
public static final double UNTAMED_HEALTH = 10D;
protected static final EntityDataAccessor<Float> DATA_HEALTH_ID = SynchedEntityData.defineId(EntityFeralWolf.class, EntityDataSerializers.FLOAT);
protected static final EntityDataAccessor<Float> DATA_HEALTH_ID = SynchedEntityData.defineId(EntityCoyote.class, EntityDataSerializers.FLOAT);

private int hunger;

Expand Down

0 comments on commit 5033b27

Please sign in to comment.