@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/server/TileEntityBanner.java
|
||||
+++ b/net/minecraft/server/TileEntityBanner.java
|
||||
@@ -20,6 +20,11 @@
|
||||
@@ -21,6 +21,11 @@
|
||||
|
||||
if (nbttagcompound.hasKey("Patterns")) {
|
||||
this.patterns = (NBTTagList) nbttagcompound.getList("Patterns", 10).clone();
|
||||
@@ -12,7 +12,7 @@
|
||||
}
|
||||
|
||||
if (nbttagcompound.hasKeyOfType("Base", 99)) {
|
||||
@@ -54,6 +59,11 @@
|
||||
@@ -56,6 +61,11 @@
|
||||
super.a(nbttagcompound);
|
||||
this.color = nbttagcompound.getInt("Base");
|
||||
this.patterns = nbttagcompound.getList("Patterns", 10);
|
||||
|
||||
Reference in New Issue
Block a user