diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2023-04-09 13:21:56 -0700 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2023-04-09 13:21:56 -0700 |
commit | de97dac7b449909e46db843aa4e65ccdcc9eb9ff (patch) | |
tree | c20d8bfd38a50a801b32e1cc14350d163c77c360 /CHANGELOG.md | |
parent | a47883e3693071a394d9e08ff79357cc17048162 (diff) | |
download | Iceberg-de97dac7b449909e46db843aa4e65ccdcc9eb9ff.tar.gz Iceberg-de97dac7b449909e46db843aa4e65ccdcc9eb9ff.tar.bz2 Iceberg-de97dac7b449909e46db843aa4e65ccdcc9eb9ff.zip |
Ported latest changes from Forge 1.1.6.
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). |