File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/java/net/wurstclient Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
1010loader_version =0.17.2
1111loom_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
1818maven_group =net.wurstclient
1919archives_base_name =Wurst-Client
2020mod_loader =Fabric
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments