From 21afc0a2e22a0db4d299af20ed6fe2abf8a6e9a4 Mon Sep 17 00:00:00 2001 From: Owen1212055 <23108066+Owen1212055@users.noreply.github.com> Date: Wed, 24 Apr 2024 10:30:32 -0400 Subject: [PATCH] Patches!!!!!!! --- .../0588-Stinger-API.patch} | 6 +++--- ...-Fix-incosistency-issue-with-empty-map-items-in-CB.patch | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename patches/{unapplied/server/0607-Stinger-API.patch => server/0588-Stinger-API.patch} (89%) rename {patches/unapplied/server => removed-patches-1-20-5}/0608-Fix-incosistency-issue-with-empty-map-items-in-CB.patch (100%) diff --git a/patches/unapplied/server/0607-Stinger-API.patch b/patches/server/0588-Stinger-API.patch similarity index 89% rename from patches/unapplied/server/0607-Stinger-API.patch rename to patches/server/0588-Stinger-API.patch index 7a81c96422..0f26339ad5 100644 --- a/patches/unapplied/server/0607-Stinger-API.patch +++ b/patches/server/0588-Stinger-API.patch @@ -5,10 +5,10 @@ Subject: [PATCH] Stinger API diff --git a/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java b/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java -index a3b9b512c4962c5d38598a504e8f0010304abdc0..4461663659f351f844ed78adc8c1ffd0531a7878 100644 +index f95e991f1cc7187fc1795af5a4d85a91dd6b66f8..0c718dc32beb7c4afec64c19edcef41bdf1b8e39 100644 --- a/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java +++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java -@@ -354,6 +354,11 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity { +@@ -353,6 +353,11 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity { } // Paper end } @@ -20,7 +20,7 @@ index a3b9b512c4962c5d38598a504e8f0010304abdc0..4461663659f351f844ed78adc8c1ffd0 // Paper start - Add methods for working with arrows stuck in living entities @Override -@@ -368,6 +373,34 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity { +@@ -367,6 +372,34 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity { } // Paper end - Add methods for working with arrows stuck in living entities diff --git a/patches/unapplied/server/0608-Fix-incosistency-issue-with-empty-map-items-in-CB.patch b/removed-patches-1-20-5/0608-Fix-incosistency-issue-with-empty-map-items-in-CB.patch similarity index 100% rename from patches/unapplied/server/0608-Fix-incosistency-issue-with-empty-map-items-in-CB.patch rename to removed-patches-1-20-5/0608-Fix-incosistency-issue-with-empty-map-items-in-CB.patch