From ce1af0c348a8477f9ec58d79e6267e9226dc5dba Mon Sep 17 00:00:00 2001 From: md_5 Date: Sun, 26 Aug 2018 12:00:00 +1000 Subject: Update to Minecraft 1.13.1 --- nms-patches/TileEntitySign.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nms-patches/TileEntitySign.patch') diff --git a/nms-patches/TileEntitySign.patch b/nms-patches/TileEntitySign.patch index 61758650..8cd01331 100644 --- a/nms-patches/TileEntitySign.patch +++ b/nms-patches/TileEntitySign.patch @@ -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) {} -- cgit v1.2.3