feat: improved launch settings

This commit is contained in:
2025-07-07 06:56:30 +05:00
parent b14de1d15a
commit 1b50a7d4e4
8 changed files with 510 additions and 20 deletions

View File

@ -23,13 +23,6 @@ const launchOptions = {
baseVersion: '1.21.4',
serverIp: 'popa-popa.ru',
fabricVersion: 'fabric0.16.14',
preserveFiles: [
'options.txt',
'screenshots',
'schematics',
'syncmatics',
'saves',
],
};
const AuthCheck = ({ children }: { children: ReactNode }) => {