mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 12:13:54 -07:00
Update to Minecraft 1.13.1
This commit is contained in:
@@ -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) {}
|
||||
|
||||
|
Reference in New Issue
Block a user