Scattered things

Surface scattered things properties

Frequency

surface.scattered-things.frequency: 0.015625

Probability of spawning scattered things per chunk.

Valid range: 0 (never) to 1 (always)

List of blocks

Here, you can specify a list of scattered blocks that will be randomly placed on the surface.

surface.scattered-things.list:
    -   enabled: true
        types: MELON
        weighting: 4
        minAmount: 5
        maxAmount: 10
        minHeight: 0
        maxHeight: 255

Enable or disable

Set this to 'true' to enable this feature.

Block types

Enter a comma-separated list of blocks to be placed. See here for more info about block types.

Weighting

A positive value for the weighted average. See here for more info about weighting.

Min value: 1

Minimum amount

The minimum number of blocks.

NOTE: Must be less than or equal to the maximum amount.

Maximum amount

The maximum number of blocks.

NOTE: Must be greater than or equal to the minimum amount.

Minimum height

The minimum world height.

NOTE: Must be less than the maximum height.

Maximum height

The maximum world height.

NOTE: Must be greater than the maximum height.

Last updated