Skip to content

Commit 0f7d5e0

Browse files
committed
add default profile settings for LCE resource pack
1 parent 0086b87 commit 0f7d5e0

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

  • src/main/resources/resourcepacks/legacy_console/assets/controlify/controllers/default_config
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"generic": {
3+
"auto_jump": false,
4+
"toggle_sprint": true,
5+
"toggle_sneak": true,
6+
"disable_fly_drifting": true
7+
},
8+
"input": {
9+
"sensitivity": {
10+
"is_lce": true
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)