Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
also updated cloth config
  • Loading branch information
juliand665 committed May 8, 2021
1 parent 81207d4 commit 23d1a3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ minecraft {
repositories {
maven { url "https://maven.jamieswhiteshirt.com/libs-release/" }
maven { url = "https://jitpack.io" }
maven { url "https://maven.shedaniel.me/" }
}

dependencies {
Expand All @@ -33,10 +34,11 @@ dependencies {
modImplementation "io.github.prospector:modmenu:${project.modmenu_version}"

// Easy config screen setup library
modApi("me.shedaniel.cloth:config-2:${project.cloth_version}") {
modApi("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_version}") {
exclude(group: "net.fabricmc.fabric-api")
}
include "me.shedaniel.cloth:config-2:${project.cloth_version}"
include "me.shedaniel.cloth:cloth-config-fabric:${project.cloth_version}"

// Using the TOML config format
modImplementation("com.moandjiezana.toml:toml4j:${project.toml4j_version}")
include "com.moandjiezana.toml:toml4j:${project.toml4j_version}"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ loader_version = 0.11.1
fabric_version = 0.29.3+1.16

# Mod Properties
mod_version = 2.0.1
mod_version = 2.0.2
maven_group = juliand665
archives_base_name = dynamic-fps

# Dependencies
findbugs_version = 3.0.2
databreaker_version = 0.2.6
modmenu_version = 1.14.13+build.19
cloth_version = 4.8.3
cloth_version = 4.11.19
toml4j_version = 0.7.2

0 comments on commit 23d1a3c

Please sign in to comment.