Skip to content

Releases: KessokuTeaTime/Knowledges

5.1.2 for Fabric 1.20~1.20.1

07 May 12:10
Compare
Choose a tag to compare

Fixes

  • Fixed incorrect versioning in fabric.mod.json. (#12)

5.1.1 for Fabric 1.20~1.20.1

05 May 10:04
Compare
Choose a tag to compare

Changes

  • Added feature of customizing mod names through language files. Now Knowledges will first check translation key knowledges.mod_name.<namespace> then check modmenu.nameTranslation.<namespace> before falling back to Fabric Loader's default provided mod name. (#11)

5.1.1 for Fabric 1.20.2+

05 May 10:04
Compare
Choose a tag to compare

Changes

  • Added feature of customizing mod names through language files. Now Knowledges will first check translation key knowledges.mod_name.<namespace> then check modmenu.nameTranslation.<namespace> before falling back to Fabric Loader's default provided mod name. (#11)

5.1.0 for Fabric 1.20.2+

21 Apr 03:24
Compare
Choose a tag to compare

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

5.1.0 for Fabric 1.20~1.20.1

21 Apr 03:23
Compare
Choose a tag to compare

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

5.0.0 for 1.20.2+

31 Mar 00:22
Compare
Choose a tag to compare

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

31 Mar 00:21
Compare
Choose a tag to compare

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+

23 Feb 10:03
Compare
Choose a tag to compare

Fixes

  • Fixed #7 with a hack in interpolations. Now works good with font resource packs.

4.0.1 for 1.20~1.20.1

23 Feb 10:02
Compare
Choose a tag to compare

Fixes

  • Fixed #7 with a hack in interpolations. Now works good with font resource packs.

4.0.0 for 1.20.2+

23 Feb 09:12
Compare
Choose a tag to compare

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.