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.
- Block Info
- 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.
Knowledges is licensed under the GNU General Public License v3.