Things compile better when you update mc-dev

This commit is contained in:
Zach Brown 2015-05-23 13:04:28 -05:00
parent db0d9a2531
commit b86b4ff71e

View File

@ -1,6 +1,6 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Zach Brown <1254957+zachbr@users.noreply.github.com>
Date: Mon, 18 May 2015 17:32:46 -0500
Date: Sat, 23 May 2015 13:00:52 -0500
Subject: [PATCH] mc-dev imports
@ -768,7 +768,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ return false;
+ }
+
+ public String e_(ItemStack itemstack) {
+ public String f_(ItemStack itemstack) {
+ return this.a.a();
+ }
+
@ -780,6 +780,13 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ return this.a;
+ }
+
+ public static void d_(ItemStack itemstack) {
+ if (itemstack.hasTag() && itemstack.getTag().hasKeyOfType("BlockEntityTag", 10)) {
+ itemstack.getTag().remove("BlockEntityTag");
+ }
+
+ }
+
+ public Item c(String s) {
+ return this.b(s);
+ }