Skip to content

Commit

Permalink
provides_banner_patterns tag is implicit, see MC-279698
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsjo committed Jan 22, 2025
1 parent 5554749 commit 033aec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/server/world/item/mod.mcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ dispatch minecraft:data_component[max_damage] to int @ 1..
dispatch minecraft:data_component[max_stack_size] to int @ 1..99

/// When present, this item can be placed in the pattern slot of a loom.
dispatch minecraft:data_component[provides_banner_patterns] to #[id(registry="banner_pattern",tags="required")] string
dispatch minecraft:data_component[provides_banner_patterns] to #[id(registry="banner_pattern",tags="implicit")] string

/// When present, this item will provide the specified trim material when used in a trimming recipe.
dispatch minecraft:data_component[provides_trim_material] to #[id="trim_material"] string
Expand Down

0 comments on commit 033aec2

Please sign in to comment.