Patchouli Book Page entries can have conditions using Config Flags.
For example, Recipes which are dependent on specific mods can be hidden using the mod:MODID Default Flag.
If the same thing should apply to recipe .json files, Fabric API's Default Resource Conditions can be used to avoid their loading. If no custom predicates are created for that, they only need to be specified in their respective .json files and not in the code.
Patchouli Book Page entries can have conditions using Config Flags.
For example, Recipes which are dependent on specific mods can be hidden using the
mod:MODIDDefault Flag.If the same thing should apply to recipe
.jsonfiles, Fabric API's Default Resource Conditions can be used to avoid their loading. If no custom predicates are created for that, they only need to be specified in their respective.jsonfiles and not in the code.