Whirlwinds improved

This commit is contained in:
Kino 2017-12-09 17:28:26 -05:00
parent 620ad15dfe
commit 9b7a4d4fa0
7 changed files with 10 additions and 10 deletions

View file

@ -398,7 +398,7 @@ public class EntityWhirlwind extends EntityAetherAnimal
int k = MathHelper.floor_double(this.posZ);
BlockPos pos = new BlockPos(i, j, k);
return this.worldObj.getBlockState(pos.down()).getBlock() == BlocksAether.aether_grass && this.worldObj.getLight(pos) > 8 && this.worldObj.checkNoEntityCollision(this.getEntityBoundingBox()) && this.worldObj.getCollisionBoxes(this, this.getEntityBoundingBox()).isEmpty() && !this.worldObj.containsAnyLiquid(this.getEntityBoundingBox());
return this.rand.nextInt(120) == 0 && this.worldObj.getBlockState(pos.down()).getBlock() == BlocksAether.aether_grass && this.worldObj.getLight(pos) > 8 && this.worldObj.checkNoEntityCollision(this.getEntityBoundingBox()) && this.worldObj.getCollisionBoxes(this, this.getEntityBoundingBox()).isEmpty() && !this.worldObj.containsAnyLiquid(this.getEntityBoundingBox());
}
public EntityPlayer findClosestPlayer()

View file

@ -58,11 +58,11 @@ public class AetherBiome extends Biome
list.add(new SpawnListEntry(EntityMoa.class, 10, 3, 3));
list.add(new SpawnListEntry(EntityFlyingCow.class, 10, 4, 4));
list.add(new SpawnListEntry(EntityAerbunny.class, 11, 3, 3));
list.add(new SpawnListEntry(EntityWhirlwind.class, 8, 2, 2));
}
private void addMobEntry(ArrayList<SpawnListEntry> list)
{
list.add(new SpawnListEntry(EntityWhirlwind.class, 8, 2, 2));
list.add(new SpawnListEntry(EntityCockatrice.class, 3, 4, 4));
list.add(new SpawnListEntry(EntityAerwhale.class, 8, 3, 3));
list.add(new SpawnListEntry(EntityZephyr.class, 5, 1, 1));

View file

@ -1,4 +1,4 @@
# Item Names
# Item Names
item.lore_book.name=Buch der Überlieferung
item.MoaEgg.name=Moa Ei
item.leather_gloves.name=Leder Handschuhe
@ -235,7 +235,7 @@ entity.aether_legacy.flying_cow.name=Fliegende Kuh
entity.aether_legacy.phyg.name=Fliegendes Schwein
entity.aether_legacy.swet.name=Swet
entity.aether_legacy.moa.name=Moa
entity.aether_legacy.whirly.name=Wirbelwind
entity.aether_legacy.whirlwind.name=Wirbelwind
# Achievements
achievement.enter_aether=Feindliches Paradies

View file

@ -244,7 +244,7 @@ entity.aether_legacy.flying_cow.name=Flying Cow
entity.aether_legacy.phyg.name=Phyg
entity.aether_legacy.swet.name=Swet
entity.aether_legacy.moa.name=Moa
entity.aether_legacy.whirly.name=Whirlwind
entity.aether_legacy.whirlwind.name=Whirlwind
# Achievements
achievement.enter_aether=Hostile Paradise

View file

@ -248,7 +248,7 @@ entity.flying_cow.name=Winged Milk-Maeker
entity.phyg.name=Flying Oinkey
entity.swet.name=Sugar Ball
entity.moa.name=big bird
entity.whirly.name=weeee
entity.whirlwind.name=weeee
# Achievements
achievement.enter_aether=It's about time!

View file

@ -1,4 +1,4 @@
# Перевод от Андрея Ласькова
# Перевод от Андрея Ласькова
# https://vk.com/rio192
# Rio192AL@yandex.ru
# Item Names
@ -238,7 +238,7 @@ entity.flying_cow.name=Летающая Корова
entity.phyg.name=Летающая Свинья
entity.swet.name=Слайм
entity.moa.name=Моа
entity.whirly.name=Вихрь
entity.whirlwind.name=Вихрь
# Achievements
achievement.enter_aether=Враждебный Рай!

View file

@ -1,4 +1,4 @@

# Haku98翻译
# Email:jiastku98@outlook.com
# Item Names
@ -239,7 +239,7 @@ entity.aether_legacy.flying_cow.name=以太牛
entity.aether_legacy.phyg.name=以太猪
entity.aether_legacy.swet.name=史维特
entity.aether_legacy.moa.name=恐鸟
entity.aether_legacy.whirly.name=旋风
entity.aether_legacy.whirlwind.name=旋风
# Achievements
achievement.enter_aether=敌对的天堂