Fexcraft Common Library
Fexcraft Common Library (abbreviated FCL) is a library mod containing various utilities used across the author's other modifications.
Key Features
AutoRegistry (version 1.12)
Annotation-based automatic registration system allowing registration of various elements with just one line of code. Supports registration of:
- Blocks (with variants or without)
- Tile entities (together with the corresponding block)
- Items (with variants or without)
- Special renderers for tile entities
Model Systems (version 1.12)
- FCLItemModelLoader - custom model loader for non-standard item model rendering
- FCLBlockModelLoader - custom model loader for static blocks using TMT Model technology
Additional Components
- TMT - official version of the Fexcraft TMT branch
- FRL (Fex's Render/Library) - rendering library
- GUI library and wrapper
- Universal JSON UI library
- Universal settings interface for mods using FCL ConfigBase