File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,11 @@ dependencies {
3535 // Fabric API. This is technically optional, but you probably want it anyway.
3636 modImplementation " net.fabricmc.fabric-api:fabric-api:${ project.fabric_version} "
3737
38- implementation ' com.github.Coflnet:CoflSkyCore:main-SNAPSHOT'
39- implementation " org.greenrobot:eventbus-java:3.3.1"
40- implementation " org.java-websocket:Java-WebSocket:1.5.2"
38+ modImplementation include(' com.github.Coflnet:CoflSkyCore:main-SNAPSHOT' )
39+ modImplementation include(" org.greenrobot:eventbus-java:3.3.1" )
40+ modImplementation include(" org.java-websocket:Java-WebSocket:1.5.2" )
41+ modImplementation include(" com.google.code.gson:gson:2.10.1" )
42+ modImplementation include(" com.neovisionaries:nv-websocket-client:2.14" )
4143}
4244
4345processResources {
Original file line number Diff line number Diff line change 11{
22 "schemaVersion" : 1 ,
3- "id" : " coflmod " ,
3+ "id" : " skycofl " ,
44 "version" : " ${version}" ,
5- "name" : " CoflMod " ,
6- "description" : " This is an example description! Tell everyone what your mod is about! " ,
5+ "name" : " SkyCofl " ,
6+ "description" : " SkyCoflMod adds pricing information to hypixel skyblock " ,
77 "authors" : [
8- " Me!"
8+ " OC.Marwo" ,
9+ " HackOS" ,
10+ " Ragult" ,
11+ " Ekwav"
912 ],
1013 "contact" : {
1114 "homepage" : " https://fabricmc.net/" ,
You can’t perform that action at this time.
0 commit comments