1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-08-10 00:12:16 +00:00
Files
bedrock-samples/metadata/json_schemas/server/1.21.60/item/components/Storage Weight Modifier.json
Mike Ammerlaan c32ab2ac8e v1.21.100.6
2025-08-05 10:30:44 -07:00

16 lines
609 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "842194090",
"x-format-version": "1.21.60",
"x-minecraft-version": "1.21.100-beta.6",
"title": "minecraft:storage_weight_modifier",
"description": "Specifies the maximum weight limit that a storage item can hold",
"type": "object",
"properties": {
"weight_in_storage_item": {
"description": "The weight of this item when inside another Storage Item. Default is 4. 0 means item is not allowed in another Storage Item.",
"type": "integer",
"minimum": 0.0
}
}
}