Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@a736c1a Add new overload to PersistentDataContainer#has (#7278)
PaperMC/Paper@2be9beb Add material tags for deepslate ores (#7174)
PaperMC/Paper@87d8ef9 Add/Remove multiple entries with Scoreboard Team (#6640)
PaperMC/Paper@3ea224d Reset placed blocks on exceptions
This commit is contained in:
BillyGalbreath
2022-01-10 07:17:02 -06:00
parent e85e5ebc2e
commit 5381fe7cf9
3 changed files with 5 additions and 5 deletions

View File

@@ -7,10 +7,10 @@ Makes it so that when a BlockEntity is placed in the world and then broken,
the dropped ItemStack retains any original custom display name/lore.
diff --git a/src/main/java/net/minecraft/world/item/BlockItem.java b/src/main/java/net/minecraft/world/item/BlockItem.java
index be47543240bd573cd2cc08f84b7eab1c693438ec..6b0131cccf1a38bc449dd79df8e79a43e96d0bf1 100644
index b7a7d9ef5f7c8fecb5625a98471314b6f5fc9a42..326c3b9e2ee25dded8f0f3878be78b23d5ec11d0 100644
--- a/src/main/java/net/minecraft/world/item/BlockItem.java
+++ b/src/main/java/net/minecraft/world/item/BlockItem.java
@@ -137,7 +137,24 @@ public class BlockItem extends Item {
@@ -150,7 +150,24 @@ public class BlockItem extends Item {
}
protected boolean updateCustomBlockEntityTag(BlockPos pos, Level world, @Nullable Player player, ItemStack stack, BlockState state) {