@Override
  protected void readSyncTag(NBTTagCompound NBT) {
    super.readSyncTag(NBT);

    craftingTick = NBT.getInteger("craft");
  }