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