This commit is contained in:
DaanV2
2021-07-02 21:31:53 +02:00
parent 202f443a58
commit 74cd9336a6
8 changed files with 19 additions and 21 deletions

View File

@@ -69,7 +69,7 @@
"properties": {
"table": {
"type": "string",
"default": "",
"$ref": "../../../../general/loot_table/identifier.json",
"description": "File path, relative to the Behavior Pack's path, to the loot table file.",
"title": "Table"
}
@@ -83,7 +83,7 @@
},
"transform_to_item": {
"type": "string",
"title": "Transform to item",
"title": "Transform To Item",
"description": "The feed item used will transform to this item upon successful interaction. Format: itemName:auxValue"
},
"use_item": { "type": "boolean", "default": false, "description": "If true, the interaction will use an item.", "title": "Use Item" }
@@ -92,8 +92,7 @@
},
"properties": {
"interactions": {
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"description": "The interactions",
"title": "Interactions",
"oneOf": [
{ "type": "object", "$ref": "#/definitions/interaction_spec" },