Initial Commit
This commit is contained in:
17
behaviour/entities/1.8.0/components/minecraft.loot.json
Normal file
17
behaviour/entities/1.8.0/components/minecraft.loot.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.loot",
|
||||
"type": "object",
|
||||
"title": "Loot 1.8.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"table": {
|
||||
"type": "string",
|
||||
"pattern": ".*\\.json$",
|
||||
"description": "TODO description: table",
|
||||
"title": "Table"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
}
|
||||
Reference in New Issue
Block a user