From 3e8cdf1503579c8fa3e99b6b42fc43a1769eef7e Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Fri, 5 Aug 2022 10:29:31 +0100 Subject: [PATCH] 1.19.2-rc2 --- build.gradle | 2 +- mappings/net/minecraft/client/util/ProfileKeys.mapping | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 57148031da..8fe35c9e53 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ plugins { id 'net.fabricmc.filament' version '0.3.0' } -def minecraft_version = "1.19.2-rc1" +def minecraft_version = "1.19.2-rc2" def ENV = System.getenv() // Fetch build number from Github Actions diff --git a/mappings/net/minecraft/client/util/ProfileKeys.mapping b/mappings/net/minecraft/client/util/ProfileKeys.mapping index 588de2188e..a5cff901ff 100644 --- a/mappings/net/minecraft/client/util/ProfileKeys.mapping +++ b/mappings/net/minecraft/client/util/ProfileKeys.mapping @@ -10,14 +10,12 @@ CLASS net/minecraft/class_7434 net/minecraft/client/util/ProfileKeys ARG 1 keyPair METHOD method_43601 (Lcom/google/gson/JsonElement;)V ARG 1 json - METHOD method_43602 getKeyPair ()Ljava/util/concurrent/CompletableFuture; + METHOD method_43602 getKeyPair (Ljava/util/Optional;)Ljava/util/concurrent/CompletableFuture; COMMENT Gets the key pair from the file cache, or if it is unavailable or expired, COMMENT the Mojang server. METHOD method_43603 getPublicKey ()Ljava/util/Optional; COMMENT {@return the public key, or {@code null} if there is no public key associated COMMENT with the profile} - METHOD method_43604 (Lnet/minecraft/class_7427;)Z - ARG 0 keyPair METHOD method_43605 fetchKeyPair (Lcom/mojang/authlib/minecraft/UserApiService;)Lnet/minecraft/class_7427; COMMENT {@return the key pair fetched from Mojang's server} COMMENT