Files
minecraft-bedrock-json-schemas/source/behavior/loot_tables/functions/set_name.json
2021-07-01 11:35:53 +02:00

12 lines
468 B
JSON

{
"$id": "blockception.minecraft.behavior.loot_tables.set_name",
"additionalProperties": false,
"description": "The function set_name",
"title": "Set Name",
"type": "object",
"properties": {
"function": { "type": "string", "const": "set_name", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
"name": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "name" }
}
}