mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-08-10 00:12:16 +00:00
16 lines
609 B
JSON
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
|
|
}
|
|
}
|
|
} |