Перейти к содержимому
Mineforgian

Knowledges

What you see is knowledge!

23K загрузок46 подписчиковGPL-3.0-onlyfabricquilt

Обновлён 7 мая 2024 г. · опубликован 15 июля 2023 г.

  • Playing with a Note Block
  • Configuring Knowledges through Mod Menu
  • Inspecting Day Time through a Clock in an Item Frame
  • Fighting a Zombie, Wearing Armor
  • Breaking an Oak Log with Minimum UI Enabled

Knowledges

Knowledges makes inspecting game information such as blocks, entities and armor durabilities easier and more elegent than ever. Knowledges provides fully extensionable component and data api that can be easily added through your mod's entrypoints.

By default, Knowledges provides 6 components:

  • Crosshair
    Displays an oval around the crosshair when focusing something, also for displaying progressed information like block breaking progress and entity health.
  • Info
    Displays informational texts.
    • Block Info
      Displays block information near the crosshair, including block name and block breaking progress.
    • Entity Info
      Displays entity information near the crosshair, including entity name, entity type through color and entity health.
    • Fluid Info
      Displays fluid information near the crosshair, including fluid volume.
  • Armor Durability
    Displays armor durability through color at the bottom right of the screen.

...and countless data.

Knowledges works well with Mod Menu and Cloth Config API, so you can easily configure the above by installing the two mods.

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

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
5.1.2-fabric1.20Релиз1.20, 1.20.1fabric, quilt7 мая 2024 г..jar (335 КБ)
5.1.1-fabric1.20Релиз1.20, 1.20.1fabric, quilt5 мая 2024 г..jar (335 КБ)
5.1.1-fabric1.20.2Релиз1.20.2, 1.20.3, 1.20.4fabric, quilt5 мая 2024 г..jar (335 КБ)
5.1.0-fabric1.20Релиз1.20, 1.20.1fabric, quilt21 апреля 2024 г..jar (334 КБ)
5.1.0-fabric1.20.2Релиз1.20.2, 1.20.3, 1.20.4fabric, quilt21 апреля 2024 г..jar (334 КБ)
5.0.0-mc1.20.2Релиз1.20.2, 1.20.3, 1.20.4fabric, quilt31 марта 2024 г..jar (328 КБ)
5.0.0-mc1.20Релиз1.20, 1.20.1fabric, quilt31 марта 2024 г..jar (328 КБ)
4.0.1-mc1.20.2Релиз1.20.2, 1.20.3, 1.20.4fabric, quilt23 февраля 2024 г..jar (224 КБ)
4.0.1Релиз1.20, 1.20.1fabric, quilt23 февраля 2024 г..jar (224 КБ)
4.0.0-mc1.20.2Релиз1.20.2, 1.20.3, 1.20.4fabric, quilt23 февраля 2024 г..jar (223 КБ)
4.0.0-mc1.20Релиз1.20, 1.20.1fabric, quilt23 февраля 2024 г..jar (223 КБ)
3.0.2-mc1.20Релиз1.20, 1.20.1fabric, quilt13 января 2024 г..jar (244 КБ)
3.0.2-mc1.20.2Релиз1.20.2, 1.20.3, 1.20.4fabric, quilt13 января 2024 г..jar (243 КБ)
3.0.1-mc1.20.2Релиз1.20.2, 1.20.3, 1.20.4fabric, quilt13 января 2024 г..jar (243 КБ)
3.0.0-mc1.20.2Релиз1.20.2, 1.20.3, 1.20.4fabric, quilt12 января 2024 г..jar (241 КБ)

Показаны последние 15 из 28 версий. Все версии — на Modrinth.

Ченджлог

5.1.2-fabric1.20Релиз1.20, 1.20.1 · 7 мая 2024 г.

Fixes

  • Fixed incorrect versioning in fabric.mod.json. (#12)
5.1.1-fabric1.20Релиз1.20, 1.20.1 · 5 мая 2024 г.

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-fabric1.20.2Релиз1.20.2, 1.20.3, 1.20.4 · 5 мая 2024 г.

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-fabric1.20Релиз1.20, 1.20.1 · 21 апреля 2024 г.

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-fabric1.20.2Релиз1.20.2, 1.20.3, 1.20.4 · 21 апреля 2024 г.

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-mc1.20.2Релиз1.20.2, 1.20.3, 1.20.4 · 31 марта 2024 г.

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Релиз1.20, 1.20.1 · 31 марта 2024 г.

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-mc1.20.2Релиз1.20.2, 1.20.3, 1.20.4 · 23 февраля 2024 г.

Fixes

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

Полная история изменений — на Modrinth.

Комментарии

Загружаем…