18 lines
438 B
JSON
18 lines
438 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.loot",
|
|
"type": "object",
|
|
"title": "Loot 1.8.0",
|
|
"additionalProperties": false,
|
|
"required": [],
|
|
"properties": {
|
|
"table": {
|
|
"type": "string",
|
|
"pattern": ".*\\.json$",
|
|
"description": "TODO description: table",
|
|
"title": "Table"
|
|
}
|
|
},
|
|
"description": "TODO description: "
|
|
}
|