Update to Minecraft 1.10
By: md_5 <git@md-5.net>
This commit is contained in:
parent
604d9373c0
commit
a39b7e5f3a
161 changed files with 1176 additions and 1147 deletions
|
@ -1,6 +1,6 @@
|
|||
--- a/net/minecraft/server/CommandSpreadPlayers.java
|
||||
+++ b/net/minecraft/server/CommandSpreadPlayers.java
|
||||
@@ -236,9 +236,16 @@
|
||||
@@ -240,9 +240,16 @@
|
||||
}
|
||||
|
||||
public List<String> tabComplete(MinecraftServer minecraftserver, ICommandListener icommandlistener, String[] astring, @Nullable BlockPosition blockposition) {
|
||||
|
@ -18,7 +18,7 @@
|
|||
static class Location2D {
|
||||
|
||||
double a;
|
||||
@@ -305,7 +312,7 @@
|
||||
@@ -309,7 +316,7 @@
|
||||
}
|
||||
|
||||
blockposition = blockposition.down();
|
||||
|
@ -27,7 +27,7 @@
|
|||
|
||||
return blockposition.getY() + 1;
|
||||
}
|
||||
@@ -321,7 +328,7 @@
|
||||
@@ -325,7 +332,7 @@
|
||||
}
|
||||
|
||||
blockposition = blockposition.down();
|
||||
|
@ -36,7 +36,7 @@
|
|||
} while (material == Material.AIR);
|
||||
|
||||
return !material.isLiquid() && material != Material.FIRE;
|
||||
@@ -331,5 +338,12 @@
|
||||
@@ -335,5 +342,12 @@
|
||||
this.a = MathHelper.a(random, d0, d2);
|
||||
this.b = MathHelper.a(random, d1, d3);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue