Plantains

Plants properties of the custom biome

Define plant-type blocks on the ground.

Frequency

plantains.frequency: 0.2

Specifies the probability of spawning a plant at each [x, z] coordinate.

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

Plant types

plantains.types: '"GRASS(70%)","POPPY(2%)","DANDELION(2%)","TALL_GRASS(26%)"'

Specifies the comma-separated list of plant types.

NOTE: Each type MUST BE ENCLOSED in double quotes.

Floor types

plantains.floor: '"GRASS_BLOCK","DIRT"'

Specifies the comma-separated list of blocks where plants will be spawned.

NOTE: Each type MUST BE ENCLOSED in double quotes.

Replace snow

plantains.replace-snow: false

By default, a plantain will be replaced by the snow layer. If this property is set to true, this won't happen and the plantain won't be replaced.


Sugar canes

Frequency

plantains.sugar-canes.frequency: 0.33

Controls the density of sugar cane spawning next to water blocks. A value closer to 1 results in more sugar canes being spawned.

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

Max height

plantains.sugar-canes.ax-height: 3

Specifies the maximum height of a spawned sugar cane.

Valid range: 2 to 10

Last updated