diff options
author | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2023-05-20 12:23:28 -0400 |
---|---|---|
committer | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2023-05-20 12:23:28 -0400 |
commit | d9f368296ac5dac6dc60602e25cf1cc989e11ae5 (patch) | |
tree | 2a247c421c076c2ad0c99e72e255d922783cdebd /gradle.properties | |
parent | 4fcccc53c1b312d7a5a956ae13fea46564a70b48 (diff) | |
download | Skyblocker-d9f368296ac5dac6dc60602e25cf1cc989e11ae5.tar.gz Skyblocker-d9f368296ac5dac6dc60602e25cf1cc989e11ae5.tar.bz2 Skyblocker-d9f368296ac5dac6dc60602e25cf1cc989e11ae5.zip |
Require fabric api version 0.81.0 and loader version 0.14.19
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 c883c1a2..c87195f7 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) |