diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-08-03 00:55:52 +0300 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-08-03 00:55:52 +0300 |
commit | 8b64e485972a150907938edb1b66c9cb066d2aa9 (patch) | |
tree | cb8d61ccd860bd12f23740e1a86e57314f9ce7db /gradle.properties | |
parent | f6166a721c6b0a8c2096d5c5502c7b822630b757 (diff) | |
download | LibGui-8b64e485972a150907938edb1b66c9cb066d2aa9.tar.gz LibGui-8b64e485972a150907938edb1b66c9cb066d2aa9.tar.bz2 LibGui-8b64e485972a150907938edb1b66c9cb066d2aa9.zip |
3.0.0 for 1.16.2-pre1
Mojang refactored text again :irritatered:
- Widgets now take a Text again instead of StringRenderable/-Visitable
- ScreenDrawing takes OrderedTexts instead of StringVisitables
- To reduce the future updating workload, tooltips now use a new TooltipBuilder
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gradle.properties b/gradle.properties index 754834b..8f6ed64 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,16 +3,16 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.16.1 - yarn_mappings=1.16.1+build.20 - loader_version=0.8.8+build.202 + minecraft_version=1.16.2-pre1 + yarn_mappings=1.16.2-pre1+build.13 + loader_version=0.9.0+build.204 # Mod Properties - mod_version = 2.3.0 + mod_version = 3.0.0 maven_group = io.github.cottonmc archives_base_name = LibGui # Dependencies - fabric_version=0.13.1+build.370-1.16 - jankson_version=3.0.0+j1.2.0 - modmenu_version=1.11.8+build.13 + fabric_version=0.16.3+build.390-1.16 + jankson_version=3.0.1+j1.2.0 + modmenu_version=1.14.5+build.30 |