Wither Config allows you to adjust the Wither's stats and behavior for a tailored boss experience.
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com),
6and this project adheres to [Ragnarök Versioning](https://github.com/Red-Studio-Ragnarok/Commons/blob/main/Ragnar%C3%B6k%20Versioning%20Convention.md).
7
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
16
17### Fixed
18
19- Fixed the mod name being set on the wrong variable
20
21## [1.2](https://tangled.org/desoroxxx.redstudio.dev/Wither-Config/compare/1.1.2...1.2) - 2024-06-24
22
23### Added
24
25- Configuration for:
26 - Invulnerable Healing
27 - Vulnerable Healing
28
29### Changed
30
31- Now requires MixinBooter 8.6+
32
33### Fixed
34
35- Fixed a typo in the Heal On Kill tooltip
36
37### Internal
38
39- General cleanup
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
44
45## [1.1.2](https://tangled.org/desoroxxx.redstudio.dev/Wither-Config/compare/1.1.1...1.1.2) - 2024-02-01
46
47### Fixed
48
49- Fixed config that may break in certain conditions while modifying it in-game
50
51### Internal
52
53- General cleanup
54- Renamed `EventHandler` to `ConfigEventHandler`
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
59
60## [1.1.1](https://tangled.org/desoroxxx.redstudio.dev/Wither-Config/compare/1.1...1.1.1) - 2024-01-16
61
62### Fixed
63
64- Fixed mod name having a `-` instead of a space
65
66## [1.1](https://tangled.org/desoroxxx.redstudio.dev/Wither-Config/compare/1.0...1.1) - 2024-01-09
67
68### Added
69
70- Boat Jail Fix (Gives the Wither area damage for boats, to prevent it from being trapped in a boat jail)
71- Configuration for:
72 - Boat Jail Fix
73 - Boat Jail Fix Tick Delay
74 - Boat Jail Fix Range
75 - Break Fluids
76
77### Fixed
78
79- Fixed Wither not breaking blocks under itself when `breakBlocksWhenTargetingPlayer` is on and a player is under it, making the player safe
80
81### Internal
82
83- Changed the injection point of `newTargetFollowingLogic`
84- General cleanup
85- Switched to [CurseUpdate](https://forge.curseupdate.com/) for update checking
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)
87- Switched to Gradle Kotlin DSL
88- Updated dependencies:
89 - Updated to [Gradle](https://gradle.org) 8.5
90
91## [1.0](https://tangled.org/desoroxxx.redstudio.dev/Wither-Config/tree/1.0) - 2023-09-06
92
93### Added
94
95- Configuration for:
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
109 - Whether the Wither should attempt to break blocks around it when targeting a player
110- Fix for Vanilla's broken Wither target-following behavior