We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e3d76 commit 1d0b175Copy full SHA for 1d0b175
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:33900163ec')
+ modImplementation include('com.github.Coflnet:CoflSkyCore:74daa22055')
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