Skip to content

Commit

Permalink
Added Spark
Browse files Browse the repository at this point in the history
  • Loading branch information
tropicthedev committed Mar 11, 2024
1 parent a389a2e commit 0ec1eb9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies {
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

// Java-WebSocket (Websocket API)
// TODO : DEPRICATE
include( implementation 'org.java-websocket:Java-WebSocket:1.5.2')

// JDA (Discord API)
Expand All @@ -39,6 +40,9 @@ dependencies {
include( implementation "com.fasterxml.jackson.core:jackson-core:2.14.1")
include( implementation "com.fasterxml.jackson.core:jackson-databind:2.14.1")
include( implementation "com.fasterxml.jackson.core:jackson-annotations:2.14.1")

// Spark (Webserver)
include( implementation "com.sparkjava:spark-core:${project.jda_version}")
}

processResources {
Expand Down
21 changes: 11 additions & 10 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
org.gradle.jvmargs=-Xmx6G

# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.14.22
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.14.22

# Mod Properties
mod_version = 0.2.3-alpha
maven_group = com.tropicoss.minecraft.alfred
archives_base_name = alfred
mod_version = 0.2.3-alpha
maven_group = com.tropicoss.minecraft.alfred
archives_base_name = alfred

# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.90.7+1.20.1
jda_version=5.0.0-beta.17
# check this on https://modmuss50.me/fabric.html
fabric_version=0.90.7+1.20.1
jda_version=5.0.0-beta.17
spark_version=2.9.4

0 comments on commit 0ec1eb9

Please sign in to comment.