Skip to content

Commit

Permalink
1.20.2-pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Sep 7, 2023
1 parent 774a015 commit 93e8321
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 45 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id 'net.fabricmc.filament'
}

def minecraft_version = "1.20.2-pre1"
def minecraft_version = "1.20.2-pre2"

filament {
minecraftVersion = minecraft_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ CLASS net/minecraft/class_4717 net/minecraft/client/gui/screen/ChatInputSuggesto
FIELD field_25886 INFO_STYLE Lnet/minecraft/class_2583;
FIELD field_25887 HIGHLIGHT_STYLES Ljava/util/List;
METHOD <init> (Lnet/minecraft/class_310;Lnet/minecraft/class_437;Lnet/minecraft/class_342;Lnet/minecraft/class_327;ZZIIZI)V
ARG 1 client
ARG 2 owner
ARG 3 textField
ARG 4 textRenderer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ CLASS net/minecraft/class_507 net/minecraft/client/gui/screen/recipebook/RecipeB
METHOD method_17064 getToggleCraftableButtonText ()Lnet/minecraft/class_2561;
METHOD method_2576 triggerPirateSpeakEasterEgg (Ljava/lang/String;)V
ARG 1 search
METHOD method_2577 (ZLnet/minecraft/class_516;)V
ARG 2 resultCollection
METHOD method_2579 reset ()V
METHOD method_2580 (Lnet/minecraft/class_516;)Z
ARG 0 resultCollection
Expand Down Expand Up @@ -96,12 +94,3 @@ CLASS net/minecraft/class_507 net/minecraft/client/gui/screen/recipebook/RecipeB
METHOD method_37308 (Ljava/util/List;Lnet/minecraft/class_339;)V
ARG 1 button
METHOD method_47429 updateTooltip ()V
METHOD method_53843 (Lnet/minecraft/class_516;Lnet/minecraft/class_516;)I
ARG 0 a
ARG 1 b
METHOD method_53844 (Ljava/lang/String;Lnet/minecraft/class_8786;)Z
ARG 2 recipe
METHOD method_53845 (Ljava/lang/String;Lnet/minecraft/class_516;)Z
ARG 2 resultCollection
METHOD method_53846 (Ljava/lang/String;Ljava/lang/String;)Z
ARG 1 word
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CLASS net/minecraft/class_516 net/minecraft/client/gui/screen/recipebook/RecipeR
ARG 1 recipeBook
METHOD method_2648 getRecipes (Z)Ljava/util/List;
ARG 1 craftable
METHOD method_2649 computeCraftables (Lnet/minecraft/class_1662;IILnet/minecraft/class_3439;Z)V
METHOD method_2649 computeCraftables (Lnet/minecraft/class_1662;IILnet/minecraft/class_3439;)V
ARG 1 recipeFinder
ARG 2 gridWidth
ARG 3 gridHeight
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ CLASS net/minecraft/class_635 net/minecraft/client/network/ClientLoginNetworkHan
FIELD field_41384 worldLoadTime Ljava/time/Duration;
FIELD field_44809 minigameName Ljava/lang/String;
METHOD <init> (Lnet/minecraft/class_2535;Lnet/minecraft/class_310;Lnet/minecraft/class_642;Lnet/minecraft/class_437;ZLjava/time/Duration;Ljava/util/function/Consumer;)V
ARG 1 connection
ARG 2 client
ARG 3 serverInfo
ARG 4 parentScreen
Expand Down
9 changes: 0 additions & 9 deletions mappings/net/minecraft/client/world/ClientWorld.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,13 @@ CLASS net/minecraft/class_638 net/minecraft/client/world/ClientWorld
ARG 8 worldRenderer
ARG 9 debugWorld
ARG 10 seed
METHOD method_18107 addPlayer (ILnet/minecraft/class_742;)V
ARG 1 id
ARG 2 player
METHOD method_18110 unloadBlockEntities (Lnet/minecraft/class_2818;)V
ARG 1 chunk
METHOD method_18112 getEntities ()Ljava/lang/Iterable;
METHOD method_18113 scheduleBlockRenders (III)V
ARG 1 x
ARG 2 y
ARG 3 z
METHOD method_18114 addEntityPrivate (ILnet/minecraft/class_1297;)V
ARG 1 id
ARG 2 entity
METHOD method_18116 tickEntities ()V
METHOD method_18120 getRegularEntityCount ()I
METHOD method_18646 tickEntity (Lnet/minecraft/class_1297;)V
Expand Down Expand Up @@ -94,9 +88,6 @@ CLASS net/minecraft/class_638 net/minecraft/client/world/ClientWorld
ARG 1 centerX
ARG 2 centerY
ARG 3 centerZ
METHOD method_2942 addEntity (ILnet/minecraft/class_1297;)V
ARG 1 id
ARG 2 entity
METHOD method_2943 randomBlockDisplayTick (IIIILnet/minecraft/class_5819;Lnet/minecraft/class_2248;Lnet/minecraft/class_2338$class_2339;)V
ARG 1 centerX
ARG 2 centerY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ CLASS net/minecraft/class_2454 net/minecraft/data/server/recipe/CookingRecipeJso
METHOD method_46217 getBlastingRecipeCategory (Lnet/minecraft/class_1935;)Lnet/minecraft/class_7709;
ARG 0 output
CLASS class_2455 CookingRecipeJsonProvider
FIELD comp_1230 id Lnet/minecraft/class_2960;
FIELD comp_1231 serializer Lnet/minecraft/class_1865;
FIELD comp_1235 advancement Lnet/minecraft/class_8779;
FIELD comp_1940 group Ljava/lang/String;
FIELD comp_1941 category Lnet/minecraft/class_7709;
FIELD comp_1942 input Lnet/minecraft/class_1856;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ CLASS net/minecraft/class_2602 net/minecraft/network/listener/ClientPlayPacketLi
ARG 1 packet
METHOD method_11095 onEntitiesDestroy (Lnet/minecraft/class_2716;)V
ARG 1 packet
METHOD method_11097 onPlayerSpawn (Lnet/minecraft/class_2613;)V
ARG 1 packet
METHOD method_11098 onWorldEvent (Lnet/minecraft/class_2673;)V
ARG 1 packet
METHOD method_11099 onTeam (Lnet/minecraft/class_5900;)V
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CLASS net/minecraft/class_8792 net/minecraft/server/network/ConnectedClientData
FIELD comp_1961 syncedOptions Lnet/minecraft/class_8791;
METHOD comp_1961 syncedOptions ()Lnet/minecraft/class_8791;
METHOD method_53824 createDefault (Lcom/mojang/authlib/GameProfile;)Lnet/minecraft/class_8792;
ARG 0 profile

0 comments on commit 93e8321

Please sign in to comment.