The root tag
- type: The type of carver to use, must be one of either
"cave","nether_cave","canyon","underwater_canyon", or"underwater_cave". - config: See below.
- type: The type of carver to use, must be one of either
Shared by all carver types:
- config:Configuration values for the carver.
- probability: The probability that each chunk attempts to generate this carver, must be between 0 and 1.
- y: Height provider. The height at which this carver attempts to generate.
- Height provider
- yScale: Float provider. Vertically scales the carved area.
- Float provider
- lava_level: The vertical anchor where lava begins to generate.
- Choices for a vertical anchor (must choose only one of three)
- aquifers_enabled: If true, aquifers will be generated.
When carver type is "cave", "nether_cave", or "underwater_cave":
- config: Configuration values for the carver
- horizontal_radius_multiplier:[needs testing]
- Float provider
- vertical_radius_multiplier:[needs testing]
- Float provider
- floor_level:[needs testing]
- Float provider
- horizontal_radius_multiplier:[needs testing]
When carver type is "canyon" or "underwater_canyon":
- config: Configuration values for the carver.
- vertical_rotation:[needs testing] Creates the curves in the canyon as it continues.
- Float provider
- shape: The shape to use for the ravine.
- thickness:[needs testing] The width of the canyon.
- Float provider
- width_smoothness:[needs testing] Cannot be negative.
- horizontal_radius_factor:[needs testing]
- Float provider
- vertical_radius_default_factor:[needs testing]
- Float provider
- vertical_radius_center_factor:[needs testing]
- Float provider
- thickness:[needs testing] The width of the canyon.
- vertical_rotation:[needs testing] Creates the curves in the canyon as it continues.