Skip to content

Commit f73086f

Browse files
committed
change: bump fastutil, drop 1.17 fabric
Fixes #79
1 parent 6bb331a commit f73086f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ subprojects {
6161
// versionName = project.version + " devbuild for " + project.minecraft_version
6262
versionType = "alpha" // This is the default -- can also be `beta` or `alpha`
6363
// uploadFile = remapShadowJar // With Loom, this MUST be set to `remapJar` instead of `jar`!
64-
gameVersions = ["1.17", "1.17.1", "1.18", "1.18.1", "1.18.2", "1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10"]
64+
gameVersions = ["1.18", "1.18.1", "1.18.2", "1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10"]
6565
// loaders = ["fabric"]
6666
changelog = com.ishland.buildscript.ParseGItHubActionChangelog.getChangelog()
6767
}

netty-raknet

0 commit comments

Comments
 (0)