Fexcraft Common Library
ModLicenseRef-Custom

Fexcraft Common Library

FCL - Library mod for Fexcraft and other Mods.

32.0K
Downloads
4
Followers
2 months ago
Updated
📦
30
Versions

📖About Fexcraft Common Library

Fexcraft Common Library (short-name 'FCL')

FCL is a library mod containing various utils used across my Mods.
Some Features:

  • AutoRegistry (1.12)
    • annotation based, register things with just one line of code, like:
      • Blocks (with or without variants)
      • TileEntities (together with the block)
      • Items (with or without variants)
      • TileEntity Special Renderers
  • Models (1.12)
    • FCLItemModelLoader - custom model loader to customly render item models
    • FCLBlockModelLoader - custom model loader for (static) blocks using TMT Model
  • TMT - official distribution of the Fexcraft TMT Branch
  • FRL - Fex's Render / Library
  • GUI lib/wrapper
  • Universal JSON UI Library
  • Universal Config UI for mods using FCL ConfigBase