Increase large gear ratio
This commit is contained in:
parent
190691793f
commit
8e896a9a66
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ public class PartGear extends PartMechanical implements IMultiBlockStructure<Par
|
|||
return super.getRatio(dir, with);
|
||||
}
|
||||
|
||||
return getMultiBlock().isConstructed() ? 1.5f : super.getRatio(dir, with);
|
||||
return getMultiBlock().isConstructed() ? 3f : super.getRatio(dir, with);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue