diff options
author | ErnieBernie10 <30663198+ErnieBernie10@users.noreply.github.com> | 2020-01-29 12:52:03 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-01-29 12:52:03 +0200 |
commit | 75a68c542956e168b66f4024f4c73eb0360fc455 (patch) | |
tree | b4c32fdf9381af4c25895b530a19a72304dea5c4 /GuiTest/gradle.properties | |
parent | 4127f58f05488037a590fd29b38bdf654e02a7d5 (diff) | |
download | LibGui-75a68c542956e168b66f4024f4c73eb0360fc455.tar.gz LibGui-75a68c542956e168b66f4024f4c73eb0360fc455.tar.bz2 LibGui-75a68c542956e168b66f4024f4c73eb0360fc455.zip |
Fixed GuiTest
Diffstat (limited to 'GuiTest/gradle.properties')
-rw-r--r-- | GuiTest/gradle.properties | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/GuiTest/gradle.properties b/GuiTest/gradle.properties index fef99be..1ef1e05 100644 --- a/GuiTest/gradle.properties +++ b/GuiTest/gradle.properties @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=19w42a - yarn_mappings=19w42a+build.1 - loader_version=0.6.3+build.167 + minecraft_version=1.15.2 + yarn_mappings=1.15.2+build.2 + loader_version=0.7.5+build.178 # Mod Properties - mod_version = 1.3.3-beta.7 + mod_version = 1.5.1 maven_group = io.github.cottonmc archives_base_name = LibGui # Dependencies - fabric_version=0.4.8+build.255-1.15 - jankson_version=2.0.0+j1.2.0 + fabric_version=0.4.29+build.290-1.15 + jankson_version=2.0.1+j1.2.0 |