Files
minecraft-bedrock-json-schemas/source/behaviour/loot_tables/functions/set_name.json
2021-03-21 15:18:38 +01:00

12 lines
453 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" }
}
}