This commit is contained in:
Brianna 2019-04-24 23:23:43 -04:00
parent 0db01630aa
commit 2382b00726

View File

@ -223,8 +223,7 @@ public class HopTask extends BukkitRunnable {
case SHULKER_BOX:
case WHITE_SHULKER_BOX:
case YELLOW_SHULKER_BOX:
if (item.getType().name().contains("SHULKER_BOX")) return false;
break;
return false;
case BREWING_STAND: {
BrewerInventory brewerInventory = (BrewerInventory) destinationInventory;