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

9 lines
339 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-06-16 16:19:12 +02:00
"properties": { "function": { "type": "string", "const": "random_dye", "description": "UNDOCUMENTED", "title": "Function" } }
2021-06-06 10:07:19 +00:00
}