Skip to content

Commit

Permalink
Add "LightPlacer" to the list of valid top level folders.
Browse files Browse the repository at this point in the history
This is intended to support the LightPlacer mod by @powerof3.
  • Loading branch information
metacubed committed Dec 19, 2024
1 parent 82ac42f commit e20a35a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/skyrimsemoddatachecker.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class SkyrimSEModDataChecker : public GamebryoModDataChecker
"facegen", "materials", "skse", "distantlod",
"asi", "Tools", "MCM", "distantland",
"mits", "dllplugins", "CalienteTools", "NetScriptFramework",
"shadersfx", "Nemesis_Engine", "Platform", "grass"};
"shadersfx", "Nemesis_Engine", "Platform", "grass",
"LightPlacer"};
return result;
}
virtual const FileNameSet& possibleFileExtensions() const override
Expand Down

0 comments on commit e20a35a

Please sign in to comment.