Skip to content

Commit

Permalink
- attempted to fix unregular placement approximation of doubled block…
Browse files Browse the repository at this point in the history
…s like beds

- clean up
- entering beta
  • Loading branch information
Meloweh committed Dec 16, 2021
1 parent 850316e commit 08ed146
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 284 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {


group 'baritone'
version '1.7.0-meloweh-alpha.4'
version '1.7.0-meloweh-beta.1'

import baritone.gradle.task.CreateDistTask
import baritone.gradle.task.ProguardTask
Expand Down
20 changes: 0 additions & 20 deletions src/api/java/baritone/api/process/IBuilderProcess.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,29 +94,9 @@ default boolean build(String schematicFile, BlockPos origin, boolean fromAltocle

void reset();

void setAboveBreak(final BlockPos pos);

void setAbovePlace(final BlockPos pos);

BlockPos getAboveBreak();

boolean clearState();

void addBlockToIgnoreInSchematic(final BlockPos pos);

void removeBlockToIgnoreInSchematic(final BlockPos pos);

void clearBlocksToIgnoreInSchematic();

void decideToIgnoreInSchematic(BetterBlockPos positionToPlace);

void noteInsert(final BlockPos pos);

boolean isPausedBecauseOfMissingMaterials();

//void incNoPathToIncorrectTicks();

void setIncTick();

void popStack();
}
Loading

0 comments on commit 08ed146

Please sign in to comment.