12 lines
452 B
JSON
12 lines
452 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "blockception.minecraft.behavior.loot_tables.set_name",
|
|
"additionalProperties": false,
|
|
"description": "The function set_name",
|
|
"title": "Set Name",
|
|
"properties": {
|
|
"function": { "type": "string", "const": "set_name", "description": "TODO description", "title": "TODO Title" },
|
|
"name": { "type": "string", "description": "TODO description", "title": "TODO Title" }
|
|
}
|
|
}
|