mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-20 06:43:49 -07:00
@@ -8,7 +8,7 @@
|
||||
|
||||
public class EntityMushroomCow extends EntityCow {
|
||||
|
||||
@@ -20,6 +21,14 @@
|
||||
@@ -24,6 +25,14 @@
|
||||
|
||||
return true;
|
||||
} else if (itemstack != null && itemstack.getItem() == Items.SHEARS && this.getAge() >= 0) {
|
||||
|
Reference in New Issue
Block a user