mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-08 16:12:18 -07:00
Update to Minecraft 1.12-pre2
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
public abstract class TileEntity {
|
||||
|
||||
private static final Logger a = LogManager.getLogger();
|
||||
@@ -250,4 +252,13 @@
|
||||
a("command_block", TileEntityCommand.class);
|
||||
@@ -251,4 +253,13 @@
|
||||
a("shulker_box", TileEntityShulkerBox.class);
|
||||
a("bed", TileEntityBed.class);
|
||||
}
|
||||
+
|
||||
+ // CraftBukkit start - add method
|
||||
|
Reference in New Issue
Block a user