Moved to source folder
This commit is contained in:
21
source/behaviour/loot_tables/functions/fill_container.json
Normal file
21
source/behaviour/loot_tables/functions/fill_container.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.loot_tables.fill_container",
|
||||
"additionalProperties": false,
|
||||
"description": "The function fill_container",
|
||||
"title": "Fill container",
|
||||
"properties": {
|
||||
"function": {
|
||||
"type": "string",
|
||||
"const": "fill_container",
|
||||
"title": "Function",
|
||||
"description": "TODO description"
|
||||
},
|
||||
"loot_table": {
|
||||
"type": "string",
|
||||
"title": "Loot table",
|
||||
"pattern": "^loot_tables/.*\\.json$",
|
||||
"description": "TODO description"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user