(Block b)
| 193 | } |
| 194 | |
| 195 | private double avoidanceMultiplier(Block b) { |
| 196 | return Baritone.settings().blocksToAvoidBreaking.value.contains(b) ? Baritone.settings().avoidBreakingMultiplier.value : 1; |
| 197 | } |
| 198 | |
| 199 | /** |
| 200 | * Calculates how long would it take to mine the specified block given the best tool |
no test coverage detected