diff --git a/source/behavior/biomes/components/minecraft.forced_features.json b/source/behavior/biomes/components/minecraft.forced_features.json index 87183ba0..f67bbfad 100644 --- a/source/behavior/biomes/components/minecraft.forced_features.json +++ b/source/behavior/biomes/components/minecraft.forced_features.json @@ -28,7 +28,7 @@ "title": "Distribution", "description": "Type of distribution - uniform random, gaussian (centered in the range), or grid (either fixed-step or jittered)", "type": "string", - "enum": ["uniform", "gaussian", "inverse_gaussian", "fixed_grid", "jittered_grid"] + "enum": ["uniform", "gaussian", "inverse_gaussian", "triangle", "fixed_grid", "jittered_grid"] }, "extent": { "title": "Extent",