Update entity components to 1.20.60 (#204)
This commit is contained in:
@@ -67,6 +67,11 @@
|
||||
"$ref": "../../../../general/item/descriptor.json",
|
||||
"title": "Transform To Item",
|
||||
"description": "The feed item used will transform to this item upon successful interaction. Format: itemName:auxValue"
|
||||
},
|
||||
"interact_filters": {
|
||||
"$ref": "../../filters/filters.json",
|
||||
"title": "Interact Filters",
|
||||
"description": "List of conditions to meet so that the entity can be fed."
|
||||
}
|
||||
},
|
||||
"examples": [
|
||||
|
||||
@@ -154,6 +154,18 @@
|
||||
"type": "boolean",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED Takes an item from the player."
|
||||
},
|
||||
"drop_item_slot": {
|
||||
"title": "Drop Item Slot",
|
||||
"type": "integer",
|
||||
"default": -1,
|
||||
"description": "The entity's equipment slot to remove and drop the item from, if any, upon successful interaction."
|
||||
},
|
||||
"equip_item_slot": {
|
||||
"title": "Equip Item Slot",
|
||||
"type": "integer",
|
||||
"default": -1,
|
||||
"description": "The entity's equipment slot to equip the item to, if any, upon successful interaction."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user