strictRecipeCheck - SpyglassMC/Spyglass GitHub Wiki

Rule Details

⚠️ Diagnostic: this is a diagnostic rule used by the diagnostic feature.

🔧 Fixable: violations of this rule can be fixed by Code Actions.

Show diagnostics for recipes that don't exist in neither the current workspace nor the vanilla datapack (if the env.dependsOnVanilla config is set to true).

  • (true)

Examples

Default

{
    "strictRecipeCheck": null
}

True

{
    "strictRecipeCheck": ["warning", true]
}

History

This rule was introduced in DHP 2.0.0.

⚠️ **GitHub.com Fallback** ⚠️