Skip to content

Commit

Permalink
Merge branch 'refs/heads/dev/1.19.2' into feat/tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SirEndii committed Apr 30, 2024
2 parents e96743d + 7014e65 commit 0807a8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static Map<String, Object> livingEntityToLua(LivingEntity entity) {
}

public static Map<String, Object> animalToLua(Animal animal, ItemStack itemInHand) {
Map<String, Object> data = entityToLua(animal);
Map<String, Object> data = livingEntityToLua(animal);
data.put("baby", animal.isBaby());
data.put("inLove", animal.isInLove());
data.put("aggressive", animal.isAggressive());
Expand Down

0 comments on commit 0807a8a

Please sign in to comment.