@Override
 public void fromBytes(ByteBuf buf) {
   super.fromBytes(buf);
   this.coords = ExternalCoords.readFromNBT(ByteBufUtils.readTag(buf));
 }