Skip to content

Commit

Permalink
Add Translations folder to Valheims ModDataChecker (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZashIn authored Oct 3, 2024
1 parent dc3b02d commit a581e28
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 a581e28

Please sign in to comment.