LambdaControls Features - LambdAurora/LambdaControls GitHub Wiki
LambdaControls Features
General features
Auto Switch Mode
Config key: auto_switch_mode
Default value: false
Determines whether the controls mode should be automatically switched to Controller if one is connected. Or switch back to Keyboard mode if no controller is present.
Gameplay features
Vertical drifting
Config key: gameplay.fly.drifting
and gameplay.fly.vertical_drifting
Default values: false
and true
While flying, when you stop moving you can notice a drifting in Vanilla Minecraft. LambdaControls gives the possibility to disable this Vanilla feature.
The horizontal drifting is disabled by default, and the vertical drifting is kept enabled by default.
Special features
A special feature in LambdaControls is a feature which can be enabled/disabled by the client and be allowed/disallowed by the server.
From now, there is only two special features:
Name | Description | Default client | Default server |
---|---|---|---|
fast_block_placing |
While flying, allow the player to fast place blocks while moving. May be useful when building. | Enabled | Allowed |
front_block_placing |
Allow the player to place blocks in front of them to make a bridge like in Bedrock Edition. | Disabled | Allowed |
vertical_reacharound |
Allow the player to place blocks below the block their are standing on by looking at a specific direction. (cf Quark mod) | Disabled | Allowed |
The server is given the possibility to disallow those special features as some can be considered as cheating in some cases.