Update to Minecraft 1.16.2

This commit is contained in:
md_5
2020-08-12 07:00:00 +10:00
parent 4b9bc9daa5
commit 9c9fb593f5
208 changed files with 2144 additions and 2455 deletions

View File

@@ -1,7 +1,7 @@
--- a/net/minecraft/server/EntitySlime.java
+++ b/net/minecraft/server/EntitySlime.java
@@ -3,6 +3,13 @@
import java.util.EnumSet;
@@ -5,6 +5,13 @@
import java.util.Optional;
import java.util.Random;
import javax.annotation.Nullable;
+// CraftBukkit start
@@ -14,7 +14,7 @@
public class EntitySlime extends EntityInsentient implements IMonster {
@@ -147,7 +154,7 @@
@@ -149,7 +156,7 @@
@Override
public EntityTypes<? extends EntitySlime> getEntityType() {
@@ -23,7 +23,7 @@
}
@Override
@@ -161,6 +168,19 @@
@@ -163,6 +170,19 @@
int j = i / 2;
int k = 2 + this.random.nextInt(3);
@@ -43,7 +43,7 @@
for (int l = 0; l < k; ++l) {
float f1 = ((float) (l % 2) - 0.5F) * f;
float f2 = ((float) (l / 2) - 0.5F) * f;
@@ -175,8 +195,17 @@
@@ -177,8 +197,17 @@
entityslime.setInvulnerable(this.isInvulnerable());
entityslime.setSize(j, true);
entityslime.setPositionRotation(this.locX() + (double) f1, this.locY() + 0.5D, this.locZ() + (double) f2, this.random.nextFloat() * 360.0F, 0.0F);