Releases: KessokuTeaTime/Knowledges
Releases · KessokuTeaTime/Knowledges
5.1.2 for Fabric 1.20~1.20.1
Fixes
- Fixed incorrect versioning in
fabric.mod.json
. (#12)
5.1.1 for Fabric 1.20~1.20.1
Changes
- Added feature of customizing mod names through language files. Now Knowledges will first check translation key
knowledges.mod_name.<namespace>
then checkmodmenu.nameTranslation.<namespace>
before falling back to Fabric Loader's default provided mod name. (#11)
5.1.1 for Fabric 1.20.2+
Changes
- Added feature of customizing mod names through language files. Now Knowledges will first check translation key
knowledges.mod_name.<namespace>
then checkmodmenu.nameTranslation.<namespace>
before falling back to Fabric Loader's default provided mod name. (#11)
5.1.0 for Fabric 1.20.2+
Changes
- Unified publishing using modpublisher.
- Jar name migrate:
{id}-{mcversion}-{modversion}
->{id}-{modversion}-{loader}{mcversion}
. - Tag name migrate:
{id}-{modversion}-mc{mcversion}
->{id}-{modversion}-{loader}{mcversion}
.
Ownership Transfer
- Transferred ownership to Kessoku Tea Time.
5.1.0 for Fabric 1.20~1.20.1
Changes
- Unified publishing using modpublisher.
- Jar name migrate:
{id}-{mcversion}-{modversion}
->{id}-{modversion}-{loader}{mcversion}
. - Tag name migrate:
{id}-{modversion}-mc{mcversion}
->{id}-{modversion}-{loader}{mcversion}
.
Ownership Transfer
- Transferred ownership to Kessoku Tea Time.
5.0.0 for 1.20.2+
Introducing Knowledges 5.0.0!
- New server-client communicable contract api to provide custom nbt tags.
- Restructured api to be more developer friendly.
- More ongoing default provided data and contract.
5.0.0-mc1.20
Introducing Knowledges 5.0.0!
- New server-client communicable contract api to provide custom nbt tags.
- Restructured api to be more developer friendly.
- More ongoing default provided data and contract.
4.0.1 for 1.20.2+
Fixes
- Fixed #7 with a hack in interpolations. Now works good with font resource packs.
4.0.1 for 1.20~1.20.1
Fixes
- Fixed #7 with a hack in interpolations. Now works good with font resource packs.
4.0.0 for 1.20.2+
What's Changed
Full Changelog: 3.0.2-mc1.20...4.0.0-mc1.20.2
Fixes
- Fixed multiple config issues.
Additions
- Added shape
diamond
to crosshair component. - Added option to make the hud visible in debug hud.
Changes
- Partitioned
/config/knowledges/config.toml
into three files:/config/knowledges/general.toml
/config/knowledges/components.toml
/config/knowledges/data.toml
. - Moved
/config/knowledges/disabled_components.txt
into/config/knowledges/components.toml
as an array. - Moved
/config/knowledges/disabled_data.txt
into/config/knowledges/data.toml
as an array.