Skip to content

Commit

Permalink
tweak weights
Browse files Browse the repository at this point in the history
  • Loading branch information
aesthetic0001 committed Feb 1, 2024
1 parent 03488c4 commit 9509766
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,6 @@ function inject (bot) {
bot.setControlState('jump', true)
bot.setControlState('sprint', false)
} else {
console.log('STOPPING???')
bot.setControlState('forward', false)
bot.setControlState('sprint', false)
}
Expand Down
2 changes: 1 addition & 1 deletion lib/movements.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Movements {
this.liquidCost = 1
this.entityCost = 1
this.jumpCost = 5
this.sameDirectionReduction = 0.5
this.sameDirectionReduction = 0.3

this.dontCreateFlow = true
this.dontMineUnderFallingBlock = true
Expand Down

0 comments on commit 9509766

Please sign in to comment.