Update to Minecraft 1.10.2

This commit is contained in:
md_5
2016-06-25 11:54:17 +10:00
parent 1953f52da1
commit 75f99ec7c5
8 changed files with 23 additions and 43 deletions

View File

@@ -12,7 +12,7 @@
public class BlockSoil extends Block {
public static final BlockStateInteger MOISTURE = BlockStateInteger.of("moisture", 0, 7);
@@ -40,6 +45,12 @@
@@ -35,6 +40,12 @@
if (i > 0) {
world.setTypeAndData(blockposition, iblockdata.set(BlockSoil.MOISTURE, Integer.valueOf(i - 1)), 2);
} else if (!this.b(world, blockposition)) {
@@ -25,7 +25,7 @@
world.setTypeUpdate(blockposition, Blocks.DIRT.getBlockData());
}
} else if (i < 7) {
@@ -49,11 +60,31 @@
@@ -44,11 +55,31 @@
}
public void fallOn(World world, BlockPosition blockposition, Entity entity, float f) {