LivingEntity

This commit is contained in:
Nassim Jahnke 2024-12-14 21:20:52 +01:00
parent a3bd0b2bbb
commit 9aa5f1a955
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F
2 changed files with 609 additions and 897 deletions

View File

@ -1,14 +1,5 @@
--- a/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 @@
}