Edit

Items Documentation - minecraft:storage_weight_limit

Specifies the maximum weight limit that a storage item can hold.

Note

Available without experimental toggle in 1.21.110.

Note

This item requires a format version of at least 1.21.110.

Item Storage Weight Limit Properties

Name Default Value Type Description Example Values
max_weight_limit 64 Integer number The maximum allowed weight of the sum of all contained items. Maximum is 64. Default is 64. Value must be <= 64. Black Bundle: 64

Samples

Black Bundle

"minecraft:storage_weight_limit": {
  "max_weight_limit": 64
}