mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 10:20:53 +01:00
13 lines
657 B
Diff
13 lines
657 B
Diff
--- a/net/minecraft/server/DataInspectorBlockEntity.java
|
|
+++ b/net/minecraft/server/DataInspectorBlockEntity.java
|
|
@@ -32,7 +32,8 @@
|
|
boolean flag;
|
|
|
|
if (s1 == null) {
|
|
- DataInspectorBlockEntity.a.warn("Unable to resolve BlockEntity for ItemInstance: {}", s);
|
|
+ // CraftBukkit - Remove unnecessary warning (occurs when deserializing a Shulker Box item)
|
|
+ // DataInspectorBlockEntity.a.warn("Unable to resolve BlockEntity for ItemInstance: {}", s);
|
|
flag = false;
|
|
} else {
|
|
flag = !nbttagcompound2.hasKey("id");
|