Minecraft 1.20.1 support
Minecraft 1.20 support
- Handle periodic notification correctly.
- As of previous version, It will reject ALL notifications whatever it is.
- It's fixed by following Mojang's implementation with some additional if expression.
- Note: Some mod uses Minecraft's Periodic Notification. This will mitigate the issues.
- As of previous version, It will reject ALL notifications whatever it is.
- Add support for filter message selection.
- Filter all notification
- Filter Compliance notification only
- Filter Non-Compliance notification only
- Disable filter
- Configuration support (for filter message.)
- Requires Cloth Config. But it's optional.
- Additionally, Fabric build also has optional dependency for Mod Menu
- Default (and without Cloth Config) is "Filter only compliance notification".
- Requires Cloth Config. But it's optional.
- Set to Client-only mod in manifest too. (It was only for client however)
- For Fabric: Fabric API is not mandatory anymore as of this version.
- Versioning rules are changed.
- Release version is changed to
v[mod_version]+[loader]-[minecraft_version]
. - Metadata version is changed to
[mod_version]
- Release version is changed to
- Handle periodic notification correctly.
- As of previous version, It will reject ALL notifications whatever it is.
- It's fixed by following Mojang's implementation with some additional if expression.
- Note: Some mod uses Minecraft's Periodic Notification. This will mitigate the issues.
- As of previous version, It will reject ALL notifications whatever it is.
- Add support for filter message selection.
- Filter all notification
- Filter Compliance notification only
- Filter Non-Compliance notification only
- Disable filter
- Configuration support (for filter message.)
- Requires Cloth Config. But it's optional.
- Additionally, Fabric build also has optional dependency for Mod Menu
- Default (and without Cloth Config) is "Filter only compliance notification".
- Requires Cloth Config. But it's optional.
- Set to Client-only mod in manifest too. (It was only for client however)
- Versioning rules are changed.
- Release version is changed to
v[mod_version]+[loader]-[minecraft_version]
. - Metadata version is changed to
[mod_version]
- Release version is changed to
- 1.19.4 support (Build with forge 45.0.23)
- 1.19.4 support (Build with loader 45.0.23 and API 0.77.0)
- 1.19.3 support
- 1.19.2 support
- Build without architectury
- 1.19.2 support
- Build without architectury
- Native quilt support is dropped. use fabric version with QFAPI.
1.19.1 support
Requires Architectury API 6.0.x or higher for all version Fabric and Quilt version requires it's own API Library(Fabric API for Fabric, QSL for Quilt)