CavEX/config.json

28 lines
685 B
JSON
Raw Permalink Normal View History

2023-07-05 17:01:59 -04:00
{
"paths": {
"texturepack": "assets",
"worlds": "saves"
},
"input": {
2023-10-12 10:55:06 -04:00
"player_forward": [0, 200, 910],
"player_backward": [1, 201, 911],
"player_left": [2, 202, 912],
"player_right": [3, 203, 913],
"player_jump": [5, 210],
"player_sneak": [211],
"item_action_left": [100, 204],
"item_action_right": [101, 205],
2023-07-09 08:27:47 -04:00
"scroll_left": [9, 208, 213],
"scroll_right": [8, 209, 212],
"inventory": [6, 206],
"open_menu": [10, 214],
2023-10-12 10:55:06 -04:00
"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],
2023-07-09 08:27:47 -04:00
"gui_click": [4, 204],
2023-09-24 09:48:47 -04:00
"gui_click_alt": [5, 205],
"screenshot": [7],
2023-07-05 17:01:59 -04:00
}
}