mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 00:22:08 -07:00
@@ -11,7 +11,7 @@
|
||||
|
||||
public class EntityCow extends EntityAnimal {
|
||||
|
||||
@@ -53,12 +57,22 @@
|
||||
@@ -57,12 +61,22 @@
|
||||
|
||||
public boolean a(EntityHuman entityhuman, EnumHand enumhand, @Nullable ItemStack itemstack) {
|
||||
if (itemstack != null && itemstack.getItem() == Items.BUCKET && !entityhuman.abilities.canInstantlyBuild && !this.isBaby()) {
|
||||
|
Reference in New Issue
Block a user