diff --git a/patches/api/Allow-plugins-to-use-SLF4J-for-logging.patch b/patches/api/Allow-plugins-to-use-SLF4J-for-logging.patch index 54dcebf8e8..27626f930e 100644 --- a/patches/api/Allow-plugins-to-use-SLF4J-for-logging.patch +++ b/patches/api/Allow-plugins-to-use-SLF4J-for-logging.patch @@ -22,6 +22,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 api("net.kyori:adventure-text-serializer-legacy") api("net.kyori:adventure-text-serializer-plain") + api("org.apache.logging.log4j:log4j-api:2.14.1") // Paper ++ api("org.slf4j:slf4j-api:1.7.30") // Paper implementation("org.ow2.asm:asm:9.1") implementation("org.ow2.asm:asm-commons:9.1")