
CodeChicken Lib CRE
This mod is a specialized version for the Cleanroom loader and contains an extensive set of library functions for Minecraft mod development.
The package includes numerous tools for working with 3D mathematics and transformations, graphics rendering systems, network interactions, configuration settings, and many other aspects of modding.
Main Improvements
This version resolves critical issues of the original CodeChickenLib that caused crashes when working in development environments without ForgeGradle 2, making the use of the runClient
command impossible. This implementation completely fixes this problem.
Also fixed is the launch conflict with the Cleanroom loader, and an option has been added to disable the developer support feature due to server JSON invalidity.
In development plans - transferring part of the API to Cleanroom with subsequent transformation of CodeChickenLib into a compatibility wrapper.