21 lines
517 B
JSON
21 lines
517 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "blockception.minecraft.behaviour.loot_tables.set_actor_id",
|
|
"additionalProperties": false,
|
|
"description": "The function set_actor_id",
|
|
"title": "Set actor id",
|
|
"properties": {
|
|
"function": {
|
|
"type": "string",
|
|
"const": "set_actor_id",
|
|
"description": "TODO description",
|
|
"title": "TODO title"
|
|
},
|
|
"id": {
|
|
"type": "string",
|
|
"description": "TODO description",
|
|
"title": "TODO title"
|
|
}
|
|
}
|
|
}
|