···11-### Added
22-- Backported all content from Infinite Dimensions v2.5 to 1.20.1. Primarily, this includes:
33- - A new amendments system, which allows for easy handling of modular config files - changing weights of any entries in any randomization pools or eliminating them altogether, based on a robust system of selectors. Default amendments bundled with the mod resolve some major earlier incompatibilities (aether, alex's caves, oritech) and it is recommended to have [Mod Menu](https://modrinth.com/mod/modmenu) and [Cloth Config](https://modrinth.com/mod/cloth-config) installed if you want to add more of them.
44- - Random lakes are back, ocean vegetation is no longer hardcoded, fossils and Bonus Chests are introduced (rarity of both under review).
55- - A `/warp random` command that does what you'd expect (good for datapacks that randomly warp you every `n` minutes)
66- - A new "safe mode" setting is introduced that disables all block entities from being used in future dimensions for terrain generation - may be useful in heavily modded environments.
77- - Every end gateway in random dimensions now teleports to a different point.
88- - Coral no longer decays in random dimensions.
99-- Ported to 1.21.8. This port is in beta, please note the following:
1010- - This port is experimental and some features may not work as intended, notably custom skies and shaders, including the iridesecence shaders. Fixes for these are planned.
1111- - Item and entity rendering *should* be working as intended despite major rewrites, please report if you find this to not be the case.
1212- - Create integration has been modified to support [Create Fly](<https://modrinth.com/mod/create-fly>) and EMI integration has been changed to support [EIV](<https://modrinth.com/mod/eiv>).
1313- - This version will likely be dropped in the future in favour of 26.1.
1414-1515-### Changed
1616-- Major internal refactors to allow Infinite Dimensions to build for multiple versions of Minecraft at once.
1717-- Required elements of Forgified Fabric API are now bundled on 1.20.1. All versions now only depend on Architectury API.
1818-191### Fixed
2020-- Infinite Dimensions now gracefully handles mods with invalid block entities instead of allowing Minecraft to crash with from invalid player data.
2121-- Crash from Coral Blocks attempting to generate too early.22+- Star and sky rendering on 1.21.8
33+- Iridesence tinting in EIV.
44+- Crash rendering Chaos Pawns.
55+- Crash on dedicated NeoForge servers.
66+- Crash from `alphatree` on NeoForge.
+21
CHANGELOG.md
···11+### Added
22+- Backported all content from Infinite Dimensions v2.5 to 1.20.1. Primarily, this includes:
33+ - A new amendments system, which allows for easy handling of modular config files - changing weights of any entries in any randomization pools or eliminating them altogether, based on a robust system of selectors. Default amendments bundled with the mod resolve some major earlier incompatibilities (aether, alex's caves, oritech) and it is recommended to have [Mod Menu](https://modrinth.com/mod/modmenu) and [Cloth Config](https://modrinth.com/mod/cloth-config) installed if you want to add more of them.
44+ - Random lakes are back, ocean vegetation is no longer hardcoded, fossils and Bonus Chests are introduced (rarity of both under review).
55+ - A `/warp random` command that does what you'd expect (good for datapacks that randomly warp you every `n` minutes)
66+ - A new "safe mode" setting is introduced that disables all block entities from being used in future dimensions for terrain generation - may be useful in heavily modded environments.
77+ - Every end gateway in random dimensions now teleports to a different point.
88+ - Coral no longer decays in random dimensions.
99+- Ported to 1.21.8. This port is in beta, please note the following:
1010+ - This port is experimental and some features may not work as intended, notably custom skies and shaders, including the iridesecence shaders. Fixes for these are planned.
1111+ - Item and entity rendering *should* be working as intended despite major rewrites, please report if you find this to not be the case.
1212+ - Create integration has been modified to support [Create Fly](<https://modrinth.com/mod/create-fly>) and EMI integration has been changed to support [EIV](<https://modrinth.com/mod/eiv>).
1313+ - This version will likely be dropped in the future in favour of 26.1.
1414+1515+### Changed
1616+- Major internal refactors to allow Infinite Dimensions to build for multiple versions of Minecraft at once.
1717+- Required elements of Forgified Fabric API are now bundled on 1.20.1. All versions now only depend on Architectury API.
1818+1919+### Fixed
2020+- Infinite Dimensions now gracefully handles mods with invalid block entities instead of allowing Minecraft to crash with from invalid player data.
2121+- Crash from Coral Blocks attempting to generate too early.