Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumlyy committed Dec 9, 2023
1 parent f366dcd commit 974e459
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

import net.minecraft.item.ItemStack;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.server.MinecraftServer;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.util.ChatComponentText;
import net.minecraftforge.common.util.ForgeDirection;

import forestry.api.apiculture.IAlleleBeeSpecies;
Expand Down Expand Up @@ -58,9 +56,7 @@ public void updateEntity() {
increment = 0;
}
}
} catch (Exception ignored) {
MinecraftServer.getServer().addChatMessage(new ChatComponentText(ignored.toString()));
}
} catch (Exception ignored) {}
}

increment++;
Expand Down

0 comments on commit 974e459

Please sign in to comment.