1
1
# Changelog
2
+
2
3
All notable changes to this project will be documented in this file.
3
4
4
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
5
6
6
7
## [ Unreleased]
7
8
8
9
### Added
9
- * Command that immediately tries to spawn a Wandering Trader nearby (for testing)
10
10
11
11
### 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
15
12
16
13
### Deprecated
17
14
18
15
### Removed
19
16
20
17
### 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
+
21
34
* Desert Pyramid hint now works on English servers without translations pack
22
35
* #143 where the game crashes when opening old worlds
23
36
24
37
## [ 4.4.1] - 2023-08-21
25
38
26
39
### Fixed
40
+
27
41
* #136 where any potion bottle could convert Stone to Deepslate on click
28
42
* #139 where placing any block could trigger "Coral Utopia"
29
43
30
44
## [ 4.4.0] - 2023-08-03
31
45
32
46
### Added
47
+
33
48
* 11 challenge advancements, allowing previously unobtainable smithing templates to be obtained upon completion.
34
49
* Vanilla War Pigs advancement is now disabled.
35
50
* New ` traderCamels ` setting
@@ -67,39 +82,47 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
67
82
* New advancement "Coral Utopia" that activates when placing Calcite at high Coral suitability.
68
83
69
84
### Changed
85
+
70
86
* Beetroot seeds removed from Day Trader advancement because they are also obtainable through archaeology.
71
87
* Changed icon of "Day Trader" advancement to Pumpkin.
72
88
* Changed icon of "Cooking Stone in a Stone Oven" to Tuff.
73
89
74
90
### Fixed
91
+
75
92
* #125 where trying to generate island number 44 with the /skyisland would cause a crash.
76
93
77
94
## [ 4.3.2] - 2023-06-19
78
95
79
96
### Added
97
+
80
98
* Support for 1.20 and 1.20.1
81
99
82
100
### Changed
101
+
83
102
* Arborist and Day Trader advancements now require cherry saplings
84
103
85
104
## [ 4.3.1] - 2023-04-08
86
105
87
106
### Changed
107
+
88
108
* Datapack settings changes now update without a client restart.
89
109
90
110
### Fixed
111
+
91
112
* Ferns added to the Day Trader advancement for Acacia Tree starts (#101 ).
92
113
* Removed injection into Fabric API internals which fixes Quilt support (#94 ).
93
114
* Fixed crash when converting a Vex into an Allay with Note Blocks.
94
115
95
116
## [ 4.3.0] - 2023-03-20
96
117
97
118
### Added
119
+
98
120
* Support for Minecraft 1.19.4
99
121
* The spawn platform now uses a configured feature and its location (absolute or relative to spawn) can be set using a datapack.
100
122
* Added ` skyisland ` command simplifying the generation of per-user or per-team spawn islands.
101
123
102
124
### Changed
125
+
103
126
* Reworked renewable deepslate so it no longer converts all blocks hit by the splash potion into deepslate.
104
127
There is probability depending on how much a potion effect would be applied.
105
128
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/).
109
132
* Translations now fall back to the server language when the client lacks the translation in their own language (1.19.4 only).
110
133
111
134
### Removed
135
+
112
136
* Support for Minecraft 1.19.2.
113
137
114
138
### Fixed
139
+
115
140
* Ferns added to the Day Trader advancement for Oak Tree starts (#101 ).
116
141
* Conversion should no longer depend on location or the velocity of the potion entity (#104 ).
117
142
* 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/).
122
147
## [ 4.2.0] - 2023-01-11
123
148
124
149
### Added
150
+
125
151
* Spanish, partial Finnish, and partial Danish translations.
126
152
* Add a configuration file that allows SkyBlock worlds to be set as default.
127
153
Configuration works with ` Mod Menu ` .
128
154
129
155
### Changed
156
+
130
157
* Ores now have a crafting recipe instead of a Smithing Table recipe, so they can be better balanced.
131
158
* Ore drops are once again vanilla.
132
159
* ` Cloth Config API ` is now a dependency.
133
160
134
161
### Fixed
162
+
135
163
* Raw Gold, Iron, and Copper are once again obtainable (#81 ).
136
164
* Anvils converting Coal into Diamonds now works better with larger-than-vanilla max stack sizes.
137
165
* Nether portals once again only generate Netherrack/Nylium when forced.
138
166
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
140
169
[ 4.4.1 ] : https://github.com/jsorrell/CarpetSkyAdditions/compare/v4.4.0...v4.4.1
141
170
[ 4.4.0 ] : https://github.com/jsorrell/CarpetSkyAdditions/compare/v4.3.2...v4.4.0
142
171
[ 4.3.2 ] : https://github.com/jsorrell/CarpetSkyAdditions/compare/v4.3.1...v4.3.2
143
172
[ 4.3.1 ] : https://github.com/jsorrell/CarpetSkyAdditions/compare/v4.3.0...v4.3.1
144
173
[ 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