Files
minecraft-bedrock-json-schemas/source/behavior/loot_tables/functions/set_book_contents.json

19 lines
822 B
JSON

{
"$id": "blockception.minecraft.behavior.loot_tables.set_book_contents",
"additionalProperties": false,
"description": "The function set_book_contents",
"title": "Set Book Contents",
"required": ["function", "author", "title", "pages"],
"properties": {
"function": { "type": "string", "const": "set_book_contents", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"author": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"title": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"pages": {
"type": "array",
"items": { "type": "string", "examples": ["Some text", "{\"rawtext\":[ {\"translate\":\"some.text\"}]}"] },
"description": "UNDOCUMENTATED",
"title": "TODO Title"
}
}
}