From de97dac7b449909e46db843aa4e65ccdcc9eb9ff Mon Sep 17 00:00:00 2001 From: Anthony Hilyard Date: Sun, 9 Apr 2023 13:21:56 -0700 Subject: Ported latest changes from Forge 1.1.6. --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'CHANGELOG.md') 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). -- cgit