Files
minecraft-bedrock-json-schemas/source/behavior/loot_tables/functions/set_name.json
2021-04-04 13:52:35 +02:00

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" }
}
}