From 3e45a15eb8fdd993a5b27d91a0ca53aeeba9eda2 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Tue, 6 Dec 2022 11:10:09 +0000 Subject: [PATCH] 1.19.3-rc3 --- build.gradle | 2 +- mappings/net/minecraft/entity/EntityType.mapping | 4 ---- .../network/packet/s2c/play/PlayerRespawnS2CPacket.mapping | 5 +---- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index 76dbdea6ae..aa49a01f95 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ plugins { id 'net.fabricmc.filament' } -def minecraft_version = "1.19.3-rc2" +def minecraft_version = "1.19.3-rc3" filament { minecraftVersion = minecraft_version diff --git a/mappings/net/minecraft/entity/EntityType.mapping b/mappings/net/minecraft/entity/EntityType.mapping index f6db6cb2ba..e2be21b8b2 100644 --- a/mappings/net/minecraft/entity/EntityType.mapping +++ b/mappings/net/minecraft/entity/EntityType.mapping @@ -74,14 +74,10 @@ CLASS net/minecraft/class_1299 net/minecraft/entity/EntityType ARG 1 world METHOD method_35050 getUntranslatedName ()Ljava/lang/String; METHOD method_40124 getRegistryEntry ()Lnet/minecraft/class_6880$class_6883; - METHOD method_47820 (Lnet/minecraft/class_3218;Lnet/minecraft/class_1657;Lnet/minecraft/class_2487;Lnet/minecraft/class_1297;)V - ARG 3 entity METHOD method_47821 spawn (Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_3730;)Lnet/minecraft/class_1297; ARG 1 world ARG 2 pos ARG 3 reason - METHOD method_47822 (Lnet/minecraft/class_1799;Lnet/minecraft/class_1297;)V - ARG 1 entity METHOD method_47823 (Lnet/minecraft/class_1297;)V ARG 0 entity METHOD method_5881 loadFromEntityNbt (Lnet/minecraft/class_1937;Lnet/minecraft/class_1657;Lnet/minecraft/class_1297;Lnet/minecraft/class_2487;)V diff --git a/mappings/net/minecraft/network/packet/s2c/play/PlayerRespawnS2CPacket.mapping b/mappings/net/minecraft/network/packet/s2c/play/PlayerRespawnS2CPacket.mapping index e81c73d972..1f7a3fe413 100644 --- a/mappings/net/minecraft/network/packet/s2c/play/PlayerRespawnS2CPacket.mapping +++ b/mappings/net/minecraft/network/packet/s2c/play/PlayerRespawnS2CPacket.mapping @@ -2,7 +2,6 @@ CLASS net/minecraft/class_2724 net/minecraft/network/packet/s2c/play/PlayerRespa FIELD field_12431 dimension Lnet/minecraft/class_5321; FIELD field_12434 gameMode Lnet/minecraft/class_1934; FIELD field_20667 sha256Seed J - FIELD field_24451 keepPlayerAttributes Z FIELD field_24620 debugWorld Z FIELD field_24621 flatWorld Z FIELD field_25322 dimensionType Lnet/minecraft/class_5321; @@ -10,7 +9,7 @@ CLASS net/minecraft/class_2724 net/minecraft/network/packet/s2c/play/PlayerRespa FIELD field_39447 lastDeathPos Ljava/util/Optional; METHOD (Lnet/minecraft/class_2540;)V ARG 1 buf - METHOD (Lnet/minecraft/class_5321;Lnet/minecraft/class_5321;JLnet/minecraft/class_1934;Lnet/minecraft/class_1934;ZZZLjava/util/Optional;)V + METHOD (Lnet/minecraft/class_5321;Lnet/minecraft/class_5321;JLnet/minecraft/class_1934;Lnet/minecraft/class_1934;ZZBLjava/util/Optional;)V ARG 1 dimensionType ARG 2 dimension ARG 3 sha256Seed @@ -18,12 +17,10 @@ CLASS net/minecraft/class_2724 net/minecraft/network/packet/s2c/play/PlayerRespa ARG 6 previousGameMode ARG 7 debugWorld ARG 8 flatWorld - ARG 9 keepPlayerAttributes ARG 10 lastDeathPos METHOD method_11779 getDimension ()Lnet/minecraft/class_5321; METHOD method_11780 getGameMode ()Lnet/minecraft/class_1934; METHOD method_22425 getSha256Seed ()J - METHOD method_27904 shouldKeepPlayerAttributes ()Z METHOD method_28120 isDebugWorld ()Z METHOD method_28121 isFlatWorld ()Z METHOD method_29445 getDimensionType ()Lnet/minecraft/class_5321;