Skip to content

Commit

Permalink
[Wurst-Bot] Update to 24w20a
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed May 16, 2024
1 parent f067b85 commit 3a03086
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://www.curseforge.com/minecraft/mc-mods/fabric-api
minecraft_version=24w19b
yarn_mappings=24w19b+build.3
minecraft_version=24w20a
yarn_mappings=24w20a+build.3
loader_version=0.15.11

#Fabric api
fabric_version=0.98.1+1.21
fabric_version=0.98.2+1.21

# Mod Properties
mod_version = v7.41.2-MC24w19b
mod_version = v7.41.2-MC24w20a
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 @@ -59,7 +59,7 @@ public enum WurstClient
public static IMinecraftClient IMC;

public static final String VERSION = "7.41.2";
public static final String MC_VERSION = "24w19b";
public static final String MC_VERSION = "24w20a";

private WurstAnalytics analytics;
private EventManager eventManager;
Expand Down

0 comments on commit 3a03086

Please sign in to comment.