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
|
@ -18,7 +18,7 @@
|
|||
this.world.setAir(blockposition);
|
||||
} else if (!this.world.isClientSide) {
|
||||
this.die();
|
||||
@@ -85,7 +87,7 @@
|
||||
@@ -88,7 +90,7 @@
|
||||
|
||||
if (BlockFalling.i(this.world.getType(new BlockPosition(this.locX, this.locY - 0.009999999776482582D, this.locZ)))) {
|
||||
this.onGround = false;
|
||||
|
@ -27,7 +27,7 @@
|
|||
}
|
||||
|
||||
this.motX *= 0.699999988079071D;
|
||||
@@ -94,7 +96,13 @@
|
||||
@@ -97,7 +99,13 @@
|
||||
if (iblockdata.getBlock() != Blocks.PISTON_EXTENSION) {
|
||||
this.die();
|
||||
if (!this.f) {
|
||||
|
@ -42,7 +42,7 @@
|
|||
if (block instanceof BlockFalling) {
|
||||
((BlockFalling) block).a_(this.world, blockposition);
|
||||
}
|
||||
@@ -151,7 +159,9 @@
|
||||
@@ -154,7 +162,9 @@
|
||||
while (iterator.hasNext()) {
|
||||
Entity entity = (Entity) iterator.next();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue