Bearbeiten

Freigeben über


Items Documentation - minecraft:compostable

Specifies that an item is compostable and provides the chance of creating a composting layer in the composter.

Note

This item requires a format version of at least 1.21.60.

Compostable Properties

Name Default Value Type Description Example Values
composting_chance not set Integer number The chance of this item to create a layer upon composting with the composter. Valid value range is 1 - 100 inclusive Value must be >= 1. Value must be <= 100.

Samples

Bag o Leaves

"minecraft:compostable": {
  "composting_chance": 100
}