Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Commit 007f708

Browse files
authored
Add .item.json as a valid extension for behavior pack item (#732)
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.
1 parent 64b6738 commit 007f708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@
948948
"*Behavior*Pack*/items/**/*.{json,jsonc,json5}",
949949
"*BP*/items/**/*.{json,jsonc,json5}",
950950
"*bp*/items/**/*.{json,jsonc,json5}",
951-
"*.{item.bp,i.bp,bpi,bp_item}.{json,jsonc,json5}"
951+
"*.{item,item.bp,i.bp,bpi,bp_item}.{json,jsonc,json5}"
952952
],
953953
"url": "./minecraft-bedrock-schemas/behavior/items/items.json"
954954
},

0 commit comments

Comments
 (0)