Skip to content

Commit

Permalink
Add .item.json as a valid extension for behavior pack item
Browse files Browse the repository at this point in the history
Since the current way of implementing items don't use the `.rp_item` anymore, maybe it's worth to assume that things that use the `.item.json` extension refer to the behavior pack items.
  • Loading branch information
Nusiq authored Feb 2, 2025
1 parent 64b6738 commit e1b5bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@
"*Behavior*Pack*/items/**/*.{json,jsonc,json5}",
"*BP*/items/**/*.{json,jsonc,json5}",
"*bp*/items/**/*.{json,jsonc,json5}",
"*.{item.bp,i.bp,bpi,bp_item}.{json,jsonc,json5}"
"*.{item,item.bp,i.bp,bpi,bp_item}.{json,jsonc,json5}"
],
"url": "./minecraft-bedrock-schemas/behavior/items/items.json"
},
Expand Down

0 comments on commit e1b5bf1

Please sign in to comment.