This commit is contained in:
DaanV2
2021-03-21 15:18:38 +01:00
parent d3298267bc
commit 698ee42623
960 changed files with 5960 additions and 22946 deletions

View File

@@ -3,33 +3,17 @@
"$id": "blockception.minecraft.behaviour.loot_tables.set_book_contents",
"additionalProperties": false,
"description": "The function set_book_contents",
"title": "Set book contents",
"title": "Set Book Contents",
"required": ["function", "author", "title", "pages"],
"properties": {
"function": {
"type": "string",
"const": "set_book_contents",
"description": "TODO description",
"title": "TODO title"
},
"author": {
"type": "string",
"description": "TODO description",
"title": "TODO title"
},
"title": {
"type": "string",
"description": "TODO description",
"title": "TODO title"
},
"function": { "type": "string", "const": "set_book_contents", "description": "TODO description", "title": "TODO Title" },
"author": { "type": "string", "description": "TODO description", "title": "TODO Title" },
"title": { "type": "string", "description": "TODO description", "title": "TODO Title" },
"pages": {
"type": "array",
"items": {
"type": "string",
"examples": ["Some text", "{\"rawtext\":[ {\"translate\":\"some.text\"}]}"]
},
"items": { "type": "string", "examples": ["Some text", "{\"rawtext\":[ {\"translate\":\"some.text\"}]}"] },
"description": "TODO description",
"title": "TODO title"
"title": "TODO Title"
}
}
}