Increase torque of gears
This commit is contained in:
parent
f089f1301b
commit
4b7b50623c
1 changed files with 3 additions and 3 deletions
|
@ -86,11 +86,11 @@ public class PartGear extends PartMechanical implements IMultiBlockStructure<Par
|
||||||
switch (tier)
|
switch (tier)
|
||||||
{
|
{
|
||||||
default:
|
default:
|
||||||
return 0.03;
|
return 0.3;
|
||||||
case 1:
|
case 1:
|
||||||
return 0.02;
|
return 0.2;
|
||||||
case 2:
|
case 2:
|
||||||
return 0.01;
|
return 0.1;
|
||||||
case 10:
|
case 10:
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue