We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a1c51 commit a91dc1dCopy full SHA for a91dc1d
1 file changed
src/main/java/me/redcarlos/higtools/modules/main/HighwayBuilderHIG.java
@@ -1428,7 +1428,6 @@ else if (b.lastState == Center) {
1428
1429
// next search your ender chest for raw items and shulkers containing items
1430
if (slot == -1 && b.searchEnderChest.get() && countItem(b, stack -> stack.getItem().equals(Items.ENDER_CHEST)) > 0) {
1431
- // todo handle pulling ecs from shulker boxes so we can search through them
1432
1433
boolean stop = EChestMemory.isKnown();
1434
if (EChestMemory.isKnown()) {
0 commit comments