- Custom components (#287)

This commit is contained in:
Xterionix
2024-05-24 15:50:22 +05:00
committed by GitHub
parent a08138d514
commit bef0c52a63
4 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"$id": "blockception.minecraft.behavior.blocks.minecraft.custom_components",
"title": "Custom Components",
"description": "Used to register custom components.",
"additionalProperties": false,
"type": "array",
"items": {
"type": "string"
}
}