You'll need to create your own condition that returns true or false based on this option and then create separate recipe files for easy and hard mode that use this condition.   Create a class that implements IConditionFactory and then specify this class in recipes/_factories.json. You can implement BooleanSupplier (the type returned by IConditionFactory#parse) using a lambda that returns the value of your config option.   In a recipe file, set the conditions property of the t
    • Like
    1