Update to Minecraft 1.15

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2019-12-11 09:00:00 +11:00
parent 1400103b2f
commit 0e142c7f03
293 changed files with 2875 additions and 2648 deletions

View File

@@ -52,7 +52,7 @@
public TileEntityHopper() {
super(TileEntityTypes.HOPPER);
this.items = NonNullList.a(5, ItemStack.a);
@@ -159,7 +198,28 @@
@@ -138,7 +177,28 @@
for (int i = 0; i < this.getSize(); ++i) {
if (!this.getItem(i).isEmpty()) {
ItemStack itemstack = this.getItem(i).cloneItemStack();
@@ -82,7 +82,7 @@
if (itemstack1.isEmpty()) {
iinventory.update();
@@ -224,7 +284,34 @@
@@ -203,7 +263,34 @@
if (!itemstack.isEmpty() && b(iinventory, itemstack, i, enumdirection)) {
ItemStack itemstack1 = itemstack.cloneItemStack();
@@ -118,7 +118,7 @@
if (itemstack2.isEmpty()) {
iinventory.update();
@@ -239,6 +326,13 @@
@@ -218,6 +305,13 @@
public static boolean a(IInventory iinventory, EntityItem entityitem) {
boolean flag = false;