diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2022-01-05 16:34:14 -0800 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2022-01-05 16:34:14 -0800 |
commit | f8c05d3ed6f96393f34f4ab661e99d3083f893b6 (patch) | |
tree | 697a0b3719c439513ed03a3260b09bf3168df262 /gradle.properties | |
parent | 2c50ee296e0daf85e6a087865b1d04bcebcbf565 (diff) | |
download | Iceberg-f8c05d3ed6f96393f34f4ab661e99d3083f893b6.tar.gz Iceberg-f8c05d3ed6f96393f34f4ab661e99d3083f893b6.tar.bz2 Iceberg-f8c05d3ed6f96393f34f4ab661e99d3083f893b6.zip |
Ported changes through 1.0.34. Fixed a crash issue for client-side dependants run on dedicated server. Cleaned up warnings in log file. Fixed incorrect background alpha bug.
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties index ab94819..a657a8b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,8 +6,8 @@ org.gradle.daemon=false name=${rootProject.name} group=com.anthonyhilyard.${name.toLowerCase()} author=anthonyhilyard -version=1.0.29 +version=1.0.35 -mcVersion=1.18 -fabricVersion=0.44.0+1.18 +mcVersion=1.18.1 +fabricVersion=0.45.0+1.18 loaderVersion=0.12.12 |