Skip to content

Commit 2b28b17

Browse files
committed
make mod buildable
1 parent c216d03 commit 2b28b17

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

4345
processResources {

src/main/resources/fabric.mod.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
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/",

0 commit comments

Comments
 (0)