Skip to content

Commit

Permalink
1.20.3-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Nov 20, 2023
1 parent d325ff0 commit 297033c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ public abstract class MinecraftClientMixin
method = "disconnect(Lnet/minecraft/client/gui/screen/Screen;)V",
at = @At(
value = "INVOKE",
//#if MC >= 11900
//$$ target = "Lnet/minecraft/client/resource/ClientBuiltinResourcePackProvider;clear()Ljava/util/concurrent/CompletableFuture;"
//#else
target = "Lnet/minecraft/client/resource/ClientBuiltinResourcePackProvider;clear()V"
//#endif
target = "Lnet/minecraft/client/gui/hud/InGameHud;clear()V"
)
)
private void onClientDisconnected(CallbackInfo ci)
Expand Down
6 changes: 3 additions & 3 deletions versions/1.20.3/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Fabric Properties
# check these on https://fallen-breath.github.io/fabric-versions/
minecraft_version=23w46a
yarn_mappings=23w46a+build.4
minecraft_version=1.20.3-pre1
yarn_mappings=1.20.3-pre1+build.1

# Fabric Mod Metadata
carpet_dependency=>=1.4.120
Expand All @@ -10,7 +10,7 @@

# Build Information
# The target mc versions for the mod during mod publishing, separated with \n
game_versions=23w46a
game_versions=1.20.3-pre1

# Mod Dependency
# check available versions on maven for the given minecraft version you are using
Expand Down

0 comments on commit 297033c

Please sign in to comment.