9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-19 15:09:25 +00:00

Update internal spark

This commit is contained in:
Dreeam
2025-06-27 12:23:54 +08:00
parent 347b372728
commit a54018c585

View File

@@ -161,13 +161,20 @@
implementation("net.neoforged:srgutils:1.0.9") // Mappings handling implementation("net.neoforged:srgutils:1.0.9") // Mappings handling
implementation("net.neoforged:AutoRenamingTool:2.0.3") // Remap plugins implementation("net.neoforged:AutoRenamingTool:2.0.3") // Remap plugins
@@ -192,28 +_,40 @@ @@ -189,31 +_,45 @@
implementation("io.papermc:reflection-rewriter-runtime:$reflectionRewriterVersion")
implementation("io.papermc:reflection-rewriter-proxy-generator:$reflectionRewriterVersion")
+ // Leaf start - Bump Dependencies
// Spark // Spark
implementation("me.lucko:spark-api:0.1-20240720.200737-2") - implementation("me.lucko:spark-api:0.1-20240720.200737-2")
implementation("me.lucko:spark-paper:1.10.133-20250413.112336-1") - implementation("me.lucko:spark-paper:1.10.133-20250413.112336-1")
-} -}
+ implementation("me.lucko:spark-api:0.1-dev-f0b5206-SNAPSHOT")
+ implementation("me.lucko:spark-paper:1.10-dev-f0b5206-SNAPSHOT")
+ +
+ implementation("io.netty:netty-all:4.1.119.Final") // Leaf - Bump Dependencies // Dreeam TODO - Update to 4.2.0 + implementation("io.netty:netty-all:4.1.119.Final") // Dreeam TODO - Update to 4.2.0
+ // Leaf end - Bump Dependencies
+} +}
+ +
+// Gale start - hide irrelevant compilation warnings +// Gale start - hide irrelevant compilation warnings