Updated
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"format_version": "1.13.0",
|
||||
|
||||
"minecraft:beards_and_shavers": {
|
||||
"description": {
|
||||
"identifier": "beards_and_shavers_features:beards_and_shavers_feature"
|
||||
|
||||
Reference in New Issue
Block a user