We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa450b4 commit f7180f0Copy full SHA for f7180f0
build.gradle
@@ -45,7 +45,7 @@ dependencies {
45
// Fabric API. This is technically optional, but you probably want it anyway.
46
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
47
48
- modImplementation include("com.github.Coflnet:CoflSkyCore:1b4c5865e7")
+ modImplementation include("com.github.Coflnet:CoflSkyCore:a871af6e6f")
49
modImplementation include("org.greenrobot:eventbus-java:3.3.1")
50
modImplementation include("org.java-websocket:Java-WebSocket:1.5.2")
51
modImplementation include("com.google.code.gson:gson:2.10.1")
0 commit comments