Wither Config allows you to adjust the Wither's stats and behavior for a tailored boss experience.

Update Changelog.md

+43 -34
+43 -34
Changelog.md
··· 3 3 All notable changes to this project will be documented in this file. 4 4 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com), 6 - and this project follows the [Ragnarök Versioning Convention](https://github.com/Red-Studio-Ragnarok/Commons/blob/main/Ragnar%C3%B6k%20Versioning%20Convention.md). 6 + and this project adheres to [Ragnarök Versioning](https://github.com/Red-Studio-Ragnarok/Commons/blob/main/Ragnar%C3%B6k%20Versioning%20Convention.md). 7 7 8 - ## Wither Config Version 1.2.1 Changelog - 2024-07-03 8 + ## [Unreleased](https://tangled.org/desoroxxx.redstudio.dev/Wither-Config/compare/1.2.1...main) 9 + 10 + ### Internal 11 + 12 + - Updated dependencies: 13 + - Updated to [foojay-resolver](https://github.com/gradle/foojay-toolchains) 1.0.0 14 + 15 + ## [1.2.1](https://tangled.org/desoroxxx.redstudio.dev/Wither-Config/compare/1.2...1.2.1) - 2024-07-03 9 16 10 17 ### Fixed 11 18 12 19 - Fixed the mod name being set on the wrong variable 13 20 14 - ## Wither Config Version 1.2 Changelog - 2024-06-24 21 + ## [1.2](https://tangled.org/desoroxxx.redstudio.dev/Wither-Config/compare/1.1.2...1.2) - 2024-06-24 15 22 16 23 ### Added 17 24 ··· 21 28 22 29 ### Changed 23 30 24 - - Updated dependencies: 25 - - Requires MixinBooter 8.6 and up 31 + - Now requires MixinBooter 8.6+ 26 32 27 33 ### Fixed 28 34 ··· 31 37 ### Internal 32 38 33 39 - General cleanup 34 - - Updated to [Gradle](https://gradle.org) 8.9-rc-1 35 - - Updated [RetroFuturaGradle](https://github.com/GTNewHorizons/RetroFuturaGradle) to version 1.4.0 36 40 - Updated the `gradle.properties` 41 + - Updated dependencies: 42 + - Updated to [RetroFuturaGradle](https://github.com/GTNewHorizons/RetroFuturaGradle) 1.4.0 43 + - Updated to [Gradle](https://gradle.org) 8.9-rc-1 37 44 38 - ## Wither Config Version 1.1.2 Changelog - 2024-02-01 45 + ## [1.1.2](https://tangled.org/desoroxxx.redstudio.dev/Wither-Config/compare/1.1.1...1.1.2) - 2024-02-01 39 46 40 47 ### Fixed 41 48 42 - - Fixed config which may break in certain conditions while modifying it in game 49 + - Fixed config that may break in certain conditions while modifying it in-game 43 50 44 51 ### Internal 45 52 46 53 - General cleanup 47 54 - Renamed `EventHandler` to `ConfigEventHandler` 48 - - Updated [RetroFuturaGradle](https://github.com/GTNewHorizons/RetroFuturaGradle) to version 1.3.30 49 - - Updated [gradle-buildconfig-plugin](https://github.com/gmazzo/gradle-buildconfig-plugin) to version 5.3.5 50 - - Updated [foojay-resolver](https://github.com/gradle/foojay-toolchains) to version 0.8.0 55 + - Updated dependencies: 56 + - Updated to [gradle-buildconfig-plugin](https://github.com/gmazzo/gradle-buildconfig-plugin) 5.3.5 57 + - Updated to [RetroFuturaGradle](https://github.com/GTNewHorizons/RetroFuturaGradle) 1.3.30 58 + - Updated to [foojay-resolver](https://github.com/gradle/foojay-toolchains) 0.8.0 51 59 52 - ## Wither Config Version 1.1.1 Changelog - 2024-01-16 60 + ## [1.1.1](https://tangled.org/desoroxxx.redstudio.dev/Wither-Config/compare/1.1...1.1.1) - 2024-01-16 53 61 54 62 ### Fixed 55 63 56 - - Fix mod name having a `-` instead of a space 64 + - Fixed mod name having a `-` instead of a space 57 65 58 - ## Wither Config Version 1.1 Changelog - 2024-01-09 66 + ## [1.1](https://tangled.org/desoroxxx.redstudio.dev/Wither-Config/compare/1.0...1.1) - 2024-01-09 59 67 60 68 ### Added 61 69 62 - - Boat Jail Fix (Makes the Wither an area damage for boats, to prevent it from being trapped in a boat jail) 70 + - Boat Jail Fix (Gives the Wither area damage for boats, to prevent it from being trapped in a boat jail) 63 71 - Configuration for: 64 72 - Boat Jail Fix 65 73 - Boat Jail Fix Tick Delay ··· 68 76 69 77 ### Fixed 70 78 71 - - Fixed Wither not breaking blocks under itself when `breakBlocksWhenTargetingPlayer` is on & player is under it making the player safe 79 + - Fixed Wither not breaking blocks under itself when `breakBlocksWhenTargetingPlayer` is on and a player is under it, making the player safe 72 80 73 81 ### Internal 74 82 75 83 - Changed the injection point of `newTargetFollowingLogic` 76 - - General Cleanup 84 + - General cleanup 77 85 - Switched to [CurseUpdate](https://forge.curseupdate.com/) for update checking 78 86 - Switched from [RetroFuturaGradle](https://github.com/GTNewHorizons/RetroFuturaGradle) tags to [gmazzo](https://github.com/gmazzo) [gradle-buildconfig-plugin](https://github.com/gmazzo/gradle-buildconfig-plugin) 79 87 - Switched to Gradle Kotlin DSL 80 - - Updated to Gradle 8.5 88 + - Updated dependencies: 89 + - Updated to [Gradle](https://gradle.org) 8.5 81 90 82 - ## Wither Config Version 1.0 Changelog - 2023-09-06 91 + ## [1.0](https://tangled.org/desoroxxx.redstudio.dev/Wither-Config/tree/1.0) - 2023-09-06 83 92 84 93 ### Added 85 94 86 95 - Configuration for: 87 - - The Wither health 88 - - The Wither movement speed 89 - - The Wither follow range 90 - - The Wither armor 91 - - The Wither follow distance 92 - - The Wither unarmored fly height 93 - - The Wither summoning sequence length 94 - - The Wither summoning sequence end explosion strength 95 - - The Wither skulls damage 96 - - The Wither skulls magic damage 97 - - The Wither skulls heal towards the Wither when getting a kill 98 - - The Wither skulls explosion strength 99 - - The Wither skulls potion effects 96 + - Health 97 + - Movement speed 98 + - Follow range 99 + - Armor 100 + - Follow distance 101 + - Unarmored fly height 102 + - Summoning sequence length 103 + - Summoning sequence end explosion strength 104 + - Skull damage 105 + - Skull magic damage 106 + - Skull kills healing the Wither 107 + - Skull explosion strength 108 + - Skull potion effects 100 109 - Whether the Wither should attempt to break blocks around it when targeting a player 101 - - Fix for the Vanilla broken Wither target following behavior 110 + - Fix for Vanilla's broken Wither target-following behavior