mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Updated Schemas
This commit is contained in:
parent
32837a314b
commit
59e7870aa7
@ -1320,6 +1320,22 @@
|
||||
"type": "integer",
|
||||
"description": "The number used as entropy for scattering the props",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user