1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-09-28 13:42:53 +00:00
Files
2025-09-09 10:02:11 -07:00

21 lines
553 B
JSON

{
"$id": "3389099981",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "The allow_off_hand component determines whether the item can be placed in the off hand slot of the inventory.",
"oneOf": [
{
"type": "boolean"
},
{
"properties": {
"value": {
"description": "Determines whether the item can be placed in the off hand slot.",
"type": "boolean"
}
},
"type": "object"
}
],
"title": "minecraft:allow_off_hand",
"x-format-version": "1.20.50"
}