Update to Minecraft 1.9

This commit is contained in:
md_5
2016-03-01 08:32:46 +11:00
parent e1ebe524a7
commit aa008dff0f
305 changed files with 6684 additions and 6105 deletions

View File

@@ -6,7 +6,7 @@
this.patterns = (NBTTagList) nbttagcompound.getList("Patterns", 10).clone();
+ // CraftBukkit start
+ while (this.patterns.size() > 20) {
+ this.patterns.a(20); // PAIL Rename remove
+ this.patterns.remove(20);
+ }
+ // CraftBukkit end
}
@@ -18,7 +18,7 @@
this.patterns = nbttagcompound.getList("Patterns", 10);
+ // CraftBukkit start
+ while (this.patterns.size() > 20) {
+ this.patterns.a(20); // PAIL Rename remove
+ this.patterns.remove(20);
+ }
+ // CraftBukkit end
this.h = null;