@@ -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