You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the migration guide available on [the Ladysnake website](https://ladysnake.org/wiki/cardinal-components-api/upgrade-instructions/CCA-8-changes).
7
7
8
+
Starting with alpha-5, world data from previous minecraft versions should be migrated appropriately (thanks Patbox !).
9
+
8
10
**Changes**
9
11
- Two modules have been renamed in order to match Mojmap names :
10
12
-`cardinal-components-level` has been renamed to `cardinal-components-leveldata`
11
13
-`cardinal-components-world` has been renamed to `cardinal-components-level`
12
14
- All interfaces inside these modules have been renamed accordingly
15
+
- Nullability annotations now use Jspecify, like the base game
13
16
14
17
**Removed**
15
18
- Components attached to a `LevelData` object (using the `cardinal-components-leveldata` module) can no longer use dynamic registries in serialization (vanilla limitation)
0 commit comments