This commit is contained in:
Lucas Dower 2022-03-22 21:26:15 +00:00
commit 91efc83ae9

View File

@ -19,7 +19,7 @@ export const headlessConfig = {
},
},
export: {
absoluteFilePathSave: 'C://Users//<Username>//AppData//Roaming//.minecraft//schematics', // Must be an absolute path to the file (can be anywhere)
absoluteFilePathSave: 'C:/Users/<Username>/AppData//Roaming/.minecraft/schematics/MySchematic.schematic', // Must be an absolute path to the file (can be anywhere)
exporter: 'schematic', // 'schematic' / 'litematic',
},
};