aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0770-Friction-API.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0770-Friction-API.patch')
-rw-r--r--patches/server/0770-Friction-API.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0770-Friction-API.patch b/patches/server/0770-Friction-API.patch
index 483e1cfebe..e90915cb3e 100644
--- a/patches/server/0770-Friction-API.patch
+++ b/patches/server/0770-Friction-API.patch
@@ -133,10 +133,10 @@ index 1a291dd8a287db30e71dcb315599fc4b038764c4..30d62ee4d5cd2ddacb8783b5bbbf475d
public int getHealth() {
return this.getHandle().health;
diff --git a/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java b/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java
-index 9134ce983f5c798e2925348ac9d3b8570965d415..89b66fd33cdeab03a6b208f9c59df767787a42bf 100644
+index f1d2a1610649779da09a76ede7fdfa14658c82ba..7afa1fdc9e2cd517c8e173275b2882666e720bcf 100644
--- a/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java
+++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java
-@@ -1155,4 +1155,17 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity {
+@@ -1161,4 +1161,17 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity {
nmsStack.hurtAndBreak(amount, this.getHandle(), slot, true);
}
// Paper end - ItemStack damage API