diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2023-04-09 13:22:32 -0700 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2023-04-09 13:22:32 -0700 |
commit | c205088078971c5bb1f4be084e1fe314dc7dad3b (patch) | |
tree | 70008c843678d1506b701703c87d466c780a8e3b /CHANGELOG.md | |
parent | 94e0927f324032c49a610f41c6055e56a0823321 (diff) | |
download | Iceberg-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 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ac045..ef8113b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +### 1.1.6 +- Fixed crash with some mods when rendering custom 3D models. +- Added support to 3D item previews for most items that spawn entities (boats, minecarts, spawn eggs, etc). +- Fixed bug that caused wildcard item selectors to be removed from config files. + +### 1.1.5 +- Fixed crash when trying to view 3D item previews while installed with Sodium version 0.4.9. +- Fixed crash when trying to view 3D item previews for modded boats. +- Fixed various item sizing and alignment issues with 3D item previews. + +### 1.1.4 +- Fixed a bug that caused resource-pack defined item models with custom scaling to render improperly with custom item renderer. +- Fixed a bug that caused custom item renderer 3D models to have incorrect rotations. + +### 1.1.3 +- Fixed regression causing missing method crashes with some mods. +- Fixed a crash that could occur when rendering custom tooltips. + +### 1.1.2 +- Fixed a bug with custom item renderer causing items rendered with alpha to be upside down and with incorrect lighting. +- Fixed dependency information to correctly only work on 1.19.3. + ### 1.1.1 - Fixed a bug that could cause tooltip titles to be positioned incorrectly for explicitly-positioned tooltips. |