-
-
Notifications
You must be signed in to change notification settings - Fork 8
Config
andante edited this page Aug 2, 2022
·
6 revisions
The config can be accessed in-game when Mod Menu is installed, or through /noclip config.
{
// Whether or not the icon displayed at the top-right of the HUD is present
"hudIcon": true,
// Whether or not to display speed updates on the action bar (above the hot bar)
"displaySpeedOnActionBar": true,
// The color of text displayed by the mod
"textColor": 15132390,
"flight": {
// Bedrock-like snappy flight movement
"snappyFlight": {
"enabled": false,
// Whether snappy flight is only active when the player is in noclip
"onlyInNoClip": true
},
// The maximum value the flight speed scroll can be set to
"maxScrolledSpeed": 4.0,
// Whether to enable flight when entering noclip mode
"enableFlightOnClip": true,
// Whether the player is locked flying when in noclip mode
"flyingLocked": true
},
"keyBehaviors": {
// The behavior of the key binding to noclip
"noClip": "TOGGLE",
// The behavior of the key binding to activate flight speed scrolling
"flightSpeedActivation": "HOLD"
},
// Allow Noclip In
"allowIn": {
"survival": true,
"creative": true,
"adventure": true,
"spectator": true
}
}