mirror of
https://github.com/xtreme8000/CavEX.git
synced 2025-01-22 09:11:55 -05:00
20 lines
376 B
JSON
20 lines
376 B
JSON
{
|
|
"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],
|
|
"open_menu": [257]
|
|
}
|
|
}
|