Skip to content

Commit 0138a64

Browse files
authored
Update supported Minecraft versions in gradle.properties (#12)
Added support for Minecraft versions 1.21.3 and 1.21.4 to the list of supported versions in the gradle properties file. This update ensures compatibility with the latest Minecraft releases, expanding support and enhancing functionality.
1 parent 859c41e commit 0138a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
org.gradle.jvmargs=-Xmx4096m
2-
net.labymod.minecraft-versions=1.8.9;1.12.2;1.16.5;1.17.1;1.18.2;1.19.2;1.19.3;1.19.4;1.20.1;1.20.2;1.20.4;1.20.5;1.20.6;1.21;1.21.1
2+
net.labymod.minecraft-versions=1.8.9;1.12.2;1.16.5;1.17.1;1.18.2;1.19.2;1.19.3;1.19.4;1.20.1;1.20.2;1.20.4;1.20.5;1.20.6;1.21;1.21.1;1.21.3;1.21.4

0 commit comments

Comments
 (0)