Skip to content

strictItemTagCheck

SPGoding edited this page Apr 26, 2020 · 1 revision

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 item tags 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

{
    "strictItemTagCheck": null
}

True

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

History

This rule was introduced in DHP 2.0.0.

Clone this wiki locally