auto: Formatted json files
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"minecraft:client_entity": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"title": "Minecraft client entity",
|
||||
"title": "Client entity",
|
||||
"description": "The definition of an entity's models, materials, textures, and animations",
|
||||
"properties": {
|
||||
"description": {
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"title": "TODO title"
|
||||
},
|
||||
"minecraft:item": {
|
||||
"title": "Minecraft item",
|
||||
"title": "Item",
|
||||
"description": "TODO",
|
||||
"required": ["description", "components"],
|
||||
"type": "object",
|
||||
@@ -42,14 +42,14 @@
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"minecraft:icon": {
|
||||
"title": "Minecraft icon",
|
||||
"title": "Icon",
|
||||
"description": "The texture defined in `textures/item_texture.json`",
|
||||
"type": "string"
|
||||
},
|
||||
"minecraft:render_offsets": {
|
||||
"type": "string",
|
||||
"description": "TODO",
|
||||
"title": "Minecraft render offsets",
|
||||
"title": "Render offsets",
|
||||
"enum": ["apple"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user