diff options
| author | shedaniel <daniel@shedaniel.me> | 2023-06-08 14:54:58 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2023-06-08 14:55:19 +0800 |
| commit | aef8d0a4345dc4c7306fdddd1cee6b688b844f97 (patch) | |
| tree | 6f52d18c3a8bc74ec2e1eb99a3b8eb70d24096d6 | |
| parent | 31d1e1935eae254ba2ff18df57dcd8ad9d9b0fa5 (diff) | |
| download | RoughlyEnoughItems-aef8d0a4345dc4c7306fdddd1cee6b688b844f97.tar.gz RoughlyEnoughItems-aef8d0a4345dc4c7306fdddd1cee6b688b844f97.tar.bz2 RoughlyEnoughItems-aef8d0a4345dc4c7306fdddd1cee6b688b844f97.zip | |
Update Error Notifier Links
| -rw-r--r-- | fabric/src/main/resources/error_notifier.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fabric/src/main/resources/error_notifier.json b/fabric/src/main/resources/error_notifier.json index eb85f6a7c..efaced7ac 100644 --- a/fabric/src/main/resources/error_notifier.json +++ b/fabric/src/main/resources/error_notifier.json @@ -6,21 +6,21 @@ "modId": "fabric", "modName": "Fabric API", "versions": "*", - "url": "https://www.curseforge.com/minecraft/mc-mods/fabric-api/files/all/" + "url": "https://www.curseforge.com/minecraft/mc-mods/fabric-api/" }, { "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" + "url": "https://www.curseforge.com/minecraft/mc-mods/architectury-api/" }, { "type": "depends", "modId": "cloth-config2", "modName": "Cloth Config", "versions": "*", - "url": "https://www.curseforge.com/minecraft/mc-mods/cloth-config/files/all" + "url": "https://www.curseforge.com/minecraft/mc-mods/cloth-config/" } ] }
\ No newline at end of file |
