mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 13:24:17 -07:00
@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/world/entity/EntityCreature.java
|
||||
+++ b/net/minecraft/world/entity/EntityCreature.java
|
||||
@@ -7,6 +7,10 @@
|
||||
@@ -9,6 +9,10 @@
|
||||
import net.minecraft.world.level.World;
|
||||
import net.minecraft.world.phys.Vec3D;
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
public abstract class EntityCreature extends EntityInsentient {
|
||||
|
||||
protected static final float DEFAULT_WALK_TARGET_VALUE = 0.0F;
|
||||
@@ -43,6 +47,7 @@
|
||||
@@ -51,6 +55,7 @@
|
||||
|
||||
if (this instanceof EntityTameableAnimal && ((EntityTameableAnimal) this).isInSittingPose()) {
|
||||
if (f > 10.0F) {
|
||||
@@ -19,7 +19,7 @@
|
||||
this.dropLeash(true, true);
|
||||
}
|
||||
|
||||
@@ -51,6 +56,7 @@
|
||||
@@ -59,6 +64,7 @@
|
||||
|
||||
this.onLeashDistance(f);
|
||||
if (f > 10.0F) {
|
||||
|
Reference in New Issue
Block a user