CavEX/config_pc.json

28 lines
528 B
JSON
Raw Permalink Normal View History

2023-07-05 17:01:59 -04:00
{
"paths": {
"texturepack": "assets",
"worlds": "saves"
},
"input": {
"player_forward": [87],
"player_backward": [83],
"player_left": [65],
"player_right": [68],
"player_jump": [32],
"player_sneak": [340],
"item_action_left": [1000],
"item_action_right": [1001],
"scroll_left": [],
"scroll_right": [],
"inventory": [69],
2023-07-09 08:27:47 -04:00
"open_menu": [257],
"gui_up": [87],
"gui_down": [83],
"gui_left": [65],
"gui_right": [68],
"gui_click": [1000],
2023-09-24 09:48:47 -04:00
"gui_click_alt": [1001],
"screenshot": [291]
2023-07-05 17:01:59 -04:00
}
}