Skip to content

Commit

Permalink
Add Translations folder to Valheims ModDataChecker
Browse files Browse the repository at this point in the history
  • Loading branch information
ZashIn committed Sep 8, 2024
1 parent e88d2d2 commit 7bedc57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion games/game_valheim.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def allFiles(self) -> list[str]:
class ValheimGame(BasicGame):
Name = "Valheim Support Plugin"
Author = "Zash"
Version = "1.2.1"
Version = "1.2.2"

GameName = "Valheim"
GameShortName = "valheim"
Expand Down Expand Up @@ -348,6 +348,7 @@ def init(self, organizer: mobase.IOrganizer) -> bool:
"Jotunn": "BepInEx/plugins/",
"*.dll": "BepInEx/plugins/",
"*.xml": "BepInEx/plugins/",
"Translations": "BepInEx/plugins/",
"config": "BepInEx/",
"*.cfg": "BepInEx/config/",
#
Expand Down

0 comments on commit 7bedc57

Please sign in to comment.