diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-05-09 14:01:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-09 14:01:58 +0300 |
commit | b3d673df2fa83bc092ec2ba37eb936a4255b1b59 (patch) | |
tree | 4bbf521a83d1564c6179a2d5343dce6d719e6286 /GuiTest/gradle.properties | |
parent | 9743d57ec08b0488e2c7152615d54dd813a1bd3f (diff) | |
parent | 0060aa9e7db6c26d031c2bfb7f5acfa00378b349 (diff) | |
download | LibGui-b3d673df2fa83bc092ec2ba37eb936a4255b1b59.tar.gz LibGui-b3d673df2fa83bc092ec2ba37eb936a4255b1b59.tar.bz2 LibGui-b3d673df2fa83bc092ec2ba37eb936a4255b1b59.zip |
Merge pull request #40 from Juuxel/new-breaking
1.16 breaking changes
Diffstat (limited to 'GuiTest/gradle.properties')
-rw-r--r-- | GuiTest/gradle.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/GuiTest/gradle.properties b/GuiTest/gradle.properties index 1ef1e05..b1db372 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=1.15.2 - yarn_mappings=1.15.2+build.2 - loader_version=0.7.5+build.178 + minecraft_version=20w17a + yarn_mappings=20w17a+build.4 + loader_version=0.8.2+build.194 # Mod Properties - mod_version = 1.5.1 + mod_version = 1.9.0 maven_group = io.github.cottonmc archives_base_name = LibGui # Dependencies - fabric_version=0.4.29+build.290-1.15 + fabric_version=0.6.2+build.327-1.16 jankson_version=2.0.1+j1.2.0 |