@@ -21,7 +21,7 @@
|
||||
@Nullable
|
||||
@@ -38,6 +47,14 @@
|
||||
|
||||
public void load(NBTTagCompound nbttagcompound) {
|
||||
public void load(IBlockData iblockdata, NBTTagCompound nbttagcompound) {
|
||||
this.position = new BlockPosition(nbttagcompound.getInt("x"), nbttagcompound.getInt("y"), nbttagcompound.getInt("z"));
|
||||
+ // CraftBukkit start - read container
|
||||
+ this.persistentDataContainer = new CraftPersistentDataContainer(DATA_TYPE_REGISTRY);
|
||||
|
||||
Reference in New Issue
Block a user