diff --git a/patches/unapplied/server/build-replace-use-of-shadow-plugin.patch b/patches/server/build-replace-use-of-shadow-plugin.patch similarity index 97% rename from patches/unapplied/server/build-replace-use-of-shadow-plugin.patch rename to patches/server/build-replace-use-of-shadow-plugin.patch index 937bf68d0..4ea09ba50 100644 --- a/patches/unapplied/server/build-replace-use-of-shadow-plugin.patch +++ b/patches/server/build-replace-use-of-shadow-plugin.patch @@ -21,7 +21,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 } -tasks.shadowJar { -- configurations = listOf(project.configurations.vanillaServer.get(), alsoShade) +- configurations = listOf(project.configurations.vanillaServer.get(), alsoShade) // Paper +tasks.serverJar { + from(alsoShade.elements.map { + it.map { f ->