Increased hand cranking power
This commit is contained in:
parent
8e896a9a66
commit
3cb5596d37
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ public class PartGear extends PartMechanical implements IMultiBlockStructure<Par
|
|||
{
|
||||
if (manualCrankTime > 0)
|
||||
{
|
||||
node.apply(isClockwiseCrank ? 5 : -5, isClockwiseCrank ? 0.025f : -0.025f);
|
||||
node.apply(isClockwiseCrank ? 15 : -15, isClockwiseCrank ? 0.025f : -0.025f);
|
||||
manualCrankTime--;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue