9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2026-01-04 15:41:40 +00:00

Update Spark

This commit is contained in:
Dreeam
2025-04-14 09:21:10 -04:00
parent cb6ebf06b0
commit 7eb3c4f5de

View File

@@ -165,10 +165,12 @@
implementation("net.neoforged:srgutils:1.0.9") // Mappings handling
implementation("net.neoforged:AutoRenamingTool:2.0.3") // Remap plugins
@@ -203,6 +_,8 @@
@@ -202,7 +_,9 @@
// Spark
implementation("me.lucko:spark-api:0.1-20240720.200737-2")
implementation("me.lucko:spark-paper:1.10.119-20241121.092015-1")
- implementation("me.lucko:spark-paper:1.10.119-20241121.092015-1")
+ implementation("me.lucko:spark-paper:1.10.133-20250413.112336-1")
+
+ implementation("io.netty:netty-all:4.1.119.Final") // Leaf - Bump Dependencies // Dreeam TODO - Update to 4.2.0
}