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

12 lines
498 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.loot_tables.set_lore",
"additionalProperties": false,
"description": "The function set_lore",
"title": "Set Lore",
2021-06-09 11:12:18 +02:00
"type": "object",
2021-06-06 10:07:19 +00:00
"properties": {
2021-07-01 16:37:41 +02:00
"function": { "type": "string", "const": "set_lore", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
"lore": { "type": "array", "items": { "type": "string" }, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Lore" }
2021-06-06 10:07:19 +00:00
}
}