Skip to content

Commit

Permalink
Fix modded items not having a bedrock ID set (#5271)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-makes-code authored Jan 9, 2025
1 parent ddd1afa commit 65f7bdb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ public static NonVanillaItemRegistration registerCustomItem(NonVanillaCustomItem
Items.register(item, customItemData.javaId());

ItemMapping customItemMapping = ItemMapping.builder()
.bedrockIdentifier(customIdentifier)
.bedrockDefinition(new SimpleItemDefinition(customIdentifier, customItemId, true))
.bedrockData(0)
.bedrockBlockDefinition(null)
Expand Down

0 comments on commit 65f7bdb

Please sign in to comment.