Fix AutoWither

Fixed soul soil not being found
This commit is contained in:
necrophili
2021-08-08 23:19:05 +08:00
committed by Cloudburst
parent 4e07e39096
commit 3e89ae52c0

View File

@@ -177,7 +177,7 @@ public class AutoWither extends Module {
// Soul sand/soil and skull slot
FindItemResult findSoulSand = InvUtils.findInHotbar(Items.SOUL_SAND);
if (!findSoulSand.found()) InvUtils.findInHotbar(Items.SOUL_SOIL);
if (!findSoulSand.found()) findSoulSand = InvUtils.findInHotbar(Items.SOUL_SOIL);
FindItemResult findWitherSkull = InvUtils.findInHotbar(Items.WITHER_SKELETON_SKULL);
// Check for enough resources