Skip to content

Commit 29dbaa3

Browse files
[Wurst-Bot] Update to 1.21.9-pre4
1 parent cca89eb commit 29dbaa3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ org.gradle.parallel=true
55
# Fabric Properties
66
# check these at https://fabricmc.net/develop/ and
77
# https://modrinth.com/mod/fabric-api/versions
8-
minecraft_version=1.21.9-pre3
9-
yarn_mappings=1.21.9-pre3+build.1
8+
minecraft_version=1.21.9-pre4
9+
yarn_mappings=1.21.9-pre4+build.1
1010
loader_version=0.17.2
1111
loom_version=1.11-SNAPSHOT
1212

1313
# Fabric API
14-
fabric_version=0.133.10+1.21.9
14+
fabric_version=0.133.11+1.21.9
1515

1616
# Mod Properties
17-
mod_version=v7.50.1-MC1.21.9-pre3
17+
mod_version=v7.50.1-MC1.21.9-pre4
1818
maven_group=net.wurstclient
1919
archives_base_name=Wurst-Client
2020
mod_loader=Fabric

src/main/java/net/wurstclient/WurstClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public enum WurstClient
5151
public static IMinecraftClient IMC;
5252

5353
public static final String VERSION = "7.50.1";
54-
public static final String MC_VERSION = "1.21.9-pre3";
54+
public static final String MC_VERSION = "1.21.9-pre4";
5555

5656
private PlausibleAnalytics plausible;
5757
private EventManager eventManager;

0 commit comments

Comments
 (0)