diff options
| author | shedaniel <daniel@shedaniel.me> | 2023-08-08 22:04:05 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2023-08-08 22:04:05 +0800 |
| commit | 76ebe3362a41e15308e8221b802e8a2bd3b74f4e (patch) | |
| tree | 1ea993c188608ca7976aa128e7fdcf321c72a025 /fabric/src/main/resources/error_notifier.json | |
| parent | 5403cbd3f70594c901d2ba1ff80ac33a40f898a1 (diff) | |
| download | RoughlyEnoughItems-76ebe3362a41e15308e8221b802e8a2bd3b74f4e.tar.gz RoughlyEnoughItems-76ebe3362a41e15308e8221b802e8a2bd3b74f4e.tar.bz2 RoughlyEnoughItems-76ebe3362a41e15308e8221b802e8a2bd3b74f4e.zip | |
Update to 23w31a
Diffstat (limited to 'fabric/src/main/resources/error_notifier.json')
| -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 62ceb1414..d551a7504 100644 --- a/fabric/src/main/resources/error_notifier.json +++ b/fabric/src/main/resources/error_notifier.json @@ -12,15 +12,15 @@ "type": "depends", "modId": "architectury", "modName": "Architectury API", - "versions": ">=9.0.7 <10.0.0", + "versions": ">=10.0.0 <11.0.0", "url": "https://www.curseforge.com/minecraft/mc-mods/architectury-api/" }, { "type": "depends", "modId": "cloth-config2", "modName": "Cloth Config", - "versions": ">=11.0.0 <12.0.0", + "versions": ">=12.0.0 <13.0.0", "url": "https://www.curseforge.com/minecraft/mc-mods/cloth-config/" } ] -}
\ No newline at end of file +} |
