Updating interact
This commit is contained in:
@@ -157,15 +157,15 @@
|
||||
},
|
||||
"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."
|
||||
"type": "string",
|
||||
"description": "The entity's equipment slot to remove and drop the item from, if any, upon successful interaction.",
|
||||
"enum": ["slot.armor.head", "slot.armor.chest", "slot.armor.legs", "slot.armor.feet"]
|
||||
},
|
||||
"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."
|
||||
"type": "string",
|
||||
"description": "The entity's slot to equip the item to, if any, upon successful interaction. Inventory slots are denoted by positive numbers.",
|
||||
"enum": ["slot.armor.head", "slot.armor.chest", "slot.armor.legs", "slot.armor.feet"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user