Updated
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
"title": "Coordinate",
|
"title": "Coordinate",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"$ref": "../../../molang/number.json",
|
"$ref": "../../../../molang/number.json",
|
||||||
"description": "Expression for the coordinate (evaluated each iteration). Mutually exclusive with random distribution object below."
|
"description": "Expression for the coordinate (evaluated each iteration). Mutually exclusive with random distribution object below."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -43,12 +43,12 @@
|
|||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"title": "Lower bound",
|
"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"
|
"description": "Lower bound (inclusive) of the scatter range, as an offset from the input point to scatter around"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Upper bound",
|
"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"
|
"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",
|
"format_version": "1.13.0",
|
||||||
|
|
||||||
"minecraft:beards_and_shavers": {
|
"minecraft:beards_and_shavers": {
|
||||||
"description": {
|
"description": {
|
||||||
"identifier": "beards_and_shavers_features:beards_and_shavers_feature"
|
"identifier": "beards_and_shavers_features:beards_and_shavers_feature"
|
||||||
|
|||||||
Reference in New Issue
Block a user