aboutsummaryrefslogtreecommitdiff
path: root/fabric/src/main/resources/error_notifier.json
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2022-08-15 01:07:39 +0800
committershedaniel <daniel@shedaniel.me>2022-08-15 01:09:26 +0800
commitd4bd40db6d87ead0623adcf751fc1409896c86e8 (patch)
tree8090713b97bebb97987937dfc89ec48b46e1e965 /fabric/src/main/resources/error_notifier.json
parentbe1db8e11143641bb45f43d42eb579468a620b09 (diff)
downloadRoughlyEnoughItems-d4bd40db6d87ead0623adcf751fc1409896c86e8.tar.gz
RoughlyEnoughItems-d4bd40db6d87ead0623adcf751fc1409896c86e8.tar.bz2
RoughlyEnoughItems-d4bd40db6d87ead0623adcf751fc1409896c86e8.zip
Switch to Error Notifier
Diffstat (limited to 'fabric/src/main/resources/error_notifier.json')
-rw-r--r--fabric/src/main/resources/error_notifier.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/fabric/src/main/resources/error_notifier.json b/fabric/src/main/resources/error_notifier.json
new file mode 100644
index 000000000..eb85f6a7c
--- /dev/null
+++ b/fabric/src/main/resources/error_notifier.json
@@ -0,0 +1,26 @@
+{
+ "schemaVersion": 1,
+ "checks": [
+ {
+ "type": "depends",
+ "modId": "fabric",
+ "modName": "Fabric API",
+ "versions": "*",
+ "url": "https://www.curseforge.com/minecraft/mc-mods/fabric-api/files/all/"
+ },
+ {
+ "type": "depends",
+ "modId": "architectury",
+ "modName": "Architectury API",
+ "versions": ">=5.0.0 <7.0.0",
+ "url": "https://www.curseforge.com/minecraft/mc-mods/architectury-api/files/all"
+ },
+ {
+ "type": "depends",
+ "modId": "cloth-config2",
+ "modName": "Cloth Config",
+ "versions": "*",
+ "url": "https://www.curseforge.com/minecraft/mc-mods/cloth-config/files/all"
+ }
+ ]
+} \ No newline at end of file