issues
search
CubicMC
/
cubic-server
A fast and extensible C++ Minecraft server implementation
https://cubicmc.org
GNU General Public License v3.0
53
stars
6
forks
source link
Pickup an item in inventory
#178
Closed
fluffyloafie
closed
1 year ago
fluffyloafie
commented
1 year ago
[x] Implementation of the “Pickup item” packet
[x] Send the packet to a player that is in the item's collection area, checking at each set_player_position
[x] Check if the item is within the player's pickup range at each set_player_position
[x] Send the packet
[x] Destroy picked up entity
[x] Add item to player/entity inventory