Skip to content

Commit

Permalink
ExampleMod uplugin field updates
Browse files Browse the repository at this point in the history
(cherry picked from commit 68bc822eef3972892eeba73e460699ac8a3cc05f)
  • Loading branch information
budak7273 committed Oct 10, 2024
1 parent 04025f8 commit ae64f43
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Mods/ExampleMod/Config/Alpakit.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[ModTargets]
Targets=Windows
Targets=WindowsServer
Targets=LinuxServer

9 changes: 8 additions & 1 deletion Mods/ExampleMod/ExampleMod.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,12 @@
"LoadingPolicy": "Always"
}
],
"GameVersion": ">=365306"
"GameVersion": ">=365306",
"Plugins": [
{
"Name": "SML",
"Enabled": true,
"SemVersion": "^3.8.0"
}
]
}

0 comments on commit ae64f43

Please sign in to comment.