Files
minecraft-bedrock-json-schemas/source/behavior/loot_tables/functions/set_lore.json
2021-07-01 11:35:53 +02:00

12 lines
498 B
JSON

{
"$id": "blockception.minecraft.behavior.loot_tables.set_lore",
"additionalProperties": false,
"description": "The function set_lore",
"title": "Set Lore",
"type": "object",
"properties": {
"function": { "type": "string", "const": "set_lore", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
"lore": { "type": "array", "items": { "type": "string" }, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Lore" }
}
}