2016-12-03 00:51:53 +01:00
|
|
|
--- a/net/minecraft/server/DataInspectorBlockEntity.java
|
|
|
|
+++ b/net/minecraft/server/DataInspectorBlockEntity.java
|
|
|
|
@@ -32,7 +32,8 @@
|
|
|
|
boolean flag;
|
|
|
|
|
|
|
|
if (s1 == null) {
|
2017-05-14 04:00:00 +02:00
|
|
|
- DataInspectorBlockEntity.a.warn("Unable to resolve BlockEntity for ItemInstance: {}", s);
|
2016-12-03 00:51:53 +01:00
|
|
|
+ // CraftBukkit - Remove unnecessary warning (occurs when deserializing a Shulker Box item)
|
2017-05-14 04:00:00 +02:00
|
|
|
+ // DataInspectorBlockEntity.a.warn("Unable to resolve BlockEntity for ItemInstance: {}", s);
|
2016-12-03 00:51:53 +01:00
|
|
|
flag = false;
|
|
|
|
} else {
|
|
|
|
flag = !nbttagcompound2.hasKey("id");
|