Skip to content

Commit

Permalink
Update CHANGELOG.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn authored Nov 20, 2023
1 parent d2b424d commit 7263ed0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
9.x - 1.20.2 - dev/master - java 17
===================================
9.1.1 - Fixed blockstate override for BlockEntity class not evaluated if it has override from Block class
- Fixed player head skin always showing as Steve's
- Changed item tooltip to show item number as suffixed form (1000 -> 1K)
- Automatically scale down the text if its width exceeds 16px
9.1.0 - Added NeoForge platform
- Updated Forge platform
9.0.1 - [API] Added `IRegistrar#addFeatureConfig`
Expand All @@ -12,6 +16,10 @@

8.x - 1.20.1 - dev/1.20.1 - java 17
===================================
8.4.2 - Fixed blockstate override for BlockEntity class not evaluated if it has override from Block class
- Fixed player head skin always showing as Steve's
- Changed item tooltip to show item number as suffixed form (1000 -> 1K)
- Automatically scale down the text if its width exceeds 16px
8.4.1 - [API] Added `IRegistrar#addFeatureConfig`
- Deprecated `addMergedConfig` and `addMergedSyncedConfig`
- Added option to render the tooltip overlay at lower FPS than the rest of the game. Defaults to 30 FPS
Expand Down Expand Up @@ -183,6 +191,8 @@

5.x - 1.19.2 - dev/1.19.2 - java 17
===================================
5.19.2 - Fixed blockstate override for BlockEntity class not evaluated if it has override from Block class
- Fixed player head skin always showing as Steve's
5.19.1 - [API] Added `IRegistrar#addFeatureConfig`
- Deprecated `addMergedConfig` and `addMergedSyncedConfig`
- Added option to render the tooltip overlay at lower FPS than the rest of the game. Defaults to 30 FPS
Expand Down

0 comments on commit 7263ed0

Please sign in to comment.