Update to Minecraft 1.13.1

This commit is contained in:
md_5
2018-08-26 12:00:00 +10:00
parent 162bda93ff
commit ce1af0c348
182 changed files with 1891 additions and 1879 deletions

View File

@@ -7,7 +7,7 @@
+
public class BlockCauldron extends Block {
public static final BlockStateInteger LEVEL = BlockProperties.ae;
public static final BlockStateInteger LEVEL = BlockProperties.af;
@@ -32,8 +34,13 @@
float f = (float) blockposition.getY() + (6.0F + (float) (3 * i)) / 16.0F;
@@ -137,7 +137,7 @@
}
if (itemstack.isEmpty()) {
@@ -171,9 +208,25 @@
@@ -172,9 +209,25 @@
}
}
@@ -164,7 +164,7 @@
}
public void c(World world, BlockPosition blockposition) {
@@ -184,7 +237,7 @@
@@ -185,7 +238,7 @@
IBlockData iblockdata = world.getType(blockposition);
if (((Integer) iblockdata.get(BlockCauldron.LEVEL)).intValue() < 3) {