diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2019-12-15 18:40:30 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2019-12-15 18:40:30 +0200 |
commit | 20a10532885852a62ffe969ee7e2095a8f661f89 (patch) | |
tree | 83f6daa2e709a5be98f17aace48c8eaddf5ce8f6 /gradle.properties | |
parent | cbf749a775a10fbe4bd8cf74f958ef86f5df8b19 (diff) | |
download | LibGui-20a10532885852a62ffe969ee7e2095a8f661f89.tar.gz LibGui-20a10532885852a62ffe969ee7e2095a8f661f89.tar.bz2 LibGui-20a10532885852a62ffe969ee7e2095a8f661f89.zip |
who renames these :angry:
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties index d568886..3bb175f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=19w46b - yarn_mappings=19w46b+build.1 - loader_version=0.6.3+build.167 + minecraft_version=1.15 + yarn_mappings=1.15+build.2 + loader_version=0.7.2+build.174 # Mod Properties mod_version = 1.3.3-beta.7 @@ -13,5 +13,5 @@ org.gradle.jvmargs=-Xmx1G archives_base_name = LibGui # Dependencies - fabric_version=0.4.12+build.261-1.15 - jankson_version=2.0.0+j1.2.0 + fabric_version=0.4.24+build.279-1.15 + jankson_version=2.0.1+j1.2.0 |