Update entity components to 1.20.60 (#204)

This commit is contained in:
Piotr Brzozowski
2023-12-16 16:27:18 +01:00
committed by GitHub
parent 3821d1dbba
commit a26d4e3351
2 changed files with 17 additions and 0 deletions

View File

@@ -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."
}
}
}