Fixes
- Fixed incorrect versioning in
fabric.mod.json
. (#12)
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)
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.
Fixes
- Fixed #7 with a hack in interpolations. Now works good with font resource packs.
What's Changed
- Use Cloth Config by @KrLite in #8
Full Changelog: https://github.com/KrLite/Mod.Knowledges/compare/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.
What's Changed
Full Changelog: https://github.com/KrLite/Mod.Knowledges/compare/3.0.2-mc1.20...4.0.0-mc1.20
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.
Introducing the new Data API! I can't tell how advanced this update is.
Implementations
- Implemented #4.
Screenshots
Breaking an Oak Log with Minimum UI Enabled
Fighting a Zombie, Wearing Armor
Inspecting Day Time through a Clock in an Item Frame
Playing with a Note Block
Configuring Knowledges through Mod Menu