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

21 lines
937 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.loot_tables.set_book_contents",
"additionalProperties": false,
2022-07-22 19:41:04 +02:00
"description": "The function set_book_contents.",
2021-06-06 10:07:19 +00:00
"title": "Set Book Contents",
"required": ["function", "author", "title", "pages"],
2021-06-09 11:12:18 +02:00
"type": "object",
2021-06-06 10:07:19 +00:00
"properties": {
2022-07-22 19:41:04 +02:00
"function": { "type": "string", "const": "set_book_contents", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" },
"author": { "type": "string", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Author" },
"title": { "type": "string", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Title" },
2021-06-06 10:07:19 +00:00
"pages": {
"type": "array",
2021-06-19 15:05:41 +02:00
"items": { "type": "string", "examples": ["Some text", "{`rawtext`:[ {`translate`:`some.text`}]}"] },
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-09 11:12:18 +02:00
"title": "Pages"
2021-06-06 10:07:19 +00:00
}
}
}