Skip to content

Commit c922f3a

Browse files
committed
Update changelog
1 parent 6ea59b0 commit c922f3a

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
------------------------------------------------------
2-
Version 8.0.0-alpha.4+26.1-rc-2
2+
Version 8.0.0-alpha.5+26.1
33
------------------------------------------------------
44
Updated to 26.1
55

66
See the migration guide available on [the Ladysnake website](https://ladysnake.org/wiki/cardinal-components-api/upgrade-instructions/CCA-8-changes).
77

8+
Starting with alpha-5, world data from previous minecraft versions should be migrated appropriately (thanks Patbox !).
9+
810
**Changes**
911
- Two modules have been renamed in order to match Mojmap names :
1012
- `cardinal-components-level` has been renamed to `cardinal-components-leveldata`
1113
- `cardinal-components-world` has been renamed to `cardinal-components-level`
1214
- All interfaces inside these modules have been renamed accordingly
15+
- Nullability annotations now use Jspecify, like the base game
1316

1417
**Removed**
1518
- Components attached to a `LevelData` object (using the `cardinal-components-leveldata` module) can no longer use dynamic registries in serialization (vanilla limitation)

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ org.gradle.parallel=true
44
fabric.loom.multiProjectOptimisation=true
55

66
#see https://fabricmc.net/develop/
7-
minecraft_version=26.1-rc-2
8-
loader_version=0.18.4
7+
minecraft_version=26.1.1
8+
loader_version=0.18.6
99
#Fabric api
10-
fabric_api_version=0.143.14+26.1
10+
fabric_api_version=0.145.3+26.1.1
1111

1212
elmendorf_version=0.17.0
1313

1414
immersive_portals_version=v6.0.3-mc1.21.1
1515

1616
#Publishing
17-
mod_version = 8.0.0-alpha.4+26.1-rc-2
17+
mod_version = 8.0.0-alpha.5+26.1
1818
curseforge_id = 318449
1919
modrinth_id = K01OU20C
20-
curseforge_versions = 26.1-snapshot
21-
modrinth_versions = 26.1-rc-2
20+
curseforge_versions = 26.1, 26.1.1
21+
modrinth_versions = 26.1, 26.1.1
2222
release_type = alpha
2323
display_name = Cardinal-Components-API
2424
owners = Ladysnake

0 commit comments

Comments
 (0)