CavEX/config.json
2023-10-12 16:55:06 +02:00

27 lines
685 B
JSON

{
"paths": {
"texturepack": "assets",
"worlds": "saves"
},
"input": {
"player_forward": [0, 200, 910],
"player_backward": [1, 201, 911],
"player_left": [2, 202, 912],
"player_right": [3, 203, 913],
"player_jump": [5, 205],
"player_sneak": [204],
"item_action_left": [100, 210],
"item_action_right": [101, 211],
"scroll_left": [9, 208, 213],
"scroll_right": [8, 209, 212],
"inventory": [6, 206],
"open_menu": [10, 214],
"gui_up": [0, 200, 900, 910, 920],
"gui_down": [1, 201, 901, 911, 921],
"gui_left": [2, 202, 902, 912, 922],
"gui_right": [3, 203, 903, 913, 923],
"gui_click": [4, 204],
"gui_click_alt": [5, 205],
"screenshot": [7],
}
}