diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-06-05 17:48:22 +0300 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-06-05 17:48:22 +0300 |
commit | 1910cba88af8a95ad0ce4373b460220297aad86b (patch) | |
tree | e9f55683618454c7f3937490a74438b730cd3c22 /gradle.properties | |
parent | 58cbdd972d1d5ac403ec039f447c1ff66211ece2 (diff) | |
download | LibGui-1910cba88af8a95ad0ce4373b460220297aad86b.tar.gz LibGui-1910cba88af8a95ad0ce4373b460220297aad86b.tar.bz2 LibGui-1910cba88af8a95ad0ce4373b460220297aad86b.zip |
1.16-pre2
- All Text usages apart from screen titles have been replaced with class_5348
- WLabel. and WText. getTextAt has been replaced by getTextStyleAt to match vanilla functionality
- CottonInventoryScreen.drawForeground
- Prevents vanilla from rendering the player inventory label (already rendered by us
and not needed in every GUI)
- The title is now rendered using the title coordinate fields like in vanilla
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 767d768..fc09dbd 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=20w20b - yarn_mappings=20w20b+build.7 - loader_version=0.8.3+build.196 + minecraft_version=1.16-pre2 + yarn_mappings=1.16-pre2+build.1 + loader_version=0.8.7+build.201 # Mod Properties - mod_version = 2.0.0 + mod_version = 2.0.0-beta.1 maven_group = io.github.cottonmc archives_base_name = LibGui # Dependencies - fabric_version=0.10.9+build.346-1.16 - jankson_version=2.1.0+j1.2.0 - modmenu_version=1.11.5+build.10 + fabric_version=0.11.6+build.355-1.16 + jankson_version=3.0.0+j1.2.0 + modmenu_version=1.11.8+build.13 |