File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
### Added
9
9
10
+ - Debug log lines to print payload info when initializing.
11
+
10
12
### Changed
11
13
14
+ - Updated ` minecraft ` from ` 1.21 ` to ` 1.21.1 `
15
+ - Updated ` kotlin ` from ` 2.0.0 ` to ` 2.0.20 `
16
+ - Updated ` fabric-api ` from ` 0.100.7+1.21 ` to ` 0.103.0+1.21.1 `
17
+ - Updated ` fabric-kotlin ` from ` 1.11.0+kotlin.2.0.0 ` to ` 1.12.1+kotlin.2.0.20 `
18
+ - Updated ` fabric-loader ` from ` 0.16.0 ` to ` 0.16.3 `
19
+ - Updated ` spotless ` from ` 7.0.0.BETA1 ` to ` 7.0.0.BETA2 `
20
+ - Moved use of client networking and events to a ` client ` entrypoint. (TestMod)
21
+
12
22
### Deprecated
13
23
14
24
### Removed
15
25
16
26
### Fixed
17
27
28
+ - Broken custom entrypoint.
29
+
18
30
### Security
19
31
20
32
## [ 1.1.0] - 2024-07-20
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ buildscript {
28
28
29
29
group = " dev.wanderia"
30
30
31
- version = " 1.1 .0"
31
+ version = " 1.2 .0"
32
32
33
33
repositories { mavenCentral() }
34
34
You can’t perform that action at this time.
0 commit comments