-
Notifications
You must be signed in to change notification settings - Fork 390
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 24w09a even more stuff * a bit more * layour
- Loading branch information
Showing
48 changed files
with
197 additions
and
12 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
CLASS net/minecraft/class_424 net/minecraft/client/gui/screen/MessageScreen | ||
FIELD field_49496 textWidget Lnet/minecraft/class_8019; |
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/client/gui/screen/OutOfMemoryScreen.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/client/gui/screen/option/AccessibilityOptionsScreen.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/client/gui/screen/option/ControlsOptionsScreen.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
mappings/net/minecraft/client/gui/screen/option/GameOptionsScreen.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/client/gui/screen/option/SkinOptionsScreen.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/client/gui/screen/option/SoundOptionsScreen.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 10 additions & 1 deletion
11
mappings/net/minecraft/client/gui/widget/NarratedMultilineTextWidget.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,21 @@ | ||
CLASS net/minecraft/class_8019 net/minecraft/client/gui/widget/NarratedMultilineTextWidget | ||
FIELD field_41802 EXPANSION I | ||
FIELD field_41802 DEFAULT_MARGIN I | ||
FIELD field_45355 alwaysShowBorders Z | ||
FIELD field_49480 margin I | ||
METHOD <init> (ILnet/minecraft/class_2561;Lnet/minecraft/class_327;)V | ||
ARG 1 maxWidth | ||
ARG 2 message | ||
ARG 3 textRenderer | ||
METHOD <init> (ILnet/minecraft/class_2561;Lnet/minecraft/class_327;I)V | ||
ARG 1 maxWidth | ||
ARG 2 message | ||
ARG 3 textRenderer | ||
ARG 4 margin | ||
METHOD <init> (ILnet/minecraft/class_2561;Lnet/minecraft/class_327;ZI)V | ||
ARG 1 maxWidth | ||
ARG 2 message | ||
ARG 3 textRenderer | ||
ARG 4 alwaysShowBorders | ||
ARG 5 margin | ||
METHOD method_57721 initMaxWidth (I)V | ||
ARG 1 baseWidth |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
mappings/net/minecraft/client/render/entity/feature/IronGolemCrackFeatureRenderer.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
CLASS net/minecraft/class_4691 net/minecraft/client/render/entity/feature/IronGolemCrackFeatureRenderer | ||
FIELD field_21443 DAMAGE_TO_TEXTURE Ljava/util/Map; | ||
FIELD field_21443 CRACK_TEXTURES Ljava/util/Map; |
12 changes: 12 additions & 0 deletions
12
mappings/net/minecraft/client/render/entity/feature/WolfArmorFeatureRenderer.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
CLASS net/minecraft/class_9085 net/minecraft/client/render/entity/feature/WolfArmorFeatureRenderer | ||
FIELD field_47890 model Lnet/minecraft/class_624; | ||
FIELD field_49582 CRACK_TEXTURES Ljava/util/Map; | ||
METHOD <init> (Lnet/minecraft/class_3883;Lnet/minecraft/class_5599;)V | ||
ARG 1 context | ||
ARG 2 loader | ||
METHOD method_57819 renderCracks (Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ILnet/minecraft/class_1799;)V | ||
ARG 1 matrices | ||
ARG 2 vertexConsumers | ||
ARG 3 light | ||
ARG 4 stack | ||
METHOD method_57820 renderDyed (Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ILnet/minecraft/class_1799;Lnet/minecraft/class_4059;)V | ||
ARG 1 matrices | ||
ARG 2 vertexConsumers | ||
ARG 3 light | ||
ARG 4 stack | ||
ARG 5 item |
2 changes: 1 addition & 1 deletion
2
...ta/server/BiomeParametersProvider.mapping → ...ta/report/BiomeParametersProvider.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../report/DynamicRegistriesProvider.mapping → .../server/DynamicRegistriesProvider.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
mappings/net/minecraft/entity/ai/pathing/PathContext.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
CLASS net/minecraft/class_9316 net/minecraft/entity/ai/pathing/PathContext | ||
FIELD field_49421 world Lnet/minecraft/class_1941; | ||
FIELD field_49422 nodeTypeCache Lnet/minecraft/class_9315; | ||
FIELD field_49423 entityPos Lnet/minecraft/class_2338; | ||
FIELD field_49424 lastNodePos Lnet/minecraft/class_2338$class_2339; | ||
METHOD <init> (Lnet/minecraft/class_1941;Lnet/minecraft/class_1308;)V | ||
ARG 1 world | ||
ARG 2 entity | ||
METHOD method_57621 getWorld ()Lnet/minecraft/class_1941; | ||
METHOD method_57622 getNodeType (III)Lnet/minecraft/class_7; | ||
ARG 1 x | ||
ARG 2 y | ||
ARG 3 z | ||
METHOD method_57623 getBlockState (Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680; | ||
ARG 1 pos | ||
METHOD method_57624 getEntityPos ()Lnet/minecraft/class_2338; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
CLASS net/minecraft/class_9273 net/minecraft/entity/passive/Cracks | ||
FIELD field_49210 IRON_GOLEM Lnet/minecraft/class_9273; | ||
FIELD field_49211 WOLF_ARMOR Lnet/minecraft/class_9273; | ||
FIELD field_49212 lowCrackThreshold F | ||
FIELD field_49213 mediumCrackThreshold F | ||
FIELD field_49214 highCrackThreshold F | ||
METHOD <init> (FFF)V | ||
ARG 1 lowCrackThreshold | ||
ARG 2 mediumCrackThreshold | ||
ARG 3 highCrackThreshold | ||
METHOD method_57282 getCrackLevel (F)Lnet/minecraft/class_9273$class_4621; | ||
ARG 1 health | ||
METHOD method_57283 getCrackLevel (II)Lnet/minecraft/class_9273$class_4621; | ||
ARG 1 currentDamage | ||
ARG 2 maxDamage | ||
METHOD method_57284 getCrackLevel (Lnet/minecraft/class_1799;)Lnet/minecraft/class_9273$class_4621; | ||
ARG 1 stack | ||
CLASS class_4621 CrackLevel |
Oops, something went wrong.