Skip to content

Interface: ZoneFeatureGates

Per-feature gates collected on a ZoneConstraints. Each entry is resolved before the corresponding ranges are consumed, in the order declared by FEATURE_ORDER in the generator. Adding a new feature is a breaking change for existing seeds and MUST bump the genVersion carried by callers.

Properties

atmosphere

ts
atmosphere: FeatureGate;

Halo + atmospheric layer. Drives atmosphereThickness / atmosphereOpacity.


liquid

ts
liquid: FeatureGate;

Surface liquid (oceans / lakes). Drives liquidState and liquidCoverage.


rings

ts
rings: FeatureGate;

Planetary ring system. Drives hasRings.

Distribué sous la licence indiquée dans le dépôt.