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"
},

View File

@@ -87,7 +87,7 @@
"description": "'chorus_teleport` or `none`.",
"enum": ["chorus_teleport", "suspicious_stew_effect", "none"]
},
"on_use_range": { "$ref": "../../../general/array_3_number.json" },
"on_use_range": { "$ref": "../../../general/vectors/number3.json" },
"cooldown_type": { "type": "string", "description": "'chorusfruit` or `none`.", "enum": ["chorusfruit", "none"] },
"cooldown_time": { "type": "integer", "description": "Cooldown time in ticks." },
"can_always_eat": { "type": "boolean", "description": "Can always eat this item? true or false." },

View File

@@ -101,7 +101,7 @@
"title": "On Use Action",
"enum": ["chorus_teleport", "suspicious_stew_effect", "none"]
},
"on_use_range": { "$ref": "../../../general/array_3_number.json", "title": "On Use Range" },
"on_use_range": { "$ref": "../../../general/vectors/number3.json", "title": "On Use Range" },
"cooldown_type": {
"type": "string",
"description": "'chorusfruit` or `none`.",

View File

@@ -111,7 +111,7 @@
"title": "On Use Action",
"enum": ["chorus_teleport", "suspicious_stew_effect", "none"]
},
"on_use_range": { "$ref": "../../../general/array_3_number.json" },
"on_use_range": { "$ref": "../../../general/vectors/number3.json" },
"cooldown_type": {
"type": "string",
"description": "'chorusfruit` or `none`.",