Skip to content

Min Y

Dimension Type Condition Type

Compares the minimum height in which blocks can exist of the dimension to the specified value.

Type ID: eggolib:min_y

Fields

Field Type Default Description
comparison Comparison Determines how the minimum height of the dimension is compared to the specified value.
compare_to Integer The value which the minimum height of the dimension is compared to.

Examples

"dimension_type_condition": {
    "type": "eggolib:min_y",
    "comparison": "<",
    "compare_to": 0
}

This example will check if the minimum height of the dimension is less than 0. For instance, the Overworld dimension fulfills this condition.