Fabric Recipe Conditions (FRC)
Fabric Recipe Conditions is a specialized library that significantly expands recipe capabilities in Minecraft, providing developers with tools for creating conditional recipes.
The main function of the library is to add a condition system that determines whether a specific recipe should be available in the game. These conditions are checked exclusively during resource reloading — when loading a world or executing the /reload command. Most built-in conditions require such a reload to activate changes.
Important note for players: This library is not intended for independent installation by regular users. It is created exclusively for mod developers who can integrate it into their projects to implement complex conditional recipe systems.
Documentation and Resources
For detailed information about working with the library and a complete description of available functions, it is recommended to review the official documentation: