feat: saving files and folders when updating modpaks
This commit is contained in:
@ -23,6 +23,13 @@ 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 }) => {
|
||||
|
Reference in New Issue
Block a user