Skip to content

Commit

Permalink
Update dependencies (#546)
Browse files Browse the repository at this point in the history
* Update dependencies

* Update dependencies
  • Loading branch information
xpple authored Jul 9, 2023
1 parent a919653 commit 43ec703
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
org.gradle.jvmargs=-Xmx2G

# Fabric Properties
# check these on https://modmuss50.me/fabric.html
# check these on https://fabricmc.net/develop/
minecraft_version=1.20.1
minecraft_version_dependency=>=1.20 <=1.20.1
yarn_mappings=1.20.1+build.1
yarn_mappings=1.20.1+build.9
loader_version=0.14.21

# Mod Properties
mod_version = 2.8.2
maven_group = net.earthcomputer
archives_base_name = clientcommands
mod_version=2.8.2
maven_group=net.earthcomputer
archives_base_name=clientcommands

# Dependencies
# also check this on https://modmuss50.me/fabric.html
fabric_version=0.83.0+1.20
# also check this on https://fabricmc.net/develop/
fabric_version=0.85.0+1.20.1
clientarguments_version=1.5
betterconfig_version=1.1.1
seedfinding_version=1.171.4
betterconfig_version=1.1.4
seedfinding_version=1.171.7

0 comments on commit 43ec703

Please sign in to comment.