diff --git a/common/biomesoplenty/configuration/BOPEntities.java b/common/biomesoplenty/configuration/BOPEntities.java index 05f2fa8f7..089f494d6 100644 --- a/common/biomesoplenty/configuration/BOPEntities.java +++ b/common/biomesoplenty/configuration/BOPEntities.java @@ -104,7 +104,7 @@ public class BOPEntities { { EntityRegistry.registerModEntity(EntityBird.class, "Bird", BOPConfigurationIDs.birdID, BiomesOPlenty.instance, 80, 3, true); - registerEntityEgg(EntityBird.class, 16434729, 2500135); + registerEntityEgg(EntityBird.class, 5277691, 16772788); if (Biomes.promisedLandForest.isPresent() && Biomes.promisedLandSwamp.isPresent() && Biomes.promisedLandPlains.isPresent()) { diff --git a/resources/assets/biomesoplenty/lang/en_US.lang b/resources/assets/biomesoplenty/lang/en_US.lang index f45c1c440..31d4c58e2 100644 --- a/resources/assets/biomesoplenty/lang/en_US.lang +++ b/resources/assets/biomesoplenty/lang/en_US.lang @@ -402,6 +402,7 @@ entity.BiomesOPlenty.JungleSpider.name=Jungle Spider entity.BiomesOPlenty.Phantom.name=Phantom entity.BiomesOPlenty.Rosester.name=Rosester entity.BiomesOPlenty.Wasp.name=Wasp +entity.BiomesOPlenty.Bird.name=Bird achievement.bop.achBOP=Biomes O' Plenty achievement.bop.achBOP.desc=Let the fun begin! diff --git a/resources/assets/biomesoplenty/textures/mobs/bird.png b/resources/assets/biomesoplenty/textures/mobs/bird.png index 1f5b80245..ba2e348a5 100644 Binary files a/resources/assets/biomesoplenty/textures/mobs/bird.png and b/resources/assets/biomesoplenty/textures/mobs/bird.png differ