···11-### Features
22-- Haunted dimensions are significantly refactored; `notes` dimension is populated with features and opened to the public.
33- - "Notes" block is removed as the new implementation does not use it.
44-- Custom music discs (dropped from chaos creepers when killed by skeletons):
55- - are backported to 1.20;
66- - empty ones from the creative inventory now have a tooltip and can be burned to a random song by right-clicking them;
77- - are integrated with 1.21.8's music toasts.
88-- Footprints are given a use: throwing them in a portal creates a special exit-only portal that counts as a valid destination for returning from any dimension - helpful if the original portal you went through gets destroyed or overwritten by another player.
99-- The /warp command now supports a target argument, allowing to warp another player or several at once. (Cass)
1010-111### Technical
1212-- The mod now makes use of data generation, improving consistency between versions.
1313-- Block entity data storage is refactored in a way to make multiversioned coding easier. A side effect of this is that if you are updating a 1.21.8 world to this version, all preexisting portals will break; sorry! (this only affects 1.21.8, other versions can easily autoupdate to the new format)
1414-- Amendments can now use excluding mod selectors, i.e. "!minecraft" to affect everything except vanilla minecraft content.
1515-- Several more user-suggested amendments were ratified, fixing rare crashes with the Bumblezone, Iron Spells, Cobblemon and a few other mods. If you have custom amendments passed, back them up before updating - default amendment additions overwrite the file.
22+- Further refactors to Chaos Pawn serialization to prep for porting past 1.21.8.
1631717-### Fixes
1818-- Random dimensions can once again use fluids other than water for their generation.
1919-- Music discs on 1.21.8 are now correctly tinted and actually play.
2020-- Models of altar items now display correctly in 1.21.8.
2121-- Chaos creepers no longer cause the world to close when their biome is bottled.
2222-- Corals no longer crash world generation. (Cass)
2323-- Custom packets are correctly registered on the client. (Cass, 1.21.1 Neoforge)
2424-- A crash on dedicated 1.21.8 servers was fixed. (Cass)
2525-- 1.21.8's new music toasts are added to the mod's music. (Cass)
2626-- Iridescence shaders and spawn egg textures were sometimes displayed as missing on 1.21.8, Cass fised it.
2727-- The 11th amendment was changed to blacklist bumblezone biomes instead of structures.44+### Fixed
55+- Crash on 1.20.1.
+30
CHANGELOG.md
···11+## [2.7.0]
22+33+### Features
44+- Haunted dimensions are significantly refactored; `notes` dimension is populated with features and opened to the public.
55+ - "Notes" block is removed as the new implementation does not use it.
66+- Custom music discs (dropped from chaos creepers when killed by skeletons):
77+ - are backported to 1.20;
88+ - empty ones from the creative inventory now have a tooltip and can be burned to a random song by right-clicking them;
99+ - are integrated with 1.21.8's music toasts.
1010+- Footprints are given a use: throwing them in a portal creates a special exit-only portal that counts as a valid destination for returning from any dimension - helpful if the original portal you went through gets destroyed or overwritten by another player.
1111+- The /warp command now supports a target argument, allowing to warp another player or several at once. (Cass)
1212+1313+### Technical
1414+- The mod now makes use of data generation, improving consistency between versions.
1515+- Block entity data storage is refactored in a way to make multiversioned coding easier. A side effect of this is that if you are updating a 1.21.8 world to this version, all preexisting portals will break; sorry! (this only affects 1.21.8, other versions can easily autoupdate to the new format)
1616+- Amendments can now use excluding mod selectors, i.e. "!minecraft" to affect everything except vanilla minecraft content.
1717+- Several more user-suggested amendments were ratified, fixing rare crashes with the Bumblezone, Iron Spells, Cobblemon and a few other mods. If you have custom amendments passed, back them up before updating - default amendment additions overwrite the file.
1818+1919+### Fixes
2020+- Random dimensions can once again use fluids other than water for their generation.
2121+- Music discs on 1.21.8 are now correctly tinted and actually play.
2222+- Models of altar items now display correctly in 1.21.8.
2323+- Chaos creepers no longer cause the world to close when their biome is bottled.
2424+- Corals no longer crash world generation. (Cass)
2525+- Custom packets are correctly registered on the client. (Cass, 1.21.1 Neoforge)
2626+- A crash on dedicated 1.21.8 servers was fixed. (Cass)
2727+- 1.21.8's new music toasts are added to the mod's music. (Cass)
2828+- Iridescence shaders and spawn egg textures were sometimes displayed as missing on 1.21.8, Cass fised it.
2929+- The 11th amendment was changed to blacklist bumblezone biomes instead of structures.
3030+131## [2.6.5 - 25/I/2026]
232A crucial crash exclusive to Fabric 1.21.8 is fixed which was triggering a ConcurrentModificationException on every portal activation.
333