We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a274d2f commit 90c5361Copy full SHA for 90c5361
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:1059b456de")
+ modImplementation include("com.github.Coflnet:CoflSkyCore:ee2802bad6")
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