From 896f2547dbffa41bbd8d2fbd3c0fafc716ea4638 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 8 Jun 2021 21:47:51 +0200 Subject: [PATCH] Updated --- .../features/1.13.0/features/minecraft.scatter_feature.json | 6 +++--- test/bp/features/beards_and_shavers_feature.json | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/source/behavior/features/1.13.0/features/minecraft.scatter_feature.json b/source/behavior/features/1.13.0/features/minecraft.scatter_feature.json index 4db87545..6c40eef9 100644 --- a/source/behavior/features/1.13.0/features/minecraft.scatter_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.scatter_feature.json @@ -9,7 +9,7 @@ "title": "Coordinate", "oneOf": [ { - "$ref": "../../../molang/number.json", + "$ref": "../../../../molang/number.json", "description": "Expression for the coordinate (evaluated each iteration). Mutually exclusive with random distribution object below." }, { @@ -43,12 +43,12 @@ "items": [ { "title": "Lower bound", - "$ref": "../../../molang/number.json", + "$ref": "../../../../molang/number.json", "description": "Lower bound (inclusive) of the scatter range, as an offset from the input point to scatter around" }, { "title": "Upper bound", - "$ref": "../../../molang/number.json", + "$ref": "../../../../molang/number.json", "description": "Upper bound (inclusive) of the scatter range, as an offset from the input point to scatter around" } ] diff --git a/test/bp/features/beards_and_shavers_feature.json b/test/bp/features/beards_and_shavers_feature.json index 392a0f5e..d51c7360 100644 --- a/test/bp/features/beards_and_shavers_feature.json +++ b/test/bp/features/beards_and_shavers_feature.json @@ -1,6 +1,5 @@ { "format_version": "1.13.0", - "minecraft:beards_and_shavers": { "description": { "identifier": "beards_and_shavers_features:beards_and_shavers_feature"