summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ErrorHandler/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI.Mods.ErrorHandler/manifest.json')
-rw-r--r--src/SMAPI.Mods.ErrorHandler/manifest.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/SMAPI.Mods.ErrorHandler/manifest.json b/src/SMAPI.Mods.ErrorHandler/manifest.json
new file mode 100644
index 00000000..f83e2f96
--- /dev/null
+++ b/src/SMAPI.Mods.ErrorHandler/manifest.json
@@ -0,0 +1,9 @@
+{
+ "Name": "Error Handler",
+ "Author": "SMAPI",
+ "Version": "3.8.3",
+ "Description": "Handles some common vanilla errors to log more useful info or avoid breaking the game.",
+ "UniqueID": "SMAPI.ErrorHandler",
+ "EntryDll": "ErrorHandler.dll",
+ "MinimumApiVersion": "3.8.3"
+}