-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rename ArmorDyeRecipe -> DyeableRecipe, add javadoc * fix ArmorFeatureRenderer model names
- Loading branch information
1 parent
8942d89
commit bb53855
Showing
3 changed files
with
19 additions
and
6 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
CLASS net/minecraft/unmapped/C_efmveflh net/minecraft/recipe/DyeableRecipe | ||
COMMENT Recipe that applies a {@link net.minecraft.item.DyeItem DyeItem} to an item in | ||
COMMENT {@link net.minecraft.registry.tag.ItemTags#DYEABLE ItemTags.DYEABLE}. | ||
COMMENT <p> | ||
COMMENT If the {@link net.minecraft.registry.tag.ItemTags#DYEABLE DYEABLE} item already has a | ||
COMMENT {@link net.minecraft.component.type.DyedColorComponent DyedColorComponent}, | ||
COMMENT its {@link net.minecraft.component.type.DyedColorComponent#rgb() color} is combined with the | ||
COMMENT {@link net.minecraft.item.DyeItem DyeItem}'s {@link net.minecraft.item.DyeItem#getColor() color}.<br /> | ||
COMMENT Otherwise, a new {@link net.minecraft.component.type.DyedColorComponent component} is added to the | ||
COMMENT {@link net.minecraft.registry.tag.ItemTags#DYEABLE DYEABLE} item with the | ||
COMMENT {@link net.minecraft.item.DyeItem DyeItem}'s {@link net.minecraft.item.DyeItem#getColor() color}. |
bb53855
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With commit bb53855, 15 file(s) were updated with 57 line(s) added and 53 removed compared to the latest Quilt Mappings version.
View the diff here: