Updated Schemas

This commit is contained in:
github-actions[bot] 2022-07-26 02:39:46 +00:00
parent 32837a314b
commit 59e7870aa7

View File

@ -1320,6 +1320,22 @@
"type": "integer", "type": "integer",
"description": "The number used as entropy for scattering the props", "description": "The number used as entropy for scattering the props",
"format": "int32" "format": "int32"
},
"minHeight": {
"type": [
"null",
"number"
],
"description": "The lowest height that these object will be placed at (only relevant if there's a heightmap)",
"format": "float"
},
"maxHeight": {
"type": [
"null",
"number"
],
"description": "The highest height that these objects will be placed at (only relevant if there's a heightmap)",
"format": "float"
} }
} }
}, },