Skip to content

Commit 609aca6

Browse files
committed
fix: update EnderIO regex to handle -all jar suffix
1 parent 6fd1c62 commit 609aca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mod_polling/mods.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"active": true,
133133
"curse": {
134134
"id": "64578",
135-
"regex": "EnderIO ?- ?(?:(?P<mc>1\\.[0-9]+(?:\\.[0-9]+)*)-)?(?P<version>[0-9]+(?:\\.[0-9]+)+(?:-[a-z]+)?)\\.jar"
135+
"regex": "EnderIO ?- ?(?:(?P<mc>1\\.[0-9]+(?:\\.[0-9]+)*)-)?(?P<version>[0-9]+(?:\\.[0-9]+)+(?:-[a-z]+)?)(?:-[a-z]+)*\\.jar"
136136
}
137137
},
138138
"ProjectRed": {

0 commit comments

Comments
 (0)