Updated
This commit is contained in:
@@ -3,26 +3,14 @@
|
||||
"$id": "blockception.minecraft.behaviour.loot_tables.looting_enchant",
|
||||
"additionalProperties": false,
|
||||
"description": "The function looting_enchant",
|
||||
"title": "Looting enchant",
|
||||
"title": "Looting Enchant",
|
||||
"properties": {
|
||||
"function": {
|
||||
"type": "string",
|
||||
"const": "looting_enchant",
|
||||
"description": "TODO description",
|
||||
"title": "TODO title"
|
||||
},
|
||||
"function": { "type": "string", "const": "looting_enchant", "description": "TODO description", "title": "TODO Title" },
|
||||
"count": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"min": {
|
||||
"type": "integer"
|
||||
},
|
||||
"max": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"properties": { "min": { "type": "integer" }, "max": { "type": "integer" } },
|
||||
"description": "TODO description",
|
||||
"title": "TODO title",
|
||||
"title": "TODO Title",
|
||||
"additionalProperties": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user