Update to Minecraft 1.16.1

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2020-06-25 10:00:00 +10:00
parent 3862d2811e
commit 50503fd516
424 changed files with 5960 additions and 5636 deletions

View File

@@ -12,7 +12,7 @@
public class EntityCreeper extends EntityMonster {
@@ -167,9 +172,19 @@
@@ -165,9 +170,19 @@
@Override
public void onLightningStrike(EntityLightning entitylightning) {
super.onLightningStrike(entitylightning);
@@ -31,9 +31,9 @@
+ // CraftBukkit end
+
@Override
protected boolean a(EntityHuman entityhuman, EnumHand enumhand) {
protected EnumInteractionResult b(EntityHuman entityhuman, EnumHand enumhand) {
ItemStack itemstack = entityhuman.b(enumhand);
@@ -194,10 +209,18 @@
@@ -192,10 +207,18 @@
Explosion.Effect explosion_effect = this.world.getGameRules().getBoolean(GameRules.MOB_GRIEFING) ? Explosion.Effect.DESTROY : Explosion.Effect.NONE;
float f = this.isPowered() ? 2.0F : 1.0F;
@@ -56,7 +56,7 @@
}
}
@@ -208,6 +231,7 @@
@@ -206,6 +229,7 @@
if (!collection.isEmpty()) {
EntityAreaEffectCloud entityareaeffectcloud = new EntityAreaEffectCloud(this.world, this.locX(), this.locY(), this.locZ());
@@ -64,7 +64,7 @@
entityareaeffectcloud.setRadius(2.5F);
entityareaeffectcloud.setRadiusOnUse(-0.5F);
entityareaeffectcloud.setWaitTime(10);
@@ -221,7 +245,7 @@
@@ -219,7 +243,7 @@
entityareaeffectcloud.addEffect(new MobEffect(mobeffect));
}