mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-19 22:33:48 -07:00
Update to Minecraft 1.13.1
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
HashSet hashset = Sets.newHashSet();
|
||||
boolean flag = true;
|
||||
|
||||
@@ -75,7 +88,7 @@
|
||||
@@ -76,7 +89,7 @@
|
||||
f -= (f2 + 0.3F) * 0.3F;
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
hashset.add(blockposition);
|
||||
}
|
||||
|
||||
@@ -119,7 +132,16 @@
|
||||
@@ -120,7 +133,16 @@
|
||||
double d12 = (double) this.world.a(vec3d, entity.getBoundingBox());
|
||||
double d13 = (1.0D - d7) * d12;
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
double d14 = d13;
|
||||
|
||||
if (entity instanceof EntityLiving) {
|
||||
@@ -155,6 +177,50 @@
|
||||
@@ -156,6 +178,50 @@
|
||||
BlockPosition blockposition;
|
||||
|
||||
if (this.b) {
|
||||
@@ -118,7 +118,7 @@
|
||||
iterator = this.blocks.iterator();
|
||||
|
||||
while (iterator.hasNext()) {
|
||||
@@ -186,7 +252,8 @@
|
||||
@@ -187,7 +253,8 @@
|
||||
|
||||
if (!iblockdata.isAir()) {
|
||||
if (block.a(this)) {
|
||||
@@ -128,7 +128,7 @@
|
||||
}
|
||||
|
||||
this.world.setTypeAndData(blockposition, Blocks.AIR.getBlockData(), 3);
|
||||
@@ -201,7 +268,11 @@
|
||||
@@ -202,7 +269,11 @@
|
||||
while (iterator.hasNext()) {
|
||||
blockposition = (BlockPosition) iterator.next();
|
||||
if (this.world.getType(blockposition).isAir() && this.world.getType(blockposition.down()).f(this.world, blockposition.down()) && this.c.nextInt(3) == 0) {
|
||||
@@ -141,7 +141,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -222,7 +293,9 @@
|
||||
@@ -223,7 +294,9 @@
|
||||
|
||||
@Nullable
|
||||
public EntityLiving getSource() {
|
||||
|
Reference in New Issue
Block a user