Files
minecraft-bedrock-json-schemas/source/behaviour/loot_tables/functions/random_dye.json
2021-03-21 15:18:38 +01:00

9 lines
373 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" } }
}