Skip to content

Commit 6310531

Browse files
committed
chore: update default config
1 parent f4467b5 commit 6310531

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/skyblock/main.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class StrafingScript {
4949
private readonly configPath = './config/jayc331-config.json';
5050
private readonly scriptId = 'skyblock';
5151
private readonly defaultConfig: StrafingConfig = {
52-
position: { '1': { x: NaN, y: NaN, z: NaN }, '2': { x: NaN, y: NaN, z: NaN } },
52+
position: { '1': { x: 64, y: 100, z: 57 }, '2': { x: 0, y: 100, z: 57 } },
5353
options: {
5454
sneak: {
5555
left: false,
@@ -59,21 +59,21 @@ class StrafingScript {
5959
left: {
6060
key: 'left',
6161
mode: 'hold',
62-
cps: 4, // Default CPS
62+
cps: 10, // Default CPS
6363
},
6464
right: {
6565
key: 'right',
6666
mode: 'click',
67-
cps: 4, // Default CPS
67+
cps: 10, // Default CPS
6868
},
6969
},
7070
pitch: {
71-
left: -22,
72-
right: -32,
71+
left: -2,
72+
right: -10,
7373
},
7474
threshold: {
75-
left: 0.4,
76-
right: 0.4,
75+
left: 0.5,
76+
right: 0.5,
7777
},
7878
},
7979
};

0 commit comments

Comments
 (0)