Skip to content

Commit

Permalink
1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zyypj authored Nov 18, 2024
1 parent 7954ba8 commit 4314344
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/util/MinecraftVersions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import com.intellij.openapi.projectRoots.JavaSdkVersion

@TemplateApi
object MinecraftVersions {
val MC1_8_8 = SemanticVersion.release(1, 8, 8)
val MC1_12_2 = SemanticVersion.release(1, 12, 2)
val MC1_14_4 = SemanticVersion.release(1, 14, 4)
val MC1_16 = SemanticVersion.release(1, 16)
Expand Down

0 comments on commit 4314344

Please sign in to comment.