mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-01-19 16:59:37 +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…
x
Reference in New Issue
Block a user