From ce46c0feb25b6127a1ce4e5624a05acf5ce16a71 Mon Sep 17 00:00:00 2001 From: Anthony Hilyard Date: Thu, 22 Dec 2022 15:20:04 -0800 Subject: Added new selectors and item rendering capability. - Added wildcard item selector. - Added selector negation. - Added selector combination. - Item detail models can now be rendered via the custom item renderer. - Fixed several tooltip rendering bugs. - Added Minecraft 1.19.3 support. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c1c88a..32ac045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +### 1.1.1 +- Fixed a bug that could cause tooltip titles to be positioned incorrectly for explicitly-positioned tooltips. + +### 1.1.0 +- Added wildcard selector. +- Added selector negation. +- Added selector combination. +- Added detail model renderer to custom item renderer. +- Added vertex collector and checked buffer source helpers. +- Fixed a bug that could cause tooltip titles to be incorrectly identified. +- Added support for Minecraft 1.19.3. + ### 1.0.49 - Added support for tooltips with non-text components placed above the title. -- cgit