diff --git a/CHANGELOG.md b/CHANGELOG.md index 5757e4f75..9a84f8d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## Version 2.6.1 + +This update was made by Chryfi, exceptions are mentioned at the respective items + +**Compatible** with McLib `2.4.2`, Metamorph `1.3.1` and Aperture `1.8.1`. It doesn't mean that future versions of Metamorph and Aperture would be incompatible, but older versions are most likely incompatible. + +* Added model block hitbox button to enable default block hitbox +* Added audio delay functionality to audio shift. Negative numbers will delay the audio +* Fixed model blocks NBT not copying on plugin servers +* Fixed light morph entity hitbox rendering for some players +* Fixed sequencer morph having a flickering animation with Emoticons +* Fixed newer voxel formats not loading because of changed version number +* Fixed snowstorm particles playing very fast on servers with multiple players +* Fixed crash with JourneyMap mod and fake player (thanks to @Sam_0324) +* Fixed scene not starting in paused state when started by camera editor +* Fixed scene stopping when the only actor left is the recording Player +* Fixed bb gun overwriting other bb gun items when switching between them (thanks to @OtakuGamer) +* Major update to Ukranian translation (thanks to @Andruxioid) + ## Version 2.6 This update was made by Chryfi, exceptions are mentioned at the respective items diff --git a/version.json b/version.json index 492e57c3f..46dffb858 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "homepage": "https://curseforge.com/minecraft/mc-mods/blockbuster/", "1.12.2": { - "2.6.1": "This update was made by Chryfi, which adds some bug fixes and cool features like audio delay." + "2.6.1": "This update was made by Chryfi, which adds some bug fixes and cool features like audio delay.", "2.6": "This update was made by Chryfi, which adds a lot of cool features like the light morph, first person hotbar recording, multi selection in record editor and a lot of fixes and QoL additions.", "2.5": "This update was made by MiaoNLI, which adds a ton of groundbreaking features like immersive editor, glow animation, a lot of features for sequencer morph and much more. Changes made by others are named at the respective items.", "2.4.1": "This update was made by Chryfi, which adds a few QoL improvements and a few fixes.",