diff --git a/patches/server/Track-projectile-source-for-fireworks-from-dispenser.patch b/patches/server/Track-projectile-source-for-fireworks-from-dispenser.patch index 4e6a66fcbd..2c31b9b7a2 100644 --- a/patches/server/Track-projectile-source-for-fireworks-from-dispenser.patch +++ b/patches/server/Track-projectile-source-for-fireworks-from-dispenser.patch @@ -4,20 +4,6 @@ Date: Thu, 23 Jun 2022 19:25:51 -0700 Subject: [PATCH] Track projectile source for fireworks from dispensers -diff --git a/build.gradle.kts b/build.gradle.kts -index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644 ---- a/build.gradle.kts -+++ b/build.gradle.kts -@@ -0,0 +0,0 @@ dependencies { - all its classes to check if they are plugins. - Scanning takes about 1-2 seconds so adding this speeds up the server start. - */ -- implementation("org.apache.logging.log4j:log4j-core:2.19.0") // Paper - implementation -+ implementation("org.apache.logging.log4j:log4j-core:2.19.0") -+ implementation(project(mapOf("path" to ":paper-api"))) // Paper - implementation - log4jPlugins.annotationProcessorConfigurationName("org.apache.logging.log4j:log4j-core:2.19.0") // Paper - Needed to generate meta for our Log4j plugins - runtimeOnly(log4jPlugins.output) - alsoShade(log4jPlugins.output) diff --git a/src/main/java/net/minecraft/core/dispenser/DispenseItemBehavior.java b/src/main/java/net/minecraft/core/dispenser/DispenseItemBehavior.java index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644 --- a/src/main/java/net/minecraft/core/dispenser/DispenseItemBehavior.java