Cobblesync GUI and Packet Handler Update
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user