Skip to content

Commit

Permalink
Merge branch '1.21.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Aug 12, 2024
2 parents 8304275 + 1a4ef09 commit 37febd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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=1.21
yarn_mappings=1.21+build.9
loader_version=0.15.11
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.1
loader_version=0.16.0

# Fabric API
fabric_version=0.102.0+1.21
fabric_version=0.102.0+1.21.1

# Mod Properties
mod_version = v7.45-MC1.21
mod_version = v7.45-MC1.21.1
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.45";
public static final String MC_VERSION = "1.21";
public static final String MC_VERSION = "1.21.1";

private WurstAnalytics analytics;
private EventManager eventManager;
Expand Down

0 comments on commit 37febd5

Please sign in to comment.