Files
minecraft-bedrock-json-schemas/behaviour/loot_tables/functions/set_name.json
2020-11-01 17:22:42 +01:00

21 lines
503 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.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"
}
}
}