11 lines
427 B
JSON
11 lines
427 B
JSON
{
|
|
"$id": "blockception.minecraft.behavior.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" }
|
|
}
|
|
}
|