We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42af3be commit 9f70da2Copy full SHA for 9f70da2
gradle.properties
@@ -6,6 +6,6 @@ org.gradle.jvmargs = -Xmx1G
6
vt_version = 1.21
7
8
# Remember to also update on VTDMod.java
9
-mod_version = 2.3.10
+mod_version = 2.4.0
10
maven_group = dev.iotabread
11
archives_base_name = vt-downloader
src/main/java/me/bymartrixx/vtd/VTDMod.java
@@ -77,7 +77,7 @@ public class VTDMod implements ClientModInitializer {
77
public static RpCategories rpCategories;
78
79
static {
80
- String version = "2.3.10";
+ String version = "2.4.0";
81
String vtVersion = "1.21";
82
83
Optional<ModContainer> container = FabricLoader.getInstance().getModContainer(MOD_ID);
0 commit comments