Updated Schemas

This commit is contained in:
github-actions[bot] 2022-09-01 03:01:34 +00:00
parent 2967565653
commit b987e7833b

View File

@ -1389,6 +1389,11 @@
],
"description": "The highest height that these objects will be placed at (only relevant if there's a heightmap)",
"format": "float"
},
"preventOverlap": {
"type": "boolean",
"description": "Should we try to prevent overlap between the scattered details? True by default. If it's affecting load times turn it off.",
"default": true
}
}
},