mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 12:42:05 -07:00
LivingEntity
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,14 +1,5 @@
|
|||||||
--- a/net/minecraft/world/entity/TamableAnimal.java
|
--- a/net/minecraft/world/entity/TamableAnimal.java
|
||||||
+++ b/net/minecraft/world/entity/TamableAnimal.java
|
+++ b/net/minecraft/world/entity/TamableAnimal.java
|
||||||
@@ -57,7 +_,7 @@
|
|
||||||
compound.putUUID("Owner", this.getOwnerUUID());
|
|
||||||
}
|
|
||||||
|
|
||||||
- compound.putBoolean("Sitting", this.orderedToSit);
|
|
||||||
+ compound.putBoolean("Sitting", this.orderedToSit);f
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
@@ -84,7 +_,7 @@
|
@@ -84,7 +_,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user