Minecraft-STC-Modpack/config/midnightcontrols.json
2023-08-14 21:45:09 -04:00

74 lines
2.0 KiB
JSON

{
"configVersion": 2,
"controlsMode": "DEFAULT",
"autoSwitchMode": true,
"debug": false,
"hudEnable": true,
"hudSide": "LEFT",
"moveChat": false,
"analogMovement": true,
"doubleTapToSprint": true,
"controllerToggleSneak": false,
"controllerToggleSprint": false,
"fastBlockPlacing": false,
"flyDrifting": true,
"verticalFlyDrifting": true,
"horizontalReacharound": false,
"verticalReacharound": false,
"shouldRenderReacharoundOutline": true,
"reacharoundOutlineColorHex": "#ffffff",
"reacharoundOutlineColorAlpha": 102,
"rightDeadZone": 0.25,
"leftDeadZone": 0.25,
"invertRightYAxis": false,
"invertRightXAxis": false,
"rotationSpeed": 40.0,
"yAxisRotationSpeed": 40.0,
"mouseSpeed": 25.0,
"joystickAsMouse": false,
"unfocusedInput": false,
"virtualMouse": false,
"virtualMouseSkin": "DEFAULT_LIGHT",
"controllerID": 0,
"secondControllerID": -1,
"controllerType": "DEFAULT",
"mouseScreens": [
"net.minecraft.client.gui.screen.advancement",
"net.minecraft.class_457",
"net.minecraft.class_408",
"net.minecraft.class_3872",
"me.flashyreese.mods.reeses_sodium_options.client.gui",
"dev.emi.emi.screen",
"hardcorequesting.client.interfaces.GuiQuestBook",
"hardcorequesting.client.interfaces.GuiReward",
"hardcorequesting.client.interfaces.EditTrackerScreen",
"me.shedaniel.clothconfig2.gui.ClothConfigScreen",
"com.mamiyaotaru.voxelmap.gui.GuiWaypoints",
"com.mamiyaotaru.voxelmap.gui.GuiPersistentMap"
],
"arrowScreens": [
"net.minecraft.class_408"
],
"wasdScreens": [
"com.ultreon.devices.core.Laptop"
],
"BINDING": {},
"maxAnalogValues": [
1.0,
1.0,
1.0,
1.0
],
"maxAnalogValueLeftX": 1.0,
"maxAnalogValueLeftY": 1.0,
"maxAnalogValueRightX": 1.0,
"maxAnalogValueRightY": 1.0,
"triggerFix": true,
"enableHints": true,
"shortcutInControls": true,
"ringBindings": [],
"ignoredUnboundKeys": [
"inventorytabs.key.next_tab"
],
"controllerBindingProfiles": {}
}