diff --git a/common/src/main/java/com/faboslav/friendsandfoes/entity/RascalEntity.java b/common/src/main/java/com/faboslav/friendsandfoes/entity/RascalEntity.java index b8d398140..9fe33b596 100644 --- a/common/src/main/java/com/faboslav/friendsandfoes/entity/RascalEntity.java +++ b/common/src/main/java/com/faboslav/friendsandfoes/entity/RascalEntity.java @@ -286,6 +286,7 @@ public boolean damage( if ( attacker == null || attacker instanceof PlayerEntity == false + || this.hasCustomName() ) { return super.damage(source, amount); } diff --git a/common/src/main/resources/assets/friendsandfoes/models/item/ rascal_spawn_egg.json b/common/src/main/resources/assets/friendsandfoes/models/item/rascal_spawn_egg.json similarity index 100% rename from common/src/main/resources/assets/friendsandfoes/models/item/ rascal_spawn_egg.json rename to common/src/main/resources/assets/friendsandfoes/models/item/rascal_spawn_egg.json