1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-19 07:11:56 +00:00
Mike Ammerlaan 5ce65764d3 v1.21.50.7
2024-12-03 08:43:20 -08:00

62 lines
1.7 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "120997796",
"definitions": {
"1531870811": {
"title": "struct SharedTypes::Legacy::ItemDescriptor",
"oneOf": [
{
"type": "string"
},
{
"title": "associative container",
"type": "object",
"additionalProperties": {
"type": "string"
}
}
],
"$metaProperties": {}
}
},
"title": "minecraft:storage_item v1.21.30",
"type": "object",
"properties": {
"allow_nested_storage_items": {
"type": "boolean",
"$metaProperties": {}
},
"allowed_items": {
"title": "sequence container",
"type": "array",
"items": {
"$ref": "#/definitions/1531870811"
},
"$metaProperties": {}
},
"banned_items": {
"title": "sequence container",
"type": "array",
"items": {
"$ref": "#/definitions/1531870811"
},
"$metaProperties": {}
},
"max_slots": {
"type": "integer",
"$metaProperties": {},
"maximum": 64.0
},
"max_weight_limit": {
"type": "integer",
"$metaProperties": {},
"maximum": 64.0
},
"weight_in_storage_item": {
"type": "integer",
"$metaProperties": {},
"minimum": 0.0
}
},
"$metaProperties": {}
}