Merge branch 'development'

This commit is contained in:
Brianna 2019-11-07 15:58:05 -05:00
commit bc7917807d
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ stages:
variables:
name: "UltimateStacker"
path: "/builds/$CI_PROJECT_PATH"
version: "1.10.20"
version: "1.10.21"
build:
stage: build

View File

@ -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()