Small fix

This commit is contained in:
BallOfEnergy 2024-01-05 14:07:43 -06:00 committed by GitHub
parent 72fa1bda7f
commit 56682e5c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,6 @@ public class ItemPipette extends Item implements IFillableItem {
}
@Override
@SideOnly(Side.CLIENT)
public ItemStack onItemRightClick(ItemStack stack, World world, EntityPlayer player) {
if(!stack.hasTagCompound()) {