Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cally72jhb authored Apr 11, 2022
1 parent 9184262 commit 39d44a6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ dependencies {

// Other Libraries
library "meteordevelopment:discord-ipc:${project.discordrpc_version}"

// Installer
implementation "org.json:json:${project.json_version}"
}

jar {
manifest {
attributes("Main-Class": "cally72jhb.addon.Main")
}
}

processResources {
Expand Down
7 changes: 5 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ yarn_mappings=1.18.2+build.1
loader_version=0.13.3

# Mod Properties
mod_version=0.3.1
mod_version=0.3.2
maven_group=cally72jhb.addon
archives_base_name=vector-addon

# Dependency Versions

# Meteor Client (https://maven.meteordev.org/)
# Meteor Client (https://maven.meteordev.org)
meteor_version=SNAPSHOT

# Discord Rich Presence (https://github.com/MeteorDevelopment/java-discord-rpc)
discordrpc_version=1.0

# Installer
json_version=20220320

0 comments on commit 39d44a6

Please sign in to comment.