Updated wasp entity settings
This commit is contained in:
parent
4cc28e1df8
commit
7d69249fcb
2 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,7 @@ public class BOPEntities {
|
||||||
{
|
{
|
||||||
EntityRegistry.registerModEntity(EntityWasp.class, "Wasp", BOPConfigurationIDs.waspID, BiomesOPlenty.instance, 80, 3, true);
|
EntityRegistry.registerModEntity(EntityWasp.class, "Wasp", BOPConfigurationIDs.waspID, BiomesOPlenty.instance, 80, 3, true);
|
||||||
|
|
||||||
registerEntityEgg(EntityWasp.class, 4472140, 2499368);
|
registerEntityEgg(EntityWasp.class, 16434729, 2500135);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -391,6 +391,7 @@ entity.BiomesOPlenty.Glob.name=Glob
|
||||||
entity.BiomesOPlenty.JungleSpider.name=Jungle Spider
|
entity.BiomesOPlenty.JungleSpider.name=Jungle Spider
|
||||||
entity.BiomesOPlenty.Phantom.name=Phantom
|
entity.BiomesOPlenty.Phantom.name=Phantom
|
||||||
entity.BiomesOPlenty.Rosester.name=Rosester
|
entity.BiomesOPlenty.Rosester.name=Rosester
|
||||||
|
entity.BiomesOPlenty.Wasp.name=Wasp
|
||||||
|
|
||||||
achievement.bop.achBOP=Biomes O' Plenty
|
achievement.bop.achBOP=Biomes O' Plenty
|
||||||
achievement.bop.achBOP.desc=Let the fun begin!
|
achievement.bop.achBOP.desc=Let the fun begin!
|
||||||
|
|
Loading…
Reference in a new issue