mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 02:02:04 -07:00
Update to Minecraft 1.9
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
public abstract class TileEntity {
|
||||
|
||||
private static final Logger a = LogManager.getLogger();
|
||||
@@ -221,4 +223,13 @@
|
||||
a(TileEntityFlowerPot.class, "FlowerPot");
|
||||
a(TileEntityBanner.class, "Banner");
|
||||
@@ -234,4 +236,13 @@
|
||||
a(TileEntityEndGateway.class, "EndGateway");
|
||||
a(TileEntityCommand.class, "Control");
|
||||
}
|
||||
+
|
||||
+ // CraftBukkit start - add method
|
||||
|
Reference in New Issue
Block a user