mirror of
https://github.com/songoda/UltimateStacker.git
synced 2025-01-01 05:17:52 +01:00
Merge branch 'development'
This commit is contained in:
commit
bc7917807d
@ -4,7 +4,7 @@ stages:
|
||||
variables:
|
||||
name: "UltimateStacker"
|
||||
path: "/builds/$CI_PROJECT_PATH"
|
||||
version: "1.10.20"
|
||||
version: "1.10.21"
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
@ -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