Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: apple <[email protected]>
  • Loading branch information
davidalb97 committed Oct 2, 2021
1 parent a0e08cf commit d3fa616
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ repositories {
// See https://docs.gradle.org/current/userguide/declaring_repositories.html
// for more information about repositories.
maven { url "https://maven.shedaniel.me/" }
maven { url "https://maven.terraformersmc.com/" }
}

dependencies {
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.16.5
yarn_mappings=1.16.5+build.5
loader_version=0.11.3
yarn_mappings=1.16.5+build.10
loader_version=0.11.7

# Mod Properties
mod_version = 1.0.0
Expand All @@ -14,8 +14,8 @@ org.gradle.jvmargs=-Xmx1G

# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version=0.31.0+1.16
fabric_version=0.40.0+1.16

mod_menu_version=1.14.13+build.19
cloth_config_version=4.11.14
cloth_config_version=4.11.26

0 comments on commit d3fa616

Please sign in to comment.