diff --git a/src/mod.ts b/src/mod.ts index 56fbaa3..222d438 100644 --- a/src/mod.ts +++ b/src/mod.ts @@ -54,7 +54,7 @@ class LootFuckery implements IPostDBLoadMod, IPreAkiLoadMod // get output directory for generated files // "Leaves-LootFuckery" is the directory name of the mod const preAkiModLoader = container.resolve( "PreAkiModLoader" ); - this.outputFolder = `${preAkiModLoader.getModPath( "Leaves-LootFuckery" )}output/`; + this.outputFolder = `${preAkiModLoader.getModPath( "leaves-loot_fuckery" )}output/`; this.locationControl = container.resolve( "LocationController" ); }