Mappings Update

This commit is contained in:
md_5
2018-12-06 10:00:00 +11:00
parent 20fc5bea2c
commit aa36c8417b
123 changed files with 393 additions and 442 deletions

View File

@@ -18,7 +18,7 @@
this.a(blockstatelist_a);
this.blockStateList = blockstatelist_a.a(BlockData::new);
@@ -409,7 +409,8 @@
@@ -406,7 +406,8 @@
int j = this.getDropCount(iblockdata, i, world, blockposition, world.random);
for (int k = 0; k < j; ++k) {
@@ -28,7 +28,7 @@
Item item = this.getDropType(iblockdata, world, blockposition, i).getItem();
if (item != Items.AIR) {
@@ -430,7 +431,13 @@
@@ -427,7 +428,13 @@
EntityItem entityitem = new EntityItem(world, (double) blockposition.getX() + d0, (double) blockposition.getY() + d1, (double) blockposition.getZ() + d2, itemstack);
entityitem.n();
@@ -43,7 +43,7 @@
}
}
@@ -649,7 +656,7 @@
@@ -646,7 +653,7 @@
}
public String toString() {
@@ -52,7 +52,7 @@
}
public static boolean c(Block block) {
@@ -1398,8 +1405,14 @@
@@ -1395,8 +1402,14 @@
}