16 lines
407 B
JSON
16 lines
407 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "blockception.minecraft.behaviour.loot_tables.random_dye",
|
|
"additionalProperties": false,
|
|
"description": "The function random_dye",
|
|
"title": "Trader material type",
|
|
"properties": {
|
|
"function": {
|
|
"type": "string",
|
|
"const": "random_dye",
|
|
"description": "TODO description",
|
|
"title": "TODO title"
|
|
}
|
|
}
|
|
}
|