Skip to content

Commit

Permalink
🐛 Fix item_model registry name
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Nov 22, 2024
1 parent 11342ca commit 63c9b80
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 @@ -248,7 +248,7 @@ dispatch minecraft:data_component[hide_tooltip] to struct {}

dispatch minecraft:data_component[item_model] to (
#[until="1.21.4"] #[id(registry="model",path="item/")] string |
#[since="1.21.4"] #[id(registry="item_model")] string |
#[since="1.21.4"] #[id(registry="item_definition")] string |
)

/// Replaces default item name with contained chat component.
Expand Down

0 comments on commit 63c9b80

Please sign in to comment.