Cobblesync GUI and Packet Handler Update

This commit is contained in:
2025-12-12 21:18:44 +00:00
parent dd78f89164
commit 1d9a551350
14 changed files with 693 additions and 173 deletions

View File

@@ -47,14 +47,14 @@ dependencies {
modImplementation "net.fabricmc:fabric-language-kotlin:${project.fabric_kotlin_version}"
// Other Mod Dependencies (e.g., Cobblemon)
modImplementation "com.cobblemon:fabric:1.6.0+1.21.1-SNAPSHOT"
modImplementation "com.cobblemon:fabric:1.7.2+1.21.1-SNAPSHOT"
// JSON and GSON dependencies - add implementation first, then include
implementation "org.json:json:20231013"
include "org.json:json:20231013"
implementation "org.json:json:20250517"
include "org.json:json:20250517"
implementation "com.google.code.gson:gson:2.10.1"
include "com.google.code.gson:gson:2.10.1"
implementation "com.google.code.gson:gson:2.13.2"
include "com.google.code.gson:gson:2.13.2"
}
processResources {