aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorAnthony Hilyard <anthony.hilyard@gmail.com>2023-04-09 13:22:32 -0700
committerAnthony Hilyard <anthony.hilyard@gmail.com>2023-04-09 13:22:32 -0700
commitc205088078971c5bb1f4be084e1fe314dc7dad3b (patch)
tree70008c843678d1506b701703c87d466c780a8e3b /gradle.properties
parent94e0927f324032c49a610f41c6055e56a0823321 (diff)
downloadIceberg-c205088078971c5bb1f4be084e1fe314dc7dad3b.tar.gz
Iceberg-c205088078971c5bb1f4be084e1fe314dc7dad3b.tar.bz2
Iceberg-c205088078971c5bb1f4be084e1fe314dc7dad3b.zip
Ported changes from 1.1.5. 3D item renderer now supports most items
that spawn entities.
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties
index 19285dd..47d635a 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.1.2
+version=1.1.6
mcVersion=1.19.3
-forgeVersion=44.0.37 \ No newline at end of file
+forgeVersion=44.1.23 \ No newline at end of file