This commit is contained in:
DaanV2
2021-11-05 11:17:08 +01:00
parent bc0979b16d
commit a9ef3fc3a4
14 changed files with 60 additions and 50 deletions

View File

@@ -13,6 +13,7 @@
"title": "Conditional Value",
"description": "The object containing the conditional bandwidth optimization values.",
"additionalProperties": false,
"type": "object",
"properties": {
"max_dropped_ticks": {
"title": "Maximum Dropped Ticks",

View File

@@ -25,7 +25,7 @@
"description": "Defines the minimum number of riders that need to be riding this entity before this seat can be used"
},
"position": {
"$ref": "../../../../general/array_3_number.json",
"$ref": "../../../../general/vectors/number3.json",
"default": [0.0, 0.0, 0.0],
"description": "Position of this seat relative to this entity's position"
},