minor fix to the chunk loader
This commit is contained in:
parent
c4ecef5dcb
commit
d4abd56a3c
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ public class ChunkLoaderBlockEntity extends MachineBaseBlockEntity implements IT
|
||||||
public CompoundTag toTag(CompoundTag tagCompound) {
|
public CompoundTag toTag(CompoundTag tagCompound) {
|
||||||
super.toTag(tagCompound);
|
super.toTag(tagCompound);
|
||||||
tagCompound.putInt("radius", radius);
|
tagCompound.putInt("radius", radius);
|
||||||
|
tagCompound.putString("ownerUdid", ownerUdid);
|
||||||
inventory.write(tagCompound);
|
inventory.write(tagCompound);
|
||||||
return tagCompound;
|
return tagCompound;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue