-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Write changelog and bump the version number to
v2.1.0
- Loading branch information
1 parent
159e5e9
commit 525bd95
Showing
3 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
### Fixed | ||
### Added | ||
|
||
- Ad Astra compatibility | ||
- Ad Astra and other dimension mods no longer crash when trying to generate chunks in their dimensions | ||
- The code is also slightly faster and more concise, because the chunk sections array is now fetched directly from the chunk that's | ||
being generated, instead of recreating it before noise population, which may result in a very slight performance increase | ||
- Minecraft 1.20.5-1.20.6 compatibility | ||
|
||
### Changed | ||
|
||
- Removed Forge support | ||
- On 1.20.5 and up only |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters