Skip to content

Commit 6bcfffb

Browse files
author
BuildTools
committed
MinecraftVersion fix
1 parent 8e45fc6 commit 6bcfffb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/github/thebusybiscuit/sensibletoolbox/api/MinecraftVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public enum MinecraftVersion {
4949
* (The "Caves and Cliffs: Part II" Update)
5050
*
5151
*/
52-
MINECRAFT_1_18(17, "1.18.x"),
52+
MINECRAFT_1_18(18, "1.18.x"),
5353

5454
/**
5555
* This constant represents an exceptional state in which we were unable

0 commit comments

Comments
 (0)