diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2021-10-14 11:26:29 -0700 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2021-10-14 11:26:29 -0700 |
commit | 2077b6b7c9b63d329bd095a8632f40136a3ba352 (patch) | |
tree | 43a81e65cd6dc013c66116656c4fd3a50acf29b3 /gradle.properties | |
parent | 32c9fb58d33320b8b6c3bc8d879ce793fa516f8d (diff) | |
download | Iceberg-2077b6b7c9b63d329bd095a8632f40136a3ba352.tar.gz Iceberg-2077b6b7c9b63d329bd095a8632f40136a3ba352.tar.bz2 Iceberg-2077b6b7c9b63d329bd095a8632f40136a3ba352.zip |
Fixed access issue on
CustomItemRenderer.renderItemModelIntoGUIWithAlpha.
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 832ac67..ce21702 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.12 +version=1.0.13 mcVersion=1.17.1 forgeVersion=37.0.90 |