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

37 lines
1.0 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.loot_tables.enchant_book_for_trading",
"additionalProperties": false,
"description": "The function enchant_book_for_trading",
"title": "Enchant book for trading",
"required": ["function", "base_cost", "base_random_cost", "per_level_random_cost", "per_level_cost"],
"properties": {
"function": {
"type": "string",
"const": "enchant_book_for_trading",
"title": "Function",
"description": "TODO description"
},
"base_cost": {
"type": "integer",
"title": "Base cost",
"description": "TODO description"
},
"base_random_cost": {
"type": "integer",
"title": "Base cost",
"description": "TODO description"
},
"per_level_random_cost": {
"type": "integer",
"title": "Base cost",
"description": "TODO description"
},
"per_level_cost": {
"type": "integer",
"title": "Base cost",
"description": "TODO description"
}
}
}