Request for setting item at the given index within IPlayer's inventory.
friendlyhj opened this issue ยท 1 comments
Feature request name
a ZenMethod to set item in player's inventory and hotbar.
Feature request description
IPlayer.setInventoryStack(item, index)
and IPlayer.setHotbarStack(item, index)
to set item at given index within player's inventory/hotbar, like /replaceitem
command in vanilla.
Feature request reason
I want to use a item to consume other items and do something.
Feature request dependencies
It's just like a vanilla command, so don't need any other things.