Puzzles Lib Mod (Fabric & Forge) 1.18, 1.17.1
Table of Contents
Information about Puzzles Lib Mod (Fabric & Forge) 1.18, 1.17.1
Minecraft Puzzles Lib “fabric and forge supported” mod for 1.18/1.17.1/1.16.5, is a library that serves as the modular element framework for all of my modifications. It is completely self-contained.
Minecraft Puzzles Lib Mod (Fabric & Forge) 1.18, 1.17.1 |
- Puzzles Lib is a library that serves as the foundation for all of my modifications’ modular element structure. It is completely self-contained.
The project is rather small, with numerous modules for object registration, mod setup, networking, sided handling via a proxy, and a variety of utility classes.
Most importantly, Puzzles Lib provides an abstraction layer for mod development on both the Forge and Fabric mod loaders, making porting and maintaining modifications a breeze without having to rewrite a lot of functionality.
This project’s Fabric version is reliant on another library, Forge Config API Port. This is necessary for mod setup since it allows you to use the same mechanism as the Forge mod loader.