-
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.
* 24w14potato stuff Still quite a few things left, but here's what I've done Can't wait to see none of these mappings make it past this week :)
- Loading branch information
Showing
171 changed files
with
1,440 additions
and
15 deletions.
There are no files selected for viewing
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
42 changes: 42 additions & 0 deletions
42
mappings/net/minecraft/advancement/criterion/PotatoRefinedCriterion.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,42 @@ | ||
CLASS net/minecraft/class_9545 net/minecraft/advancement/criterion/PotatoRefinedCriterion | ||
FIELD field_50738 RESULT_PREDICATE_CODEC Lcom/mojang/serialization/Codec; | ||
METHOD method_59093 trigger (Lnet/minecraft/class_3222;Lnet/minecraft/class_1799;)V | ||
ARG 1 player | ||
ARG 2 stack | ||
METHOD method_59094 (Lnet/minecraft/class_1799;Lnet/minecraft/class_9545$class_9549;)Z | ||
ARG 1 conditions | ||
CLASS class_9546 ResultPredicate | ||
METHOD method_59095 getType ()Lnet/minecraft/class_9545$class_9550; | ||
CLASS class_9547 Lubrication | ||
FIELD field_50739 CODEC Lcom/mojang/serialization/Codec; | ||
METHOD method_59096 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
METHOD test (Ljava/lang/Object;)Z | ||
ARG 1 stack | ||
CLASS class_9548 Standard | ||
FIELD field_50740 CODEC Lcom/mojang/serialization/Codec; | ||
METHOD method_59098 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
METHOD test (Ljava/lang/Object;)Z | ||
ARG 1 stack | ||
CLASS class_9549 Conditions | ||
FIELD comp_2029 player Ljava/util/Optional; | ||
FIELD field_50741 CODEC Lcom/mojang/serialization/Codec; | ||
METHOD method_59100 createLubrication (I)Lnet/minecraft/class_175; | ||
ARG 0 minLubricationLevel | ||
METHOD method_59101 createLubrication (Lnet/minecraft/class_2073;I)Lnet/minecraft/class_175; | ||
ARG 0 itemPredicate | ||
ARG 1 minLubricationLevel | ||
METHOD method_59102 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
METHOD method_59103 createStandard (Lnet/minecraft/class_1792;)Lnet/minecraft/class_175; | ||
ARG 0 item | ||
METHOD method_59104 test (Lnet/minecraft/class_1799;)Z | ||
ARG 1 stack | ||
CLASS class_9550 Type | ||
FIELD field_50744 name Ljava/lang/String; | ||
FIELD field_50745 codecSupplier Ljava/util/function/Supplier; | ||
METHOD <init> (Ljava/lang/String;ILjava/lang/String;Ljava/util/function/Supplier;)V | ||
ARG 3 name | ||
ARG 4 codecSupplier | ||
METHOD method_59105 getCodec ()Lcom/mojang/serialization/Codec; |
18 changes: 18 additions & 0 deletions
18
mappings/net/minecraft/advancement/criterion/ThrowLubricatedCriterion.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,18 @@ | ||
CLASS net/minecraft/class_9583 net/minecraft/advancement/criterion/ThrowLubricatedCriterion | ||
METHOD method_59210 trigger (Lnet/minecraft/class_3222;Lnet/minecraft/class_1799;)V | ||
ARG 1 player | ||
ARG 2 stack | ||
METHOD method_59211 (Lnet/minecraft/class_1799;Lnet/minecraft/class_9583$class_9584;)Z | ||
ARG 1 conditions | ||
CLASS class_9584 Conditions | ||
FIELD comp_2029 player Ljava/util/Optional; | ||
FIELD field_50986 CODEC Lcom/mojang/serialization/Codec; | ||
METHOD method_59212 create (I)Lnet/minecraft/class_175; | ||
ARG 0 minLubrication | ||
METHOD method_59213 create (Lnet/minecraft/class_2073;I)Lnet/minecraft/class_175; | ||
ARG 0 itemPredicate | ||
ARG 1 minLubrication | ||
METHOD method_59214 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
METHOD method_59215 test (Lnet/minecraft/class_1799;)Z | ||
ARG 1 stack |
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
10 changes: 10 additions & 0 deletions
10
mappings/net/minecraft/block/CorruptedPotatoPeelsBlock.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,4 +1,14 @@ | ||
CLASS net/minecraft/class_9552 net/minecraft/block/CorruptedPotatoPeelsBlock | ||
FIELD field_50839 CODEC Lcom/mojang/serialization/MapCodec; | ||
METHOD method_59119 (Lnet/minecraft/class_9498;)V | ||
ARG 0 entity | ||
METHOD method_59120 (Lnet/minecraft/class_1542;)V | ||
ARG 0 entity | ||
METHOD method_59121 (Lnet/minecraft/class_1560;)V | ||
ARG 0 entity | ||
METHOD method_59122 (Lnet/minecraft/class_1571;)V | ||
ARG 0 entity | ||
METHOD method_59123 (Lnet/minecraft/class_9506;)V | ||
ARG 0 entity | ||
METHOD method_59124 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance |
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,8 @@ | ||
CLASS net/minecraft/class_9555 net/minecraft/block/FloataterBlock | ||
FIELD field_50842 CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD field_50843 FACING Lnet/minecraft/class_2753; | ||
FIELD field_50844 TRIGGERED Lnet/minecraft/class_2746; | ||
METHOD method_59128 isRecievingRedstonePower (ZLnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Z | ||
ARG 0 quasiPower | ||
ARG 1 world | ||
ARG 2 pos |
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,8 @@ | ||
CLASS net/minecraft/class_9510 net/minecraft/block/GridTickable | ||
METHOD method_58947 tick (Lnet/minecraft/class_1937;Lnet/minecraft/class_9514;Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;Lnet/minecraft/class_243;Lnet/minecraft/class_2350;)V | ||
ARG 1 world | ||
ARG 2 grid | ||
ARG 3 state | ||
ARG 4 pos | ||
ARG 5 gridPos | ||
ARG 6 movementDirection |
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,6 @@ | ||
CLASS net/minecraft/class_9557 net/minecraft/block/PedestalBlock | ||
FIELD field_50853 CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD field_50854 BOTTOM_SHAPE Lnet/minecraft/class_265; | ||
FIELD field_50855 TOP_SHAPE Lnet/minecraft/class_265; | ||
FIELD field_50856 MAIN_SHAPE Lnet/minecraft/class_265; | ||
FIELD field_50857 SHAPE Lnet/minecraft/class_265; |
7 changes: 7 additions & 0 deletions
7
mappings/net/minecraft/block/PoisonousMashedPotatoBlock.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,7 @@ | ||
CLASS net/minecraft/class_9556 net/minecraft/block/PoisonousMashedPotatoBlock | ||
FIELD field_50847 CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD field_50848 MAX_LAYERS I | ||
FIELD field_50849 LAYERS Lnet/minecraft/class_2758; | ||
FIELD field_50850 LAYERS_TO_SHAPE [Lnet/minecraft/class_265; | ||
FIELD field_50851 HORIZONTAL_MOVEMENT_SLOWNESS F | ||
FIELD field_50852 VERTICAL_MOVEMENT_SLOWNESS F |
9 changes: 9 additions & 0 deletions
9
mappings/net/minecraft/block/PoisonousPotatoCutterBlock.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,9 @@ | ||
CLASS net/minecraft/class_9558 net/minecraft/block/PoisonousPotatoCutterBlock | ||
FIELD field_50859 CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD field_50860 FACING Lnet/minecraft/class_2753; | ||
FIELD field_50861 SHAPE Lnet/minecraft/class_265; | ||
FIELD field_50862 TITLE Lnet/minecraft/class_2561; | ||
METHOD method_59135 (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;ILnet/minecraft/class_1661;Lnet/minecraft/class_1657;)Lnet/minecraft/class_1703; | ||
ARG 2 syncId | ||
ARG 3 playerInventory | ||
ARG 4 player |
3 changes: 3 additions & 0 deletions
3
mappings/net/minecraft/block/PoisonousPotatoZombieHeadBlock.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,3 @@ | ||
CLASS net/minecraft/class_9564 net/minecraft/block/PoisonousPotatoZombieHeadBlock | ||
FIELD field_50876 CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD field_50877 FACING Lnet/minecraft/class_2753; |
2 changes: 2 additions & 0 deletions
2
mappings/net/minecraft/block/PoisonousPotatoZombieHeadHatBlock.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,2 @@ | ||
CLASS net/minecraft/class_9554 net/minecraft/block/PoisonousPotatoZombieHeadHatBlock | ||
FIELD field_50841 CODEC Lcom/mojang/serialization/MapCodec; |
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,3 @@ | ||
CLASS net/minecraft/class_9561 net/minecraft/block/PotatoPortalBlock | ||
FIELD field_50869 CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD field_50870 SHAPE Lnet/minecraft/class_265; |
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,3 @@ | ||
CLASS net/minecraft/class_9563 net/minecraft/block/PotatoSproutsBlock | ||
FIELD field_50874 CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD field_50875 SHAPE Lnet/minecraft/class_265; |
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,8 @@ | ||
CLASS net/minecraft/class_9565 net/minecraft/block/PowerfulPotatoBlock | ||
FIELD field_50878 CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD field_50879 AGE Lnet/minecraft/class_2758; | ||
FIELD field_50880 MAX_AGE I | ||
METHOD <init> (Lnet/minecraft/class_2248;Lnet/minecraft/class_4970$class_2251;)V | ||
ARG 2 settings | ||
METHOD method_59146 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance |
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,6 @@ | ||
CLASS net/minecraft/class_9553 net/minecraft/block/ResinOreBlock | ||
FIELD field_50840 CODEC Lcom/mojang/serialization/MapCodec; | ||
METHOD method_59126 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
METHOD method_59127 (Lnet/minecraft/class_9553;)Lnet/minecraft/class_6017; | ||
ARG 0 block |
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,12 @@ | ||
CLASS net/minecraft/class_9566 net/minecraft/block/StrongRootsBlock | ||
FIELD field_50887 UNENCHANTED_NETHERITE_PICKAXE_SUPPLIER Ljava/util/function/Supplier; | ||
FIELD field_50890 CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD field_50891 WATERLOGGED Lnet/minecraft/class_2746; | ||
FIELD field_50894 SILK_TOUCH_NETHERITE_PICKAXE_SUPPLIER Ljava/util/function/Supplier; | ||
FIELD field_50895 FORTUNE_3_NETHERITE_PICKAXE_SUPPLIER Ljava/util/function/Supplier; | ||
METHOD method_59152 getPlacementState (Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Lnet/minecraft/class_2680; | ||
ARG 0 world | ||
ARG 1 pos | ||
ARG 2 state | ||
METHOD method_59156 canReplace (Lnet/minecraft/class_2680;)Z | ||
ARG 0 state |
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,7 @@ | ||
CLASS net/minecraft/class_9569 net/minecraft/block/ViciousPotatoBlock | ||
FIELD field_50898 ENABLED Lnet/minecraft/class_2746; | ||
FIELD field_50899 CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD field_50900 ENTITY_FILTER Lnet/minecraft/class_5575; | ||
METHOD method_59161 (Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;F)Z | ||
ARG 1 world | ||
ARG 2 pos |
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,3 @@ | ||
CLASS net/minecraft/class_9570 net/minecraft/block/WeakRootsBlock | ||
FIELD field_50901 CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD field_50902 WATERLOGGED Lnet/minecraft/class_2746; |
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
4 changes: 2 additions & 2 deletions
4
mappings/net/minecraft/block/entity/BigBrainBlockEntity.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
71 changes: 71 additions & 0 deletions
71
mappings/net/minecraft/block/entity/FletchingTableBlockEntity.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,71 @@ | ||
CLASS net/minecraft/class_9572 net/minecraft/block/entity/FletchingTableBlockEntity | ||
FIELD field_50913 processTime S | ||
FIELD field_50914 inventory Lnet/minecraft/class_2371; | ||
FIELD field_50915 INPUT_SLOTS [I | ||
FIELD field_50916 OUTPUT_SLOTS [I | ||
FIELD field_50933 propertyDelegate Lnet/minecraft/class_3913; | ||
FIELD field_50934 progress S | ||
FIELD field_50935 quality C | ||
FIELD field_50936 impurities C | ||
FIELD field_50937 nextLevelImpurities C | ||
FIELD field_50938 explored Z | ||
METHOD <init> (Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V | ||
ARG 1 pos | ||
ARG 2 state | ||
METHOD method_59167 getResinStackWith (CC)Lnet/minecraft/class_1799; | ||
ARG 0 quality | ||
ARG 1 impurities | ||
METHOD method_59168 stackResinMatches (Lnet/minecraft/class_1799;CC)Z | ||
ARG 0 stack | ||
ARG 1 quality | ||
ARG 2 impurities | ||
METHOD method_59169 serverTick (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_9572;)V | ||
ARG 0 world | ||
ARG 1 pos | ||
ARG 2 state | ||
ARG 3 blockEntity | ||
CLASS class_9573 FletchingComponent | ||
FIELD field_50940 CODEC Lcom/mojang/serialization/Codec; | ||
FIELD field_50941 PACKET_CODEC Lnet/minecraft/class_9139; | ||
FIELD field_50942 DEFAULT Lnet/minecraft/class_9572$class_9573; | ||
FIELD field_50943 quality C | ||
FIELD field_50944 impurities C | ||
FIELD field_50945 nextLevelImpurities C | ||
FIELD field_50946 processTime S | ||
FIELD field_50947 explored Z | ||
METHOD <init> (CCCSZ)V | ||
ARG 1 quality | ||
ARG 2 impurities | ||
ARG 3 nextLevelImpurities | ||
ARG 4 processTime | ||
ARG 5 explored | ||
METHOD equals (Ljava/lang/Object;)Z | ||
ARG 1 o | ||
METHOD method_59170 getQuality ()C | ||
METHOD method_59171 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
METHOD method_59172 getImpurities ()C | ||
METHOD method_59173 getNextLevelImpurities ()C | ||
METHOD method_59174 getProcessTime ()S | ||
METHOD method_59175 isExplored ()Z | ||
CLASS class_9574 ResinComponent | ||
FIELD field_50948 CODEC Lcom/mojang/serialization/Codec; | ||
FIELD field_50949 PACKET_CODEC Lnet/minecraft/class_9139; | ||
FIELD field_50950 DEFAULT Lnet/minecraft/class_9572$class_9574; | ||
FIELD field_50951 quality C | ||
FIELD field_50952 impurities C | ||
METHOD <init> (CC)V | ||
ARG 1 quality | ||
ARG 2 impurities | ||
METHOD equals (Ljava/lang/Object;)Z | ||
ARG 1 o | ||
METHOD method_59176 getQuality ()C | ||
METHOD method_59177 getQualityTooltip (C)Lnet/minecraft/class_5250; | ||
ARG 0 quality | ||
METHOD method_59178 getRandomImpurities (Lnet/minecraft/class_5819;)C | ||
ARG 0 random | ||
METHOD method_59179 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
METHOD method_59180 getImpuritiesTooltip (Ljava/lang/Object;)Lnet/minecraft/class_5250; | ||
ARG 0 impurities | ||
METHOD method_59181 getImpurities ()C |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.