bye
This commit is contained in:
@@ -385,17 +385,6 @@ public class ExampleBaritoneControl implements Helper, AbstractGameEventListener
|
|||||||
logDirect("farming");
|
logDirect("farming");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
// this literally doesn't work, memory is disabled lol
|
|
||||||
/*if (msg.equals("echest")) {
|
|
||||||
Optional<List<ItemStack>> contents = baritone.getMemoryBehavior().echest();
|
|
||||||
if (contents.isPresent()) {
|
|
||||||
logDirect("echest contents:");
|
|
||||||
log(contents.get());
|
|
||||||
} else {
|
|
||||||
logDirect("echest contents unknown");
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}*/
|
|
||||||
if (msg.equals("chests")) {
|
if (msg.equals("chests")) {
|
||||||
for (Map.Entry<BlockPos, IRememberedInventory> entry : baritone.getWorldProvider().getCurrentWorld().getContainerMemory().getRememberedInventories().entrySet()) {
|
for (Map.Entry<BlockPos, IRememberedInventory> entry : baritone.getWorldProvider().getCurrentWorld().getContainerMemory().getRememberedInventories().entrySet()) {
|
||||||
logDirect(entry.getKey() + "");
|
logDirect(entry.getKey() + "");
|
||||||
|
Reference in New Issue
Block a user