oh my god i'm literally an idiot
This commit is contained in:
parent
e2f8561847
commit
a311829605
@ -103,7 +103,7 @@ public class ToolSet implements Helper {
|
||||
continue;
|
||||
|
||||
float v = item.getDestroySpeed(new ItemStack(item), b);
|
||||
if (v < value || value == -1) {
|
||||
if (v > value || value == -1) {
|
||||
value = v;
|
||||
best = i;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user