diff options
| author | shedaniel <daniel@shedaniel.me> | 2023-06-08 14:55:35 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2023-06-08 14:55:35 +0800 |
| commit | 31bc71dcc367f2bfbd0ec45465c5999a36130a89 (patch) | |
| tree | 317ca1a0c93adb24d774e03732db293d3027dd22 /fabric/src | |
| parent | a6e09ed07e4079cc1bfa10776b79d4a32bca941e (diff) | |
| parent | aef8d0a4345dc4c7306fdddd1cee6b688b844f97 (diff) | |
| download | RoughlyEnoughItems-31bc71dcc367f2bfbd0ec45465c5999a36130a89.tar.gz RoughlyEnoughItems-31bc71dcc367f2bfbd0ec45465c5999a36130a89.tar.bz2 RoughlyEnoughItems-31bc71dcc367f2bfbd0ec45465c5999a36130a89.zip | |
Merge remote-tracking branch 'shedaniel/9.x-1.19' into 10.x-1.19.3
# Conflicts:
# fabric/src/main/resources/error_notifier.json
Diffstat (limited to 'fabric/src')
| -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 82035108f..93e64eede 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": ">=7.0.0 <8.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": ">=9.0.0 <10.0.0", - "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 |
