mirror of
https://github.com/songoda/UltimateStacker.git
synced 2025-03-12 14:39:12 +01:00
Proper item multiplying.
This commit is contained in:
parent
7b44b31317
commit
23b653b924
@ -19,6 +19,7 @@ public class DropUtils {
|
||||
|
||||
ItemStack droppedItem = drop.getItemStack();
|
||||
if (droppedItem != null) {
|
||||
droppedItem = droppedItem.clone();
|
||||
boolean success = false;
|
||||
for (ItemStack item : items) {
|
||||
if (item.getType() != droppedItem.getType()
|
||||
|
Loading…
Reference in New Issue
Block a user