Skip to content

Commit

Permalink
Update CHANGELOG.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn authored Oct 27, 2023
1 parent 098d547 commit f45efc2
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
9.x - 1.20.2-pre2 - dev/master - java 17
========================================
9.x - 1.20.2 - dev/master - java 17
===================================
9.0.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
- Added option to not sort the storage item list
- Changed the fluid unit for droplets from `d` to `dp`
- Updated Russian translation (#232)
9.0.0 - Updated to Minecraft 1.20.2-pre2

8.x - 1.20.1 - dev/1.20.1 - java 17
===================================
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
- Added option to not sort the storage item list
- Changed the fluid unit for droplets from `d` to `dp`
- Updated Russian translation (#232)
8.4.0 - [API] Experimental: added `IRegistryFilter`
- [API] Added method that return `BlockHitResult`/`EntityHitResult` to `IBlockAccessor`/`IEntityAccessor`
- [API] Added `getUpdateId` method to `IBlockAccessor` and `IEntityAccessor`
Expand Down Expand Up @@ -169,6 +181,12 @@

5.x - 1.19.2 - dev/1.19.2 - java 17
===================================
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
- Added option to not sort the storage item list
- Changed the fluid unit for droplets from `d` to `dp`
- Updated Russian translation (#232)
5.19.0 - [API] Experimental: added `IRegistryFilter`
- [API] Added method that return `BlockHitResult`/`EntityHitResult` to `IBlockAccessor`/`IEntityAccessor`
- [API] Added `getUpdateId` method to `IBlockAccessor` and `IEntityAccessor`
Expand Down

0 comments on commit f45efc2

Please sign in to comment.