Skip to content

Commit a581e28

Browse files
authored
Add Translations folder to Valheims ModDataChecker (#162)
1 parent dc3b02d commit a581e28

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

games/game_valheim.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def allFiles(self) -> list[str]:
289289
class ValheimGame(BasicGame):
290290
Name = "Valheim Support Plugin"
291291
Author = "Zash"
292-
Version = "1.2.1"
292+
Version = "1.2.2"
293293

294294
GameName = "Valheim"
295295
GameShortName = "valheim"
@@ -348,6 +348,7 @@ def init(self, organizer: mobase.IOrganizer) -> bool:
348348
"Jotunn": "BepInEx/plugins/",
349349
"*.dll": "BepInEx/plugins/",
350350
"*.xml": "BepInEx/plugins/",
351+
"Translations": "BepInEx/plugins/",
351352
"config": "BepInEx/",
352353
"*.cfg": "BepInEx/config/",
353354
#

0 commit comments

Comments
 (0)