mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-02 00:30:07 +01:00
Fixed an issue where dropped items did not retain custom NBT data.
This commit is contained in:
parent
d33334708d
commit
707a388c51
@ -253,7 +253,7 @@ public class Misc {
|
||||
return;
|
||||
}
|
||||
|
||||
location.getWorld().dropItemNaturally(location, itemStack);
|
||||
location.getWorld().dropItemNaturally(location, itemStack).setItemStack(itemStack);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user