Reduced torque and velocity loss in gears and rods ( 50% rods %500 gears)
This commit is contained in:
parent
9b3c87bbb6
commit
3d874e6d8d
3 changed files with 707 additions and 707 deletions
File diff suppressed because it is too large
Load diff
|
@ -80,11 +80,11 @@ public class PartGear extends PartMechanical implements IMultiBlockStructure<Par
|
|||
switch (tier)
|
||||
{
|
||||
default:
|
||||
return 0.8;
|
||||
return 0.03;
|
||||
case 1:
|
||||
return 0.6;
|
||||
return 0.02;
|
||||
case 2:
|
||||
return 0.4;
|
||||
return 0.01;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -95,11 +95,11 @@ public class PartGear extends PartMechanical implements IMultiBlockStructure<Par
|
|||
switch (tier)
|
||||
{
|
||||
default:
|
||||
return 0.6;
|
||||
return 0.03;
|
||||
case 1:
|
||||
return 0.8;
|
||||
return 0.02;
|
||||
case 2:
|
||||
return 0.4;
|
||||
return 0.01;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -52,11 +52,11 @@ public class PartGearShaft extends PartMechanical
|
|||
switch (tier)
|
||||
{
|
||||
default:
|
||||
return 0.08;
|
||||
return 0.03;
|
||||
case 1:
|
||||
return 0.06;
|
||||
return 0.02;
|
||||
case 2:
|
||||
return 0.04;
|
||||
return 0.01;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -67,11 +67,11 @@ public class PartGearShaft extends PartMechanical
|
|||
switch (tier)
|
||||
{
|
||||
default:
|
||||
return 0.06;
|
||||
return 0.03;
|
||||
case 1:
|
||||
return 0.08;
|
||||
return 0.02;
|
||||
case 2:
|
||||
return 0.04;
|
||||
return 0.01;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue