Skip to content

Commit d72a10f

Browse files
committed
Patch changelog for 4.4.2
1 parent a14fa29 commit d72a10f

File tree

1 file changed

+35
-6
lines changed

1 file changed

+35
-6
lines changed

CHANGELOG.md

+35-6
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,50 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
56

67
## [Unreleased]
78

89
### Added
9-
* Command that immediately tries to spawn a Wandering Trader nearby (for testing)
1010

1111
### Changed
12-
* Kill Zombie advancement now accepts killing Husks
13-
* Kill Skeleton advancement now accepts killing Strays
14-
* Kill Spider advancement now accepts killing Cave Spiders
1512

1613
### Deprecated
1714

1815
### Removed
1916

2017
### Fixed
18+
19+
## [4.4.2] - 2024-07-25
20+
21+
### Added
22+
23+
* Support for 1.20.2 - 1.20.6
24+
* Command that immediately tries to spawn a Wandering Trader nearby (for testing)
25+
26+
### Changed
27+
28+
* Kill Zombie advancement now accepts killing Husks
29+
* Kill Skeleton advancement now accepts killing Strays
30+
* Kill Spider advancement now accepts killing Cave Spiders
31+
32+
### Fixed
33+
2134
* Desert Pyramid hint now works on English servers without translations pack
2235
* #143 where the game crashes when opening old worlds
2336

2437
## [4.4.1] - 2023-08-21
2538

2639
### Fixed
40+
2741
* #136 where any potion bottle could convert Stone to Deepslate on click
2842
* #139 where placing any block could trigger "Coral Utopia"
2943

3044
## [4.4.0] - 2023-08-03
3145

3246
### Added
47+
3348
* 11 challenge advancements, allowing previously unobtainable smithing templates to be obtained upon completion.
3449
* Vanilla War Pigs advancement is now disabled.
3550
* New `traderCamels` setting
@@ -67,39 +82,47 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6782
* New advancement "Coral Utopia" that activates when placing Calcite at high Coral suitability.
6883

6984
### Changed
85+
7086
* Beetroot seeds removed from Day Trader advancement because they are also obtainable through archaeology.
7187
* Changed icon of "Day Trader" advancement to Pumpkin.
7288
* Changed icon of "Cooking Stone in a Stone Oven" to Tuff.
7389

7490
### Fixed
91+
7592
* #125 where trying to generate island number 44 with the /skyisland would cause a crash.
7693

7794
## [4.3.2] - 2023-06-19
7895

7996
### Added
97+
8098
* Support for 1.20 and 1.20.1
8199

82100
### Changed
101+
83102
* Arborist and Day Trader advancements now require cherry saplings
84103

85104
## [4.3.1] - 2023-04-08
86105

87106
### Changed
107+
88108
* Datapack settings changes now update without a client restart.
89109

90110
### Fixed
111+
91112
* Ferns added to the Day Trader advancement for Acacia Tree starts (#101).
92113
* Removed injection into Fabric API internals which fixes Quilt support (#94).
93114
* Fixed crash when converting a Vex into an Allay with Note Blocks.
94115

95116
## [4.3.0] - 2023-03-20
96117

97118
### Added
119+
98120
* Support for Minecraft 1.19.4
99121
* The spawn platform now uses a configured feature and its location (absolute or relative to spawn) can be set using a datapack.
100122
* Added `skyisland` command simplifying the generation of per-user or per-team spawn islands.
101123

102124
### Changed
125+
103126
* Reworked renewable deepslate so it no longer converts all blocks hit by the splash potion into deepslate.
104127
There is probability depending on how much a potion effect would be applied.
105128
With over half the potion length applied, conversion is guaranteed.
@@ -109,9 +132,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
109132
* Translations now fall back to the server language when the client lacks the translation in their own language (1.19.4 only).
110133

111134
### Removed
135+
112136
* Support for Minecraft 1.19.2.
113137

114138
### Fixed
139+
115140
* Ferns added to the Day Trader advancement for Oak Tree starts (#101).
116141
* Conversion should no longer depend on location or the velocity of the potion entity (#104).
117142
* Chorus will no longer generate on every End Island when `gatewaysSpawnChorus` is `true`, only those created by End Gateways.
@@ -122,24 +147,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
122147
## [4.2.0] - 2023-01-11
123148

124149
### Added
150+
125151
* Spanish, partial Finnish, and partial Danish translations.
126152
* Add a configuration file that allows SkyBlock worlds to be set as default.
127153
Configuration works with `Mod Menu`.
128154

129155
### Changed
156+
130157
* Ores now have a crafting recipe instead of a Smithing Table recipe, so they can be better balanced.
131158
* Ore drops are once again vanilla.
132159
* `Cloth Config API` is now a dependency.
133160

134161
### Fixed
162+
135163
* Raw Gold, Iron, and Copper are once again obtainable (#81).
136164
* Anvils converting Coal into Diamonds now works better with larger-than-vanilla max stack sizes.
137165
* Nether portals once again only generate Netherrack/Nylium when forced.
138166

139-
[Unreleased]: https://github.com/jsorrell/CarpetSkyAdditions/compare/v4.4.1...HEAD
167+
[Unreleased]: https://github.com/jsorrell/CarpetSkyAdditions/compare/v4.4.2...HEAD
168+
[4.4.2]: https://github.com/jsorrell/CarpetSkyAdditions/compare/v4.4.1...v4.4.2
140169
[4.4.1]: https://github.com/jsorrell/CarpetSkyAdditions/compare/v4.4.0...v4.4.1
141170
[4.4.0]: https://github.com/jsorrell/CarpetSkyAdditions/compare/v4.3.2...v4.4.0
142171
[4.3.2]: https://github.com/jsorrell/CarpetSkyAdditions/compare/v4.3.1...v4.3.2
143172
[4.3.1]: https://github.com/jsorrell/CarpetSkyAdditions/compare/v4.3.0...v4.3.1
144173
[4.3.0]: https://github.com/jsorrell/CarpetSkyAdditions/compare/v4.2.0...v4.3.0
145-
[4.2.0]: https://github.com/jsorrell/carpetskyadditions/releases/tag/v4.2.0
174+
[4.2.0]: https://github.com/jsorrell/CarpetSkyAdditions/commits/v4.2.0

0 commit comments

Comments
 (0)