mc is weird
This commit is contained in:
parent
39648c5dc6
commit
7898b24bac
@ -180,7 +180,7 @@ public class ToolSet {
|
|||||||
speed *= 0.09;
|
speed *= 0.09;
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
speed *= 0.0027;
|
speed *= 0.0027; // you might think that 0.09*0.3 = 0.027 so that should be next, that would make too much sense. it's 0.0027.
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
speed *= 0.00081;
|
speed *= 0.00081;
|
||||||
|
Loading…
Reference in New Issue
Block a user