Initial Commit
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user