Refactoring

This commit is contained in:
DaanV2
2022-06-07 20:42:18 +02:00
parent 4055ed9228
commit 10417c8ec2
66 changed files with 877 additions and 2217 deletions

View File

@@ -0,0 +1,9 @@
{
"$id": "blockception.minecraft.behavior.1.16.200.items.minecraft:display_name",
"title": "Display Name",
"description": "Display Name item component. Display Names display the name of an item.",
"type": "object",
"additionalProperties": false,
"required": ["value"],
"properties": { "value": { "type": "string", "title": "Value", "description": "Set the display name for an item." } }
}