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

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