diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2023-05-21 19:29:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-21 19:29:38 -0400 |
commit | 58eb66843c987937428b0068b7f8522233984488 (patch) | |
tree | e6082634469e6da9fff38005519cd4aa682a5602 /gradle.properties | |
parent | f0f41378eef1c7bf59827ed707db048db5ff7050 (diff) | |
parent | d9f368296ac5dac6dc60602e25cf1cc989e11ae5 (diff) | |
download | Skyblocker-58eb66843c987937428b0068b7f8522233984488.tar.gz Skyblocker-58eb66843c987937428b0068b7f8522233984488.tar.bz2 Skyblocker-58eb66843c987937428b0068b7f8522233984488.zip |
Merge pull request #154 from kevinthegreat1/api-migration
Api migration, config command, and cleanup
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties index 007c64ad..752907cf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx1G -Dfile.encoding=UTF-8 -Duser.language=en -Duser.countr # Fabric Properties (https://fabricmc.net/versions.html) ## 1.19.4 minecraft_version=1.19.4 -yarn_mappings=1.19.4+build.1 -loader_version=0.14.18 +yarn_mappings=1.19.4+build.2 +loader_version=0.14.19 #Fabric api ## 1.19.4 -fabric_api_version=0.76.0+1.19.4 +fabric_api_version=0.81.1+1.19.4 # Dependencies ## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) |