mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-19 13:06:30 +02:00
Add 1.18-Snapshot to CF versions (#61)
This commit is contained in:
parent
ac9225ff93
commit
7f27e8d130
@ -55,7 +55,9 @@ func getCurseforgeVersion(mcVersion string) string {
|
||||
return mcVersion
|
||||
}
|
||||
|
||||
if year == 20 && week >= 45 || year >= 21 {
|
||||
if year == 21 && week >= 37 || year >= 22 {
|
||||
return "1.18-Snapshot"
|
||||
} else if year == 20 && week >= 45 || year == 21 && week <= 20 {
|
||||
return "1.17-Snapshot"
|
||||
} else if year == 20 && week >= 6 {
|
||||
return "1.16-Snapshot"
|
||||
|
Loading…
x
Reference in New Issue
Block a user