1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-08-06 13:21:55 +00:00
Files
Mike Ammerlaan c32ab2ac8e v1.21.100.6
2025-08-05 10:30:44 -07:00

22 lines
689 B
JSON

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