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