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"