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

Item Nbt tag disapear when drop #236

Closed STMiki closed 11 months ago

STMiki commented 1 year ago

An item need to conserve it's nbt when drop, and it seems it is not the case at the moment.

Related pr: #212

emneo-dev commented 1 year ago

The nbt data is not tied to the slot?