Updated
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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." },
|
||||
|
||||
@@ -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`.",
|
||||
|
||||
@@ -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`.",
|
||||
|
||||
Reference in New Issue
Block a user