Updated Upstream (Paper)

Upstream has released updates that appears to apply and compile correctly

Paper Changes:
0b33230f2 Updated Upstream (Bukkit/CraftBukkit)
This commit is contained in:
William Blake Galbreath
2020-07-29 15:36:11 -05:00
parent 0a4aaf4966
commit f2cc613785
4 changed files with 13 additions and 13 deletions

View File

@@ -5547,10 +5547,10 @@ index 276eba954b..e38a494d7b 100644
protected IChatBaseComponent getContainerName() {
return new ChatMessage("container.brewing");
diff --git a/src/main/java/net/minecraft/server/TileEntityChest.java b/src/main/java/net/minecraft/server/TileEntityChest.java
index f6f2743892..f9a878bd0b 100644
index 17498eae50..0a73895999 100644
--- a/src/main/java/net/minecraft/server/TileEntityChest.java
+++ b/src/main/java/net/minecraft/server/TileEntityChest.java
@@ -45,6 +45,22 @@ public class TileEntityChest extends TileEntityLootable { // Paper - Remove ITic
@@ -46,6 +46,22 @@ public class TileEntityChest extends TileEntityLootable { // Paper - Remove ITic
}
// CraftBukkit end