24 lines
553 B
JSON
24 lines
553 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "blockception.minecraft.behaviour.loot_tables.set_lore",
|
|
"additionalProperties": false,
|
|
"description": "The function set_lore",
|
|
"title": "Set lore",
|
|
"properties": {
|
|
"function": {
|
|
"type": "string",
|
|
"const": "set_lore",
|
|
"description": "TODO description",
|
|
"title": "TODO title"
|
|
},
|
|
"lore": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"description": "TODO description",
|
|
"title": "TODO title"
|
|
}
|
|
}
|
|
}
|