Skip to content

Commit

Permalink
🍻 Try to support pre-1.20.5 custom item tags
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Jan 6, 2025
1 parent 8247f67 commit 5c52b69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/server/world/item/mod.mcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@ struct ItemBase {
/// Trim to apply to the item & armor when worn.
#[since="1.19.4"]
Trim?: Trim,
/// Custom item NBT tags
[string]: any,
}

dispatch minecraft:item[%unknown] to ItemBase
Expand Down

0 comments on commit 5c52b69

Please sign in to comment.