Puzzles Lib [Legacy Fabric]

Project Overview
Puzzles Lib is a lightweight framework library containing numerous useful utilities and tools for mod developers. Its main purpose is to create a universal abstraction layer that allows developing modifications simultaneously for both Forge and Fabric without code duplication.
This technical solution significantly simplifies the process of porting mods between different loaders and facilitates supporting multiple versions, freeing developers from the need to rewrite core logic when switching to another platform.
Important to note: This library does not independently add any new game content. Install it only if you are using other mods from the same author, for which Puzzles Lib serves as a mandatory dependency.
Technical Requirements
The Fabric version has an additional requirement - the need to install the Forge Config API Port library. This solution provides complete compatibility of configuration systems between the two loaders, allowing the use of identical approaches to mod settings.
Compatibility
- Supports Minecraft versions 1.17 and 1.18
- Required on both sides: client and server
- Depends on Fabric API
