Update to Minecraft 1.13.1

This commit is contained in:
md_5
2018-08-26 12:00:00 +10:00
parent 162bda93ff
commit ce1af0c348
182 changed files with 1891 additions and 1879 deletions

View File

@@ -1,6 +1,6 @@
--- a/net/minecraft/server/TileEntitySign.java
+++ b/net/minecraft/server/TileEntitySign.java
@@ -23,6 +23,12 @@
@@ -24,6 +24,12 @@
nbttagcompound.setString("Text" + (i + 1), s);
}
@@ -13,7 +13,7 @@
return nbttagcompound;
}
@@ -30,18 +36,38 @@
@@ -31,18 +37,38 @@
this.isEditable = false;
super.load(nbttagcompound);
@@ -57,9 +57,9 @@
+ } catch (com.google.gson.JsonParseException jsonparseexception) {
+ this.lines[i] = new ChatComponentText(s);
}
}
@@ -94,6 +120,13 @@
this.h[i] = null;
@@ -102,6 +128,13 @@
public void sendMessage(IChatBaseComponent ichatbasecomponent) {}