1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-04-16 02:30:53 +02:00

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
paper-server/patches/sources/net/minecraft/world/entity

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