From 587742839000fa3b1cd983cf940333ef944b5def Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 30 Nov 2021 19:41:19 +0100 Subject: [PATCH] Updated --- .../behavior/biomes/components/minecraft.forced_features.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",