diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2021-12-30 14:00:33 -0800 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2021-12-30 14:00:33 -0800 |
commit | 650b77cff32dd45585fb363c3daa6d21e8e601b9 (patch) | |
tree | 3e067c56c1f698c5563801a8eb1a5a1ef107df32 /gradle.properties | |
parent | be7a696f1ed6a6e9fc902fd4599dbc9ce71c466c (diff) | |
download | Iceberg-650b77cff32dd45585fb363c3daa6d21e8e601b9.tar.gz Iceberg-650b77cff32dd45585fb363c3daa6d21e8e601b9.tar.bz2 Iceberg-650b77cff32dd45585fb363c3daa6d21e8e601b9.zip |
Ported 1.0.32 to 1.18.1. Added tooltip index to tooltip events, fixed
text color alpha limitation.
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index f213ef1..09e0729 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,6 +6,6 @@ org.gradle.daemon=false name=${rootProject.name} group=com.anthonyhilyard.${name.toLowerCase()} author=anthonyhilyard -version=1.0.31 +version=1.0.33 mcVersion=1.18.1 -forgeVersion=39.0.0 +forgeVersion=39.0.9 |