Skip to content

Commit 392e087

Browse files
authored
fix: hypixel deprecation of 1.21
1 parent 398ea8b commit 392e087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mineflayer/mineflayer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default class Mineflayer {
1414
password: env.MINECRAFT_PASSWORD,
1515
host: 'mc.hypixel.net',
1616
auth: 'microsoft',
17-
version: '1.20',
17+
version: '1.8.9',
1818
defaultChatPatterns: false,
1919
});
2020

0 commit comments

Comments
 (0)