-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Left pig related stuff for haykam Still plenty other stuff to do too, but this is a decent start
- Loading branch information
Showing
42 changed files
with
251 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,6 @@ | ||
CLASS net/minecraft/class_10596 net/minecraft/block/FlowerbedBlock | ||
FIELD field_55789 SEGMENTS_PER_PLACEMENT I | ||
FIELD field_55790 MAX_SEGMENTS I | ||
FIELD field_55791 SEGMENT_AMOUNT Lnet/minecraft/class_2758; | ||
METHOD method_66433 getHeight ()D | ||
METHOD method_66434 getAmountProperty ()Lnet/minecraft/class_2758; | ||
METHOD method_66463 getPlacementState (Lnet/minecraft/class_1750;Lnet/minecraft/class_2248;Lnet/minecraft/class_2758;Lnet/minecraft/class_2754;)Lnet/minecraft/class_2680; | ||
ARG 1 context | ||
ARG 2 block | ||
ARG 3 amountProperty | ||
ARG 4 directionProperty | ||
METHOD method_66464 shouldAddSegment (Lnet/minecraft/class_2680;Lnet/minecraft/class_1750;Lnet/minecraft/class_2758;)Z | ||
ARG 1 state | ||
ARG 2 context | ||
ARG 3 property | ||
METHOD method_66465 buildShapeFunction (Lnet/minecraft/class_2754;Lnet/minecraft/class_2758;)Ljava/util/function/Function; | ||
ARG 1 directionProperty | ||
ARG 2 segementAmountProperty | ||
METHOD method_66466 (Lnet/minecraft/class_2754;Lnet/minecraft/class_2758;Ljava/util/Map;Lnet/minecraft/class_2680;)Lnet/minecraft/class_265; | ||
ARG 3 state | ||
CLASS net/minecraft/class_10594 net/minecraft/block/FlowerbedBlock | ||
FIELD field_55761 CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD field_55762 HORIZONTAL_FACING Lnet/minecraft/class_2754; | ||
FIELD field_55763 FLOWER_AMOUNT Lnet/minecraft/class_2758; | ||
FIELD field_55764 shapeFunction Ljava/util/function/Function; | ||
METHOD method_66435 buildShapeFunction ()Ljava/util/function/Function; |
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,20 @@ | ||
CLASS net/minecraft/class_10596 net/minecraft/block/SegmentedBlock | ||
FIELD field_55789 SEGMENTS_PER_PLACEMENT I | ||
FIELD field_55790 MAX_SEGMENTS I | ||
FIELD field_55791 SEGMENT_AMOUNT Lnet/minecraft/class_2758; | ||
METHOD method_66433 getHeight ()D | ||
METHOD method_66434 getAmountProperty ()Lnet/minecraft/class_2758; | ||
METHOD method_66463 getPlacementState (Lnet/minecraft/class_1750;Lnet/minecraft/class_2248;Lnet/minecraft/class_2758;Lnet/minecraft/class_2754;)Lnet/minecraft/class_2680; | ||
ARG 1 context | ||
ARG 2 block | ||
ARG 3 amountProperty | ||
ARG 4 directionProperty | ||
METHOD method_66464 shouldAddSegment (Lnet/minecraft/class_2680;Lnet/minecraft/class_1750;Lnet/minecraft/class_2758;)Z | ||
ARG 1 state | ||
ARG 2 context | ||
ARG 3 property | ||
METHOD method_66465 buildShapeFunction (Lnet/minecraft/class_2754;Lnet/minecraft/class_2758;)Ljava/util/function/Function; | ||
ARG 1 directionProperty | ||
ARG 2 segementAmountProperty | ||
METHOD method_66466 (Lnet/minecraft/class_2754;Lnet/minecraft/class_2758;Ljava/util/Map;Lnet/minecraft/class_2680;)Lnet/minecraft/class_265; | ||
ARG 3 state |
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/block/enums/CreakingHeartState.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,4 @@ | ||
CLASS net/minecraft/class_10597 net/minecraft/block/enums/CreakingHeartState | ||
FIELD field_55834 id Ljava/lang/String; | ||
METHOD <init> (Ljava/lang/String;ILjava/lang/String;)V | ||
ARG 3 id |
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,3 @@ | ||
CLASS net/minecraft/class_10565 | ||
METHOD method_20445 fixNbt (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 1 dynamic |
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
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/component/type/WeaponComponent.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,5 @@ | ||
CLASS net/minecraft/class_10590 net/minecraft/component/type/WeaponComponent | ||
FIELD field_55712 CODEC Lcom/mojang/serialization/Codec; | ||
FIELD field_55713 PACKET_CODEC Lnet/minecraft/class_9139; | ||
METHOD method_66336 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance |
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/datafixer/fix/AreaEffectCloudDurationScaleFix.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,5 @@ | ||
CLASS net/minecraft/class_10561 net/minecraft/datafixer/fix/AreaEffectCloudDurationScaleFix | ||
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;)V | ||
ARG 1 outputSchema | ||
METHOD method_66047 (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 0 dynamic |
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/datafixer/fix/BlockEntityCustomNameToTextFix.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 +1,6 @@ | ||
CLASS net/minecraft/class_3567 net/minecraft/datafixer/fix/BlockEntityCustomNameToTextFix | ||
FIELD field_55628 NAMEABLE_BLOCK_ENTITY_IDS Ljava/util/Set; | ||
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;)V | ||
ARG 1 outputSchema | ||
METHOD method_66051 fixCustomName (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 0 dynamic |
3 changes: 3 additions & 0 deletions
3
mappings/net/minecraft/datafixer/fix/DropChancesFormatFix.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_10563 net/minecraft/datafixer/fix/DropChancesFormatFix | ||
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;)V | ||
ARG 1 outputSchema |
3 changes: 3 additions & 0 deletions
3
mappings/net/minecraft/datafixer/fix/ForcedChunkToTicketFix.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_10564 net/minecraft/datafixer/fix/ForcedChunkToTicketFix | ||
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;)V | ||
ARG 1 outputSchema |
3 changes: 3 additions & 0 deletions
3
mappings/net/minecraft/datafixer/fix/LegacyHoverEventFix.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_10566 net/minecraft/datafixer/fix/LegacyHoverEventFix | ||
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;)V | ||
ARG 1 outputSchema |
3 changes: 3 additions & 0 deletions
3
mappings/net/minecraft/datafixer/fix/TextComponentHoverAndClickEventFix.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_10568 net/minecraft/datafixer/fix/TextComponentHoverAndClickEventFix | ||
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;)V | ||
ARG 1 outputSchema |
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/datafixer/fix/TextComponentStrictJsonFix.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,5 @@ | ||
CLASS net/minecraft/class_10569 net/minecraft/datafixer/fix/TextComponentStrictJsonFix | ||
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;)V | ||
ARG 1 outputSchema | ||
METHOD method_66133 (Lcom/mojang/serialization/DynamicOps;)Ljava/util/function/Function; | ||
ARG 0 ops |
3 changes: 3 additions & 0 deletions
3
mappings/net/minecraft/datafixer/fix/TextComponentStringyFlagsFix.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_10570 net/minecraft/datafixer/fix/TextComponentStringyFlagsFix | ||
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;)V | ||
ARG 1 outputSchema |
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/datafixer/fix/UnflattenTextComponentFix.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,4 @@ | ||
CLASS net/minecraft/class_10571 net/minecraft/datafixer/fix/UnflattenTextComponentFix | ||
FIELD field_55642 LOGGER Lorg/slf4j/Logger; | ||
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;)V | ||
ARG 1 outputSchema |
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_10573 net/minecraft/datafixer/schema/Schema1488 | ||
METHOD registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; | ||
ARG 1 schema |
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 @@ | ||
CLASS net/minecraft/class_10574 net/minecraft/datafixer/schema/Schema1925 |
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_10575 net/minecraft/datafixer/schema/Schema3439 | ||
METHOD registerBlockEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map; | ||
ARG 1 schema |
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 @@ | ||
CLASS net/minecraft/class_10576 net/minecraft/datafixer/schema/Schema3813 |
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 @@ | ||
CLASS net/minecraft/class_10577 net/minecraft/datafixer/schema/Schema4290 |
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 @@ | ||
CLASS net/minecraft/class_10578 net/minecraft/datafixer/schema/Schema4292 |
27 changes: 27 additions & 0 deletions
27
mappings/net/minecraft/entity/EquipmentDropChances.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,27 @@ | ||
CLASS net/minecraft/class_10582 net/minecraft/entity/EquipmentDropChances | ||
FIELD field_55655 DEFAULT_CHANCE F | ||
FIELD field_55656 UNHARMED_DROP_THRESHOLD F | ||
FIELD field_55657 GUARANTEED_DROP_CHANCE I | ||
FIELD field_55658 DEFAULT Lnet/minecraft/class_10582; | ||
FIELD field_55659 CODEC Lcom/mojang/serialization/Codec; | ||
METHOD method_66234 setGuaranteed (Lnet/minecraft/class_1304;)Lnet/minecraft/class_10582; | ||
ARG 1 slot | ||
METHOD method_66235 setChance (Lnet/minecraft/class_1304;F)Lnet/minecraft/class_10582; | ||
ARG 1 slot | ||
ARG 2 chance | ||
METHOD method_66236 (Lnet/minecraft/class_1304;FLnet/minecraft/class_1304;)Ljava/lang/Float; | ||
ARG 3 slotx | ||
METHOD method_66237 (Ljava/lang/Float;)Z | ||
ARG 0 chance | ||
METHOD method_66238 removeDefaultChances (Ljava/util/Map;)Ljava/util/Map; | ||
ARG 0 byEquipment | ||
METHOD method_66239 (Ljava/util/Map;Lnet/minecraft/class_1304;)Ljava/lang/Float; | ||
ARG 1 slot | ||
METHOD method_66240 get (Lnet/minecraft/class_1304;)F | ||
ARG 1 slot | ||
METHOD method_66241 fillDefaultChances (Ljava/util/Map;)Ljava/util/Map; | ||
ARG 0 byEquipment | ||
METHOD method_66242 dropsUnharmed (Lnet/minecraft/class_1304;)Z | ||
ARG 1 slot | ||
METHOD method_66243 (Lnet/minecraft/class_1304;)Ljava/lang/Float; | ||
ARG 0 slot |
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
17 changes: 17 additions & 0 deletions
17
mappings/net/minecraft/recipe/TransmuteRecipeResult.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,17 @@ | ||
CLASS net/minecraft/class_10591 net/minecraft/recipe/TransmuteRecipeResult | ||
FIELD comp_3483 itemEntry Lnet/minecraft/class_6880; | ||
FIELD field_55714 CODEC Lcom/mojang/serialization/Codec; | ||
FIELD field_55715 PACKET_CODEC Lnet/minecraft/class_9139; | ||
FIELD field_55716 BASE_CODEC Lcom/mojang/serialization/Codec; | ||
METHOD <init> (Lnet/minecraft/class_1792;)V | ||
ARG 1 item | ||
METHOD comp_3483 itemEntry ()Lnet/minecraft/class_6880; | ||
METHOD method_66338 createSlotDisplay ()Lnet/minecraft/class_10302; | ||
METHOD method_66339 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
METHOD method_66340 apply (Lnet/minecraft/class_1799;)Lnet/minecraft/class_1799; | ||
ARG 1 stack | ||
METHOD method_66341 validate (Lnet/minecraft/class_10591;)Lcom/mojang/serialization/DataResult; | ||
ARG 0 result | ||
METHOD method_66343 (Lnet/minecraft/class_6880;)Lnet/minecraft/class_10591; | ||
ARG 0 itemEntry |
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,2 +1,3 @@ | ||
CLASS net/minecraft/class_3902 net/minecraft/util/Unit | ||
FIELD field_51563 CODEC Lcom/mojang/serialization/Codec; | ||
FIELD field_55626 PACKET_CODEC Lnet/minecraft/class_9139; |
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,7 +1,12 @@ | ||
CLASS net/minecraft/class_6010 net/minecraft/util/collection/Present | ||
FIELD comp_2543 getWeight I | ||
FIELD field_55645 LOGGER Lorg/slf4j/Logger; | ||
METHOD <init> (Ljava/lang/Object;I)V | ||
ARG 1 data | ||
METHOD comp_2543 getWeight ()I | ||
METHOD method_34981 createCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec; | ||
ARG 0 dataCodec | ||
METHOD method_66211 createCodec (Lcom/mojang/serialization/MapCodec;)Lcom/mojang/serialization/Codec; | ||
ARG 0 dataCodec | ||
METHOD method_66212 (Lcom/mojang/serialization/MapCodec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 1 instance |
Oops, something went wrong.