We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a7052 commit e952aa0Copy full SHA for e952aa0
1 file changed
mod_polling/mods.json
@@ -238,7 +238,7 @@
238
"curse": {
239
"id": "238551",
240
"field": "display",
241
- "regex": "\\[[0-9.]+\\] Gravestone Mod +(?:(?P<mc>[0-9]+(?:\\.[0-9]+)+)-)?(?P<version>[0-9]+(?:\\.[0-9]+)+)$"
+ "regex": "(?:\\[[^\\]]+\\])+ Gravestone Mod +(?:(?P<mc>[0-9]+(?:\\.[0-9]+)+)-)?(?P<version>[0-9]+(?:\\.[0-9]+)+)(?:\\+[0-9.]+)?$"
242
}
243
},
244
"Botania": {
@@ -1155,7 +1155,7 @@
1155
"active": true,
1156
1157
"id": "309927",
1158
- "regex": "curios(?:-(?:FORGE|(?:neo)?forge))?-(?:(?:[0-9]+(?:\\.[0-9]+)+-)?)?(?P<version>[0-9]+(?:\\.[0-9]+)+(?:-[a-z0-9]+)?)(?:\\+[0-9.]+)?\\.jar"
+ "regex": "curios(?:-(?:FORGE|(?:neo)?forge))?-(?:(?:[0-9]+(?:\\.[0-9]+)+-)?)?(?P<version>[0-9]+(?:\\.[0-9]+)+(?:-[a-z][a-z0-9]*(?:\\.[0-9]+)?)?)(?:\\+[0-9.]+)?\\.jar"
1159
1160
1161
0 commit comments