gaycraft/config/midnightcontrols.json
2023-10-31 17:35:49 +01:00

143 lines
No EOL
3.7 KiB
JSON

{
"configVersion": 2,
"controlsMode": "CONTROLLER",
"autoSwitchMode": true,
"debug": false,
"hudEnable": true,
"hudSide": "LEFT",
"moveChat": false,
"analogMovement": true,
"doubleTapToSprint": true,
"controllerToggleSneak": true,
"controllerToggleSprint": true,
"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": 35.0,
"yAxisRotationSpeed": 35.0,
"mouseSpeed": 25.0,
"joystickAsMouse": false,
"eyeTrackerAsMouse": false,
"eyeTrackerDeadzone": 0.05,
"unfocusedInput": false,
"virtualMouse": false,
"virtualMouseSkin": "DEFAULT_LIGHT",
"hideNormalMouse": false,
"controllerID": 0.0,
"secondControllerID": -1.0,
"controllerType": "DUALSHOCK",
"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"
],
"closeButtonScreens": [
"net.minecraft.class_408",
"net.minecraft.class_457",
"eu.midnightdust.midnightcontrols.client.gui.RingScreen"
],
"touchSpeed": 50.0,
"invertTouch": false,
"touchMode": "CROSSHAIR",
"touchBreakDelay": 120,
"touchTransparency": 75,
"touchOutlineColorHex": "#ffffff",
"touchOutlineColorAlpha": 150,
"leftTouchBinds": [
"debug_screen",
"screenshot",
"toggle_perspective"
],
"rightTouchBinds": [
"screenshot",
"toggle_perspective",
"use"
],
"BINDING": {
"controller.controls.slot_up": "-1",
"controller.controls.exit": "1",
"controller.controls.pick_block": "14",
"controller.controls.sprint": "9",
"controller.controls.slot_right": "-1",
"controller.controls.slot_left": "-1",
"controller.controls.attack": "105",
"controller.controls.hotbar_right": "-1",
"controller.controls.right": "100",
"controller.controls.use": "104",
"controller.controls.slot_down": "-1"
},
"maxAnalogValues": [
1.0,
1.0,
1.0,
1.0
],
"maxAnalogValueLeftX": 1.0,
"maxAnalogValueLeftY": 1.0,
"maxAnalogValueRightX": 1.0,
"maxAnalogValueRightY": 1.0,
"triggerFix": false,
"excludedKeybindings": [
"key.forward",
"key.left",
"key.back",
"key.right",
"key.jump",
"key.sneak",
"key.sprint",
"key.inventory",
"key.swapOffhand",
"key.drop",
"key.use",
"key.attack",
"key.chat",
"key.playerlist",
"key.screenshot",
"key.togglePerspective",
"key.smoothCamera",
"key.fullscreen",
"key.saveToolbarActivator",
"key.loadToolbarActivator",
"key.pickItem",
"key.hotbar.1",
"key.hotbar.2",
"key.hotbar.3",
"key.hotbar.4",
"key.hotbar.5",
"key.hotbar.6",
"key.hotbar.7",
"key.hotbar.8",
"key.hotbar.9"
],
"enableHints": true,
"shortcutInControls": true,
"ringBindings": [],
"ignoredUnboundKeys": [
"inventorytabs.key.next_tab"
],
"controllerBindingProfiles": {}
}