diff --git a/Mods/ExampleMod/ExampleMod.uplugin b/Mods/ExampleMod/ExampleMod.uplugin index b3a337ed4a..901630b2a8 100644 --- a/Mods/ExampleMod/ExampleMod.uplugin +++ b/Mods/ExampleMod/ExampleMod.uplugin @@ -20,5 +20,6 @@ "Name": "ExampleMod", "LoadingPolicy": "Always" } - ] + ], + "GameVersion": ">=365306" } \ No newline at end of file diff --git a/Mods/SML/SML.uplugin b/Mods/SML/SML.uplugin index 76de74b9d0..f3c84eb88c 100644 --- a/Mods/SML/SML.uplugin +++ b/Mods/SML/SML.uplugin @@ -3,7 +3,7 @@ "Version": 3, "VersionName": "3.8.0-dev", "SemVersion": "3.8.0-dev", - "GameVersion": ">=269772", + "GameVersion": ">=365306", "FriendlyName": "Satisfactory Mod Loader", "Description": "Mod loading and compatibility API for Satisfactory", "Category": "Modding",