Fexcraft Common Library (FCL)
Fexcraft Common Library, abbreviated as FCL, is a library mod containing various utilities used in my mods.
Main Features
AutoRegistry (for version 1.12)
Annotation-based automatic registration system allows registering various elements with just one line of code:
- Blocks (with or without variants)
- TileEntities (together with the corresponding block)
- Items (with or without variants)
- Special renderers for TileEntity
Models (for version 1.12)
- FCLItemModelLoader - special model loader for custom display of item models
- FCLBlockModelLoader - 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 configuration interface for mods using FCL ConfigBase