-
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.
- Loading branch information
Showing
3 changed files
with
18 additions
and
0 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
12 changes: 12 additions & 0 deletions
12
mappings/net/minecraft/datafixer/fix/HorseArmorFix.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,6 +1,18 @@ | ||
CLASS net/minecraft/class_9183 net/minecraft/datafixer/fix/HorseArmorFix | ||
FIELD field_48805 oldNbtKey Ljava/lang/String; | ||
FIELD field_51519 removeOldArmor Z | ||
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;Ljava/lang/String;Ljava/lang/String;Z)V | ||
ARG 1 outputSchema | ||
ARG 2 entityId | ||
ARG 3 oldNbtKey | ||
ARG 4 removeOldArmor | ||
METHOD method_59885 (Lcom/mojang/serialization/Dynamic;J)Lcom/mojang/serialization/Dynamic; | ||
ARG 0 dropChanceDynamic | ||
ARG 1 slot | ||
METHOD method_59886 (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 0 armorDropChancesDynamic | ||
METHOD method_59887 (Lcom/mojang/serialization/Dynamic;J)Lcom/mojang/serialization/Dynamic; | ||
ARG 0 itemDynamic | ||
ARG 1 slot | ||
METHOD method_59888 (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 0 armorItemsDynamic |
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/datafixer/fix/RemoveEmptyItemInSuspiciousBlockFix.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_9687 net/minecraft/datafixer/fix/RemoveEmptyItemInSuspiciousBlockFix | ||
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;)V | ||
ARG 1 outputSchema | ||
METHOD method_59889 shouldRemoveItem (Lcom/mojang/serialization/Dynamic;)Z | ||
ARG 0 dynamic |