diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ca2ea85..fb0fc10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # 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 a bug with stacking multiple Iceberg events (Fabric only). |