diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2022-04-25 12:57:43 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2022-04-25 12:57:43 +0300 |
commit | baf190d49e78e77ecb12cc88573771af6d42505e (patch) | |
tree | 11df7eb48fcde64d848c5790240f1de94a28f860 /gradle.properties | |
parent | b111addd529516f85563b6dac8e2df733b812e4e (diff) | |
download | LibGui-baf190d49e78e77ecb12cc88573771af6d42505e.tar.gz LibGui-baf190d49e78e77ecb12cc88573771af6d42505e.tar.bz2 LibGui-baf190d49e78e77ecb12cc88573771af6d42505e.zip |
Update to 22w16b
- Removed WLabel(String) and WLabel(String, int)
- Removed WTextField.setSuggestion(String)
- Fixed config screen not returning to previous screen
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index b6cd808..ff49773 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=22w14a - yarn_mappings=22w14a+build.9 - loader_version=0.13.3 + minecraft_version=22w16b + yarn_mappings=22w16b+build.7 + loader_version=0.14.2 # Mod Properties mod_version = 6.0.0-beta.1 @@ -13,7 +13,7 @@ org.gradle.jvmargs=-Xmx1G archives_base_name = LibGui # Dependencies - fabric_version=0.50.0+1.19 + fabric_version=0.51.2+1.19 jankson_version=4.1.0+j1.2.1 modmenu_version=3.1.1 libninepatch_version=1.1.0 |