File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1313repositories {
1414 maven { url ' https://jitpack.io' }
1515 maven { url ' https://api.modrinth.com/maven' }
16+ maven { url ' https://maven.quiltmc.org/repository/release/' }
1617}
1718
1819loom {
@@ -49,7 +50,9 @@ dependencies {
4950 modImplementation include(" org.java-websocket:Java-WebSocket:1.5.2" )
5051 modImplementation include(" com.google.code.gson:gson:2.10.1" )
5152 modImplementation include(" com.neovisionaries:nv-websocket-client:2.14" )
52- modImplementation " maven.modrinth:yacl:3.8.2+1.21.11-fabric"
53+ modImplementation include(" maven.modrinth:yacl:3.8.2+1.21.11-fabric" )
54+ modImplementation include(" org.quiltmc.parsers:json:0.3.1" )
55+ modImplementation include(" org.quiltmc.parsers:gson:0.3.1" )
5356}
5457
5558processResources {
You can’t perform that action at this time.
0 commit comments