Skip to content

Commit a91dc1d

Browse files
committed
Update HighwayBuilderHIG.java
1 parent 66a1c51 commit a91dc1d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/me/redcarlos/higtools/modules/main/HighwayBuilderHIG.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,6 @@ else if (b.lastState == Center) {
14281428

14291429
// next search your ender chest for raw items and shulkers containing items
14301430
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
14321431

14331432
boolean stop = EChestMemory.isKnown();
14341433
if (EChestMemory.isKnown()) {

0 commit comments

Comments
 (0)