Update to Minecraft 1.8.6

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2015-05-25 22:04:32 +10:00
parent 6c1c28bd14
commit d1875d1941
8 changed files with 35 additions and 45 deletions

View File

@@ -9,7 +9,7 @@
public abstract class TileEntity {
private static final Logger a = LogManager.getLogger();
@@ -217,4 +219,13 @@
@@ -221,4 +223,13 @@
a(TileEntityFlowerPot.class, "FlowerPot");
a(TileEntityBanner.class, "Banner");
}