Skip to content

Commit

Permalink
[Wurst-Bot] Update to 25w09a
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Feb 27, 2025
1 parent dd4a03b commit cf74cb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ org.gradle.parallel=true
# Fabric Properties
# check these at https://fabricmc.net/develop/ and
# https://modrinth.com/mod/fabric-api/versions
minecraft_version=25w08a
yarn_mappings=25w08a+build.6
minecraft_version=25w09a
yarn_mappings=25w09a+build.3
loader_version=0.16.10

# Fabric API
fabric_version=0.118.0+1.21.5
fabric_version=0.118.1+1.21.5

# Mod Properties
mod_version=v7.46.6-MC25w08a
mod_version=v7.46.6-MC25w09a
maven_group=net.wurstclient
archives_base_name=Wurst-Client

Expand Down
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 @@ -51,7 +51,7 @@ public enum WurstClient
public static IMinecraftClient IMC;

public static final String VERSION = "7.46.6";
public static final String MC_VERSION = "25w08a";
public static final String MC_VERSION = "25w09a";

private WurstAnalytics analytics;
private EventManager eventManager;
Expand Down

0 comments on commit cf74cb9

Please sign in to comment.