diff options
| author | shedaniel <daniel@shedaniel.me> | 2023-06-08 14:55:58 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2023-06-08 14:55:58 +0800 |
| commit | 8e30d26beb4672fd69bbd5d7f44e2114265abd0c (patch) | |
| tree | 8413ce3d9be66bd92419ff5889df81b76f72655b /fabric/src | |
| parent | df6576f1818768a0f8b11cfadae145921d48e6dc (diff) | |
| parent | 31bc71dcc367f2bfbd0ec45465c5999a36130a89 (diff) | |
| download | RoughlyEnoughItems-8e30d26beb4672fd69bbd5d7f44e2114265abd0c.tar.gz RoughlyEnoughItems-8e30d26beb4672fd69bbd5d7f44e2114265abd0c.tar.bz2 RoughlyEnoughItems-8e30d26beb4672fd69bbd5d7f44e2114265abd0c.zip | |
Merge remote-tracking branch 'shedaniel/10.x-1.19.3' into 11.x-1.19.4
# 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 3e8d1c063..b95924c26 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": ">=8.0.0 <9.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": ">=10.0.0 <11.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 |
