Origin Mod
Origin is a library mod created by developer TheTemportalist to simplify the process of creating other modifications. This library is available for use by other developers and makes mod development more convenient and efficient.
Library Structure
The Origin library consists of three main components:
API - includes classes and interfaces that can be used independently from other parts of the library. These files work as separate modules.
Foundation - specifically designed for managing background information and data control, freeing developers from having to set up basic structures each time for their mods.
Main Module - contains implementation examples, as well as useful utilities and additional features.
Main Features
In the current version, the library includes a configurable heart display system that replaces the standard vanilla health visualization. Users can configure the display color for each group of 20 health units through configuration files.