Skip to content

Commit

Permalink
Change version to 7.46.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Dec 13, 2024
1 parent 3bea5ec commit 7ed82d6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true

# Fabric Properties
# check these at https://fabricmc.net/develop/ and
# https://modrinth.com/mod/fabric-api/versions
minecraft_version=1.21.4
yarn_mappings=1.21.4+build.1
loader_version=0.16.9

# Fabric API
fabric_version=0.110.5+1.21.4

# Mod Properties
mod_version = v7.46.4-MC1.21.4
maven_group = net.wurstclient
archives_base_name = Wurst-Client

# Dependencies
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true

# Fabric Properties
# check these at https://fabricmc.net/develop/ and
# https://modrinth.com/mod/fabric-api/versions
minecraft_version=1.21.4
yarn_mappings=1.21.4+build.1
loader_version=0.16.9

# Fabric API
fabric_version=0.110.5+1.21.4

# Mod Properties
mod_version = v7.46.5-MC1.21.4
maven_group = net.wurstclient
archives_base_name = Wurst-Client

# Dependencies
2 changes: 1 addition & 1 deletion src/main/java/net/wurstclient/WurstClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public enum WurstClient
public static MinecraftClient MC;
public static IMinecraftClient IMC;

public static final String VERSION = "7.46.4";
public static final String VERSION = "7.46.5";
public static final String MC_VERSION = "1.21.4";

private WurstAnalytics analytics;
Expand Down

0 comments on commit 7ed82d6

Please sign in to comment.