Skip to content

Commit

Permalink
[Wurst-Bot] Update to 1.20.3-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Nov 30, 2023
1 parent 5e90a9f commit d5e48cb
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=1.20.3-pre4
yarn_mappings=1.20.3-pre4+build.1
loader_version=0.14.25
minecraft_version=1.20.3-rc1
yarn_mappings=1.20.3-rc1+build.2
loader_version=0.15.0

#Fabric api
fabric_version=0.91.1+1.20.3

# Mod Properties
mod_version = v7.39.1-MC1.20.3-pre4
mod_version = v7.39.1-MC1.20.3-rc1
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 @@ -58,7 +58,7 @@ public enum WurstClient
public static IMinecraftClient IMC;

public static final String VERSION = "7.39.1";
public static final String MC_VERSION = "1.20.3-pre4";
public static final String MC_VERSION = "1.20.3-rc1";

private WurstAnalytics analytics;
private EventManager eventManager;
Expand Down

0 comments on commit d5e48cb

Please sign in to comment.