Refactor
This commit is contained in:
11
source/behavior/loot_tables/functions/set_lore.json
Normal file
11
source/behavior/loot_tables/functions/set_lore.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behavior.loot_tables.set_lore",
|
||||
"additionalProperties": false,
|
||||
"description": "The function set_lore",
|
||||
"title": "Set Lore",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_lore", "description": "TODO description", "title": "TODO Title" },
|
||||
"lore": { "type": "array", "items": { "type": "string" }, "description": "TODO description", "title": "TODO Title" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user