Files
minecraft-bedrock-json-schemas/source/behavior/loot_tables/functions/random_dye.json

11 lines
375 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.loot_tables.random_dye",
"additionalProperties": false,
"description": "The function random_dye",
"title": "Trader Material Type",
2021-06-09 11:12:18 +02:00
"type": "object",
2021-07-01 11:35:53 +02:00
"properties": {
2021-07-01 16:37:41 +02:00
"function": { "type": "string", "const": "random_dye", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" }
2021-07-01 11:35:53 +02:00
}
2021-06-06 10:07:19 +00:00
}