diff --git a/source/behavior/blocks/1.16.100/events.json b/source/behavior/blocks/1.16.100/events.json index a21ceef2..fb3a656e 100644 --- a/source/behavior/blocks/1.16.100/events.json +++ b/source/behavior/blocks/1.16.100/events.json @@ -40,12 +40,12 @@ }, "randomize": { "title": "Randomize", - "description": "UNDOCUMENTED", + "description": "Randomly selects one of the following items based upon their weight and the total weights", "$comment": "UNDOCUMENTED", "type": "array", "items": { "title": "Randomize", - "description": "UNDOCUMENTED", + "description": "Randomly selects one of the following items based upon their weight and the total weights", "$comment": "UNDOCUMENTED", "type": "object", "$ref": "#/definitions/event_functions", diff --git a/source/behavior/entities/1.10.0/events.json b/source/behavior/entities/1.10.0/events.json index 3cb8f3e5..6cd079f4 100644 --- a/source/behavior/entities/1.10.0/events.json +++ b/source/behavior/entities/1.10.0/events.json @@ -51,8 +51,10 @@ }, "sequence": { "type": "array", + "description": "A series of filters and components to be added", + "title": "Sequences", "items": { - "description": "UNDOCUMENTATED: sequence", + "description": "A filters and components to be added", "title": "Sequence", "type": "object", "properties": { @@ -60,9 +62,7 @@ "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" }, "filters": { "$ref": "./../filters/filters.json" } } - }, - "description": "A series of filters and components to be added", - "title": "Sequences" + } }, "filters": { "$ref": "./../filters/filters.json" }, "trigger": { "type": "string", "description": "Triggers additional events", "$comment": "UNDOCUMENTED", "title": "Trigger" } diff --git a/source/behavior/entities/1.11.0/entities.json b/source/behavior/entities/1.11.0/entities.json index 79e7bb41..6f7607f1 100644 --- a/source/behavior/entities/1.11.0/entities.json +++ b/source/behavior/entities/1.11.0/entities.json @@ -12,7 +12,7 @@ "const": "1.11.0", "description": "A version that tells minecraft what type of data format can be expected when reading this file." }, - "minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "UNDOCUMENTATED: minecraft:entity", "title": "Entity" } + "minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "UNDOCUMENTED: minecraft:entity", "title": "Entity" } }, "additionalProperties": false } diff --git a/source/behavior/entities/1.11.0/events.json b/source/behavior/entities/1.11.0/events.json index 2734b24a..2e5b5d32 100644 --- a/source/behavior/entities/1.11.0/events.json +++ b/source/behavior/entities/1.11.0/events.json @@ -32,19 +32,24 @@ "properties": { "add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" }, - "trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" }, - "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } + "trigger": { "type": "string", "description": "Triggers additional events", "$comment": "UNDOCUMENTED", "title": "Trigger" }, + "weight": { + "type": "number", + "description": "The weight on how likely this section is to trigger", + "$comment": "UNDOCUMENTED", + "title": "Weight" + } }, - "description": "UNDOCUMENTATED: randomize", + "description": "Randomly selects one of the following items based upon their weight and the total weights", "title": "Randomize" }, - "description": "UNDOCUMENTATED: randomize", + "description": "Randomly selects one of the following items based upon their weight and the total weights", "title": "Randomize" }, "sequence": { "type": "array", "items": { - "description": "UNDOCUMENTATED: sequence", + "description": "Filters and components to be added", "title": "Sequence", "type": "object", "properties": { diff --git a/source/behavior/entities/1.12.0/entities.json b/source/behavior/entities/1.12.0/entities.json index b8cb4944..6574a71b 100644 --- a/source/behavior/entities/1.12.0/entities.json +++ b/source/behavior/entities/1.12.0/entities.json @@ -12,7 +12,7 @@ "const": "1.12.0", "description": "A version that tells minecraft what type of data format can be expected when reading this file." }, - "minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "UNDOCUMENTATED: minecraft:entity", "title": "Entity" } + "minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "UNDOCUMENTED: minecraft:entity", "title": "Entity" } }, "additionalProperties": false } diff --git a/source/behavior/entities/1.12.0/events.json b/source/behavior/entities/1.12.0/events.json index e6a728ee..6e397cda 100644 --- a/source/behavior/entities/1.12.0/events.json +++ b/source/behavior/entities/1.12.0/events.json @@ -31,19 +31,24 @@ "properties": { "add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" }, - "trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" }, - "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } + "trigger": { "type": "string", "description": "Triggers additional events", "$comment": "UNDOCUMENTED", "title": "Trigger" }, + "weight": { + "type": "number", + "description": "The weight on how likely this section is to trigger", + "$comment": "UNDOCUMENTED", + "title": "Weight" + } }, - "description": "UNDOCUMENTATED: randomize", + "description": "Randomly selects one of the following items based upon their weight and the total weights", "title": "Randomize" }, - "description": "UNDOCUMENTATED: randomize", + "description": "Randomly selects one of the following items based upon their weight and the total weights", "title": "Randomize" }, "sequence": { "type": "array", "items": { - "description": "UNDOCUMENTATED: sequence", + "description": "Filters and components to be added", "title": "Sequence", "type": "object", "properties": { diff --git a/source/behavior/entities/1.13.0/components/minecraft.damage_sensor.json b/source/behavior/entities/1.13.0/components/minecraft.damage_sensor.json index 6a1f2b69..674c3771 100644 --- a/source/behavior/entities/1.13.0/components/minecraft.damage_sensor.json +++ b/source/behavior/entities/1.13.0/components/minecraft.damage_sensor.json @@ -33,8 +33,8 @@ "title": "On Damage", "properties": { "filters": { "$ref": "../../filters/filters.json" }, - "event": { "type": "string", "pattern": "^.*$", "description": "UNDOCUMENTATED: event", "title": "Event" }, - "target": { "$ref": "../../filters/filters/types/subject.json", "description": "UNDOCUMENTATED: target", "title": "Target" } + "event": { "type": "string", "pattern": "^.*$", "description": "UNDOCUMENTED: event", "title": "Event" }, + "target": { "$ref": "../../filters/filters/types/subject.json", "description": "UNDOCUMENTED: target", "title": "Target" } }, "on_damage_sound_event": { "type": "string", diff --git a/source/behavior/entities/1.13.0/entities.json b/source/behavior/entities/1.13.0/entities.json index d8170687..953f3c39 100644 --- a/source/behavior/entities/1.13.0/entities.json +++ b/source/behavior/entities/1.13.0/entities.json @@ -12,7 +12,7 @@ "const": "1.13.0", "description": "A version that tells minecraft what type of data format can be expected when reading this file." }, - "minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "UNDOCUMENTATED: minecraft:entity", "title": "Entity" } + "minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "UNDOCUMENTED: minecraft:entity", "title": "Entity" } }, "additionalProperties": false } diff --git a/source/behavior/entities/1.13.0/events.json b/source/behavior/entities/1.13.0/events.json index 6378a667..7545b947 100644 --- a/source/behavior/entities/1.13.0/events.json +++ b/source/behavior/entities/1.13.0/events.json @@ -31,19 +31,24 @@ "properties": { "add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" }, - "trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" }, - "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } + "trigger": { "type": "string", "description": "Triggers additional events", "$comment": "UNDOCUMENTED", "title": "Trigger" }, + "weight": { + "type": "number", + "description": "The weight on how likely this section is to trigger", + "$comment": "UNDOCUMENTED", + "title": "Weight" + } }, - "description": "UNDOCUMENTATED: randomize", + "description": "Randomly selects one of the following items based upon their weight and the total weights", "title": "Randomize" }, - "description": "UNDOCUMENTATED: randomize", + "description": "Randomly selects one of the following items based upon their weight and the total weights", "title": "Randomize" }, "sequence": { "type": "array", "items": { - "description": "UNDOCUMENTATED: sequence", + "description": "Filters and components to be added", "title": "Sequence", "type": "object", "properties": { diff --git a/source/behavior/entities/1.14.0/events.json b/source/behavior/entities/1.14.0/events.json index 2b89f4ee..6f339a7d 100644 --- a/source/behavior/entities/1.14.0/events.json +++ b/source/behavior/entities/1.14.0/events.json @@ -31,19 +31,24 @@ "properties": { "add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" }, - "trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" }, - "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } + "trigger": { "type": "string", "description": "Triggers additional events", "$comment": "UNDOCUMENTED", "title": "Trigger" }, + "weight": { + "type": "number", + "description": "The weight on how likely this section is to trigger", + "$comment": "UNDOCUMENTED", + "title": "Weight" + } }, - "description": "UNDOCUMENTATED: randomize", + "description": "Randomly selects one of the following items based upon their weight and the total weights", "title": "Randomize" }, - "description": "UNDOCUMENTATED: randomize", + "description": "Randomly selects one of the following items based upon their weight and the total weights", "title": "Randomize" }, "sequence": { "type": "array", "items": { - "description": "UNDOCUMENTATED: sequence", + "description": "Filters and components to be added", "title": "Sequence", "type": "object", "properties": { diff --git a/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.drink_potion.json b/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.drink_potion.json index dc20597c..6e14887f 100644 --- a/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.drink_potion.json +++ b/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.drink_potion.json @@ -8,7 +8,7 @@ "properties": { "priority": { "$ref": "./types/priority.json" }, "speed_multiplier": { "$ref": "./types/speed_multiplier.json" }, - "speed_modifier": { "default": 0.0, "description": "UNDOCUMENTATED: speed modifier", "title": "Speed Modifier" }, + "speed_modifier": { "default": 0.0, "description": "UNDOCUMENTED: speed modifier", "title": "Speed Modifier" }, "potions": { "type": "array", "description": "A list of potions that this entity can drink.", @@ -17,7 +17,7 @@ "required": ["id", "chance", "filters"], "additionalProperties": false, "type": "object", - "description": "UNDOCUMENTATED: potions", + "description": "UNDOCUMENTED: potions", "title": "Potions", "properties": { "id": { "type": "integer", "default": -1, "description": "The registry ID of the potion to use", "title": "Id" }, diff --git a/source/behavior/entities/1.16.0/components/minecraft.damage_sensor.json b/source/behavior/entities/1.16.0/components/minecraft.damage_sensor.json index c8bf13a9..a0fa0ca3 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.damage_sensor.json +++ b/source/behavior/entities/1.16.0/components/minecraft.damage_sensor.json @@ -33,8 +33,8 @@ "title": "On Damage", "properties": { "filters": { "$ref": "../../filters/filters.json" }, - "event": { "type": "string", "pattern": "^.*$", "description": "UNDOCUMENTATED: event", "title": "Event" }, - "target": { "$ref": "../../filters/filters/types/subject.json", "description": "UNDOCUMENTATED: target", "title": "Target" } + "event": { "type": "string", "pattern": "^.*$", "description": "UNDOCUMENTED: event", "title": "Event" }, + "target": { "$ref": "../../filters/filters/types/subject.json", "description": "UNDOCUMENTED: target", "title": "Target" } }, "on_damage_sound_event": { "type": "string", diff --git a/source/behavior/entities/1.16.0/components/minecraft.equipment.json b/source/behavior/entities/1.16.0/components/minecraft.equipment.json index f2089f0e..41d93237 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.equipment.json +++ b/source/behavior/entities/1.16.0/components/minecraft.equipment.json @@ -26,7 +26,7 @@ } } }, - "table": { "type": "string", "pattern": ".*\\.json$", "description": "UNDOCUMENTATED: table", "title": "Table" } + "table": { "type": "string", "pattern": ".*\\.json$", "description": "UNDOCUMENTED: table", "title": "Table" } }, - "description": "UNDOCUMENTATED: " + "description": "UNDOCUMENTED: " } diff --git a/source/behavior/entities/1.16.0/events.json b/source/behavior/entities/1.16.0/events.json index fcfe855e..d37d66a4 100644 --- a/source/behavior/entities/1.16.0/events.json +++ b/source/behavior/entities/1.16.0/events.json @@ -20,15 +20,20 @@ }, "randomize": { "title": "Randomize", - "description": "UNDOCUMENTATED: randomize", + "description": "Randomly selects one of the following items based upon their weight and the total weights", "type": "array", "items": { "required": ["weight"], "properties": { "add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" }, - "trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" }, - "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } + "trigger": { "type": "string", "description": "Triggers additional events", "$comment": "UNDOCUMENTED", "title": "Trigger" }, + "weight": { + "type": "number", + "description": "The weight on how likely this section is to trigger", + "$comment": "UNDOCUMENTED", + "title": "Weight" + } } } }, @@ -48,7 +53,7 @@ "description": "A series of filters and components to be added", "title": "Sequences", "type": "array", - "items": { "description": "UNDOCUMENTATED: sequence", "title": "Sequence", "type": "object", "$ref": "#/definitions/event_base" } + "items": { "description": "Filters and components to be added", "title": "Sequence", "type": "object", "$ref": "#/definitions/event_base" } }, "trigger": { "type": "string", "description": "The event to run", "title": "Trigger" } } diff --git a/source/behavior/entities/1.16.100/events.json b/source/behavior/entities/1.16.100/events.json index 3a66de06..045d9aa1 100644 --- a/source/behavior/entities/1.16.100/events.json +++ b/source/behavior/entities/1.16.100/events.json @@ -20,15 +20,20 @@ }, "randomize": { "title": "Randomize", - "description": "UNDOCUMENTATED: randomize", + "description": "Randomly selects one of the following items based upon their weight and the total weights", "type": "array", "items": { "required": ["weight"], "properties": { "add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" }, - "trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" }, - "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } + "trigger": { "type": "string", "description": "Triggers additional events", "$comment": "UNDOCUMENTED", "title": "Trigger" }, + "weight": { + "type": "number", + "description": "The weight on how likely this section is to trigger", + "$comment": "UNDOCUMENTED", + "title": "Weight" + } } } }, @@ -48,7 +53,7 @@ "description": "A series of filters and components to be added", "title": "Sequences", "type": "array", - "items": { "description": "UNDOCUMENTATED: sequence", "title": "Sequence", "type": "object", "$ref": "#/definitions/event_base" } + "items": { "description": "Filters and components to be added", "title": "Sequence", "type": "object", "$ref": "#/definitions/event_base" } }, "trigger": { "type": "string", "description": "The event to run", "title": "Trigger" } } diff --git a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.avoid_mob_type.json b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.avoid_mob_type.json index 7f18125e..6be32b10 100644 --- a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.avoid_mob_type.json +++ b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.avoid_mob_type.json @@ -38,7 +38,7 @@ "description": "If true, visbility between this entity and the mob type will not be checked.", "title": "Ignore Visibility" }, - "entity_types": { "$ref": "../types/entity_types.json", "description": "UNDOCUMENTATED: entity types", "title": "Entity Types" }, + "entity_types": { "$ref": "../types/entity_types.json", "description": "UNDOCUMENTED: entity types", "title": "Entity Types" }, "avoid_mob_sound": { "title": "Avoid Mob Sound", "description": "UNDOCUMENTED", diff --git a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.beg.json b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.beg.json index 4b6fe8fa..b17ef107 100644 --- a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.beg.json +++ b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.beg.json @@ -10,7 +10,7 @@ "items": { "type": "array", "description": "List of items that this mob likes", - "items": { "type": "string", "description": "UNDOCUMENTATED: properties", "title": "Properties" }, + "items": { "type": "string", "description": "UNDOCUMENTED: properties", "title": "Properties" }, "title": "Properties" }, "look_distance": { "type": "number", "default": 8, "description": "Distance in blocks the mob will beg from", "title": "Look Distance" }, diff --git a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.drink_potion.json b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.drink_potion.json index 2f033f8a..f6fa4e8d 100644 --- a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.drink_potion.json +++ b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.drink_potion.json @@ -8,7 +8,7 @@ "properties": { "priority": { "$ref": "./types/priority.json" }, "speed_multiplier": { "$ref": "./types/speed_multiplier.json" }, - "speed_modifier": { "default": 0.0, "description": "UNDOCUMENTATED: speed modifier", "title": "Speed Modifier" }, + "speed_modifier": { "default": 0.0, "description": "UNDOCUMENTED: speed modifier", "title": "Speed Modifier" }, "potions": { "type": "array", "description": "A list of potions that this entity can drink.", @@ -31,7 +31,7 @@ "$ref": "../../filters/filters.json" } }, - "description": "UNDOCUMENTATED: potions", + "description": "UNDOCUMENTED: potions", "title": "Potions" }, "title": "Potions" diff --git a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.hurt_by_target.json b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.hurt_by_target.json index 67b62010..455e48e6 100644 --- a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.hurt_by_target.json +++ b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.hurt_by_target.json @@ -7,7 +7,7 @@ "required": [], "properties": { "priority": { "$ref": "./types/priority.json" }, - "entity_types": { "$ref": "../types/entity_types.json", "description": "UNDOCUMENTATED: entity types", "title": "Entity Types" }, + "entity_types": { "$ref": "../types/entity_types.json", "description": "UNDOCUMENTED: entity types", "title": "Entity Types" }, "alert_same_type": { "type": "boolean", "default": false, diff --git a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.move_towards_dwelling_restriction.json b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.move_towards_dwelling_restriction.json index 8abaf1cb..df37a4f6 100644 --- a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.move_towards_dwelling_restriction.json +++ b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.move_towards_dwelling_restriction.json @@ -3,7 +3,7 @@ "type": "object", "title": "Move Towards Dwelling Restriction 1.8.0", "additionalProperties": false, - "description": "UNDOCUMENTATED, comes from cat", + "description": "UNDOCUMENTED, comes from cat", "required": [], "properties": { "priority": { "$ref": "types/priority.json" }, "speed_multiplier": { "$ref": "types/speed_multiplier.json" } } } diff --git a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.move_towards_restriction.json b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.move_towards_restriction.json index 4220ac64..6e55b7e2 100644 --- a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.move_towards_restriction.json +++ b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.move_towards_restriction.json @@ -10,8 +10,8 @@ "speed_multiplier": { "$ref": "./types/speed_multiplier.json" }, "control_flags": { "type": "array", - "items": { "type": "string", "enum": ["move", "look"], "description": "UNDOCUMENTATED: control flags", "title": "Control Flags" }, - "description": "UNDOCUMENTATED: control flags", + "items": { "type": "string", "enum": ["move", "look"], "description": "UNDOCUMENTED: control flags", "title": "Control Flags" }, + "description": "UNDOCUMENTED: control flags", "title": "Control Flags" } } diff --git a/source/behavior/entities/1.8.0/components/minecraft.attack_damage.json b/source/behavior/entities/1.8.0/components/minecraft.attack_damage.json index 3f239e25..89261e2a 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.attack_damage.json +++ b/source/behavior/entities/1.8.0/components/minecraft.attack_damage.json @@ -4,6 +4,6 @@ "title": "Attack Damage 1.8.0", "additionalProperties": false, "required": ["value"], - "properties": { "value": { "type": "number", "description": "UNDOCUMENTATED: value", "title": "Value" } }, - "description": "UNDOCUMENTATED: " + "properties": { "value": { "type": "number", "description": "UNDOCUMENTED: value", "title": "Value" } }, + "description": "UNDOCUMENTED: " } diff --git a/source/behavior/entities/1.8.0/components/minecraft.balloonable.json b/source/behavior/entities/1.8.0/components/minecraft.balloonable.json index 40f8eacb..4334128c 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.balloonable.json +++ b/source/behavior/entities/1.8.0/components/minecraft.balloonable.json @@ -4,6 +4,6 @@ "type": "object", "title": "Balloonable 1.8.0", "required": [], - "properties": { "mass": { "type": "number", "description": "UNDOCUMENTATED: mass", "title": "Mass" } }, - "description": "UNDOCUMENTATED: " + "properties": { "mass": { "type": "number", "description": "UNDOCUMENTED: mass", "title": "Mass" } }, + "description": "UNDOCUMENTED: " } diff --git a/source/behavior/entities/1.8.0/components/minecraft.fall_damage.json b/source/behavior/entities/1.8.0/components/minecraft.fall_damage.json index 873d6db7..28ebbe59 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.fall_damage.json +++ b/source/behavior/entities/1.8.0/components/minecraft.fall_damage.json @@ -6,5 +6,5 @@ "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "required": [], - "properties": { "value": { "type": "number", "default": 1, "description": "UNDOCUMENTATED: value", "title": "Value" } } + "properties": { "value": { "type": "number", "default": 1, "description": "UNDOCUMENTED: value", "title": "Value" } } } diff --git a/source/behavior/entities/1.8.0/components/minecraft.follow_range.json b/source/behavior/entities/1.8.0/components/minecraft.follow_range.json index cd956562..20574311 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.follow_range.json +++ b/source/behavior/entities/1.8.0/components/minecraft.follow_range.json @@ -8,5 +8,5 @@ "value": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Value" }, "max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Max" } }, - "description": "UNDOCUMENTATED: " + "description": "UNDOCUMENTED: " } diff --git a/source/behavior/entities/1.8.0/components/minecraft.timer.json b/source/behavior/entities/1.8.0/components/minecraft.timer.json index f525d4ce..5877d110 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.timer.json +++ b/source/behavior/entities/1.8.0/components/minecraft.timer.json @@ -44,8 +44,13 @@ "type": "object", "additionalProperties": false, "properties": { - "weight": { "type": "integer", "description": "UNDOCUMENTATED: weight", "title": "Weight" }, - "value": { "type": "integer", "description": "UNDOCUMENTATED: value", "title": "Value" } + "weight": { + "type": "integer", + "description": "The weight on how likely this section is to trigger", + "$comment": "UNDOCUMENTED", + "title": "Weight" + }, + "value": { "type": "integer", "description": "UNDOCUMENTED: value", "title": "Value" } } } } diff --git a/source/behavior/entities/1.8.0/events.json b/source/behavior/entities/1.8.0/events.json index 1f7528df..c37606eb 100644 --- a/source/behavior/entities/1.8.0/events.json +++ b/source/behavior/entities/1.8.0/events.json @@ -14,7 +14,7 @@ "title": "Component Groups", "description": "The components groups to add or remove", "type": "array", - "items": { "type": "string", "description": "UNDOCUMENTATED: component groups", "title": "Component Groups" } + "items": { "type": "string", "description": "UNDOCUMENTED: component groups", "title": "Component Groups" } } } }, @@ -26,24 +26,29 @@ "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" }, "randomize": { "type": "array", + "title": "Randomize", + "description": "Randomly selects one of the following items based upon their weight and the total weights", "items": { "required": ["weight"], + "title": "Randomize", + "description": "Randomly selects one of the following items based upon their weight and the total weights", "properties": { "add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" }, - "trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" }, - "weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" } - }, - "description": "UNDOCUMENTATED: randomize", - "title": "Randomize" - }, - "description": "UNDOCUMENTATED: randomize", - "title": "Randomize" + "trigger": { "type": "string", "description": "Triggers additional events", "$comment": "UNDOCUMENTED", "title": "Trigger" }, + "weight": { + "type": "number", + "description": "The weight on how likely this section is to trigger", + "$comment": "UNDOCUMENTED", + "title": "Weight" + } + } + } }, "sequence": { "type": "array", "items": { - "description": "UNDOCUMENTATED: sequence", + "description": "Filters and components to be added", "title": "Sequence", "type": "object", "properties": { diff --git a/source/behavior/entities/filters/filters/is_game_rule.json b/source/behavior/entities/filters/filters/is_game_rule.json index 84c2f04b..4516cef5 100644 --- a/source/behavior/entities/filters/filters/is_game_rule.json +++ b/source/behavior/entities/filters/filters/is_game_rule.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entities.filters.is_game_rule", "type": "object", "title": "Is Game Rule", - "description": "UNDOCUMENTATED:", + "description": "UNDOCUMENTED:", "required": ["domain"], "properties": { "domain": { "description": "The Game Rule to test.", "title": "Domain" }, diff --git a/source/general/manifest/manifest.1.json b/source/general/manifest/manifest.1.json index 15341b3b..45ac2253 100644 --- a/source/general/manifest/manifest.1.json +++ b/source/general/manifest/manifest.1.json @@ -39,10 +39,10 @@ "description": "This is the minimum version of the game that this pack was written for. This helps the game identify whether any backwards compatibility is needed for your pack. You should always use the highest version currently available when creating packs", "title": "Minimum Engine Version" }, - "lock_template_options": { "type": "boolean", "description": "UNDOCUMENTATED: lock template options", "title": "Lock Template Options" }, - "base_game_version": { "$ref": "#/definitions/version", "description": "UNDOCUMENTATED: base game version", "title": "Base Game Version" } + "lock_template_options": { "type": "boolean", "description": "UNDOCUMENTED: lock template options", "title": "Lock Template Options" }, + "base_game_version": { "$ref": "#/definitions/version", "description": "UNDOCUMENTED: base game version", "title": "Base Game Version" } }, - "description": "UNDOCUMENTATED: header", + "description": "UNDOCUMENTED: header", "title": "Header" }, "modules": { @@ -51,7 +51,7 @@ "items": { "additionalProperties": false, "type": "object", - "description": "UNDOCUMENTATED: modules", + "description": "UNDOCUMENTED: modules", "title": "Modules", "required": ["type", "uuid", "version"], "properties": { @@ -78,7 +78,7 @@ } } }, - "description": "UNDOCUMENTATED: modules" + "description": "UNDOCUMENTED: modules" }, "dependencies": { "type": "array", @@ -99,7 +99,7 @@ "title": "Version" } }, - "description": "UNDOCUMENTATED: dependencies", + "description": "UNDOCUMENTED: dependencies", "title": "Dependencies" }, "title": "Dependencies" @@ -134,7 +134,7 @@ }, "license": { "type": "string", "description": "The license of the pack", "title": "License" }, "url": { "type": "string", "description": "The home website of your pack", "title": "Url" }, - "description": "UNDOCUMENTATED: metadata", + "description": "UNDOCUMENTED: metadata", "title": "Metadata" } } diff --git a/source/general/manifest/manifest.2.json b/source/general/manifest/manifest.2.json index d37e9c8e..11bc56b6 100644 --- a/source/general/manifest/manifest.2.json +++ b/source/general/manifest/manifest.2.json @@ -53,7 +53,7 @@ "title": "Version" } }, - "description": "UNDOCUMENTATED: dependencies", + "description": "UNDOCUMENTED: dependencies", "title": "Dependencies" }, "title": "Dependencies" diff --git a/source/general/world_x_packs.json b/source/general/world_x_packs.json index a194c0c2..ca661594 100644 --- a/source/general/world_x_packs.json +++ b/source/general/world_x_packs.json @@ -12,7 +12,7 @@ "pack_id": { "description": "The uuid of the pack to include", "$ref": "#/definitions/uuidv4", "title": "Pack Id" }, "version": { "description": "The version of the pack", "$ref": "#/definitions/version", "title": "Version" } }, - "description": "UNDOCUMENTATED: items", + "description": "UNDOCUMENTED: items", "title": "Items" } } diff --git a/source/resource/animation_controllers/1.10.0/animation_controller.json b/source/resource/animation_controllers/1.10.0/animation_controller.json index 8b2801ae..f786a72a 100644 --- a/source/resource/animation_controllers/1.10.0/animation_controller.json +++ b/source/resource/animation_controllers/1.10.0/animation_controller.json @@ -127,7 +127,7 @@ "type": "array", "items": { "$ref": "#/definitions/particle_effect_spec", - "description": "UNDOCUMENTATED: particle effects", + "description": "UNDOCUMENTED: particle effects", "title": "Particle Effects" }, "title": "Particle Effects" @@ -155,7 +155,7 @@ "examples": [[{ "some_state": "query.is_sheared" }]], "items": { "$ref": "#/definitions/animationspec", - "description": "UNDOCUMENTATED: transitions", + "description": "UNDOCUMENTED: transitions", "title": "Transitions", "examples": [{ "some_state": "query.is_sheared" }] } @@ -192,7 +192,7 @@ } } }, - "initial_state": { "type": "string", "description": "UNDOCUMENTATED: initial state", "title": "Initial State" } + "initial_state": { "type": "string", "description": "UNDOCUMENTED: initial state", "title": "Initial State" } } } } diff --git a/source/resource/animation_controllers/1.8.0/animation_controller.json b/source/resource/animation_controllers/1.8.0/animation_controller.json index 8674592e..870e65ba 100644 --- a/source/resource/animation_controllers/1.8.0/animation_controller.json +++ b/source/resource/animation_controllers/1.8.0/animation_controller.json @@ -115,7 +115,7 @@ "type": "array", "items": { "$ref": "#/definitions/particle_effect_spec", - "description": "UNDOCUMENTATED: particle effects", + "description": "UNDOCUMENTED: particle effects", "title": "Particle Effects" }, "title": "Particle Effects" @@ -175,7 +175,7 @@ } } }, - "initial_state": { "type": "string", "description": "UNDOCUMENTATED: initial state", "title": "Initial State" } + "initial_state": { "type": "string", "description": "UNDOCUMENTED: initial state", "title": "Initial State" } } } } diff --git a/source/resource/attachables/1.10.0/attachables.json b/source/resource/attachables/1.10.0/attachables.json index 55b21dc8..277fa179 100644 --- a/source/resource/attachables/1.10.0/attachables.json +++ b/source/resource/attachables/1.10.0/attachables.json @@ -45,7 +45,7 @@ "description": "The specification of animation controllers", "title": "Animation Controllers" }, - "enable_attachables": { "type": "boolean", "description": "UNDOCUMENTATED: enable attachables", "title": "Enable Attachables" }, + "enable_attachables": { "type": "boolean", "description": "UNDOCUMENTED: enable attachables", "title": "Enable Attachables" }, "geometry": { "title": "Geometry", "type": "object", @@ -56,7 +56,7 @@ }, "identifier": { "type": "string", - "description": "UNDOCUMENTATED: identifier", + "description": "UNDOCUMENTED: identifier", "title": "Identifier", "$ref": "../../../general/item/identifier.json" }, @@ -94,21 +94,21 @@ "particle_emitters": { "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Particle Emitters" }, - "description": "UNDOCUMENTATED: particle emitters", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Particle Emitters" }, + "description": "UNDOCUMENTED: particle emitters", "title": "Particle Emitters" }, "render_controllers": { "type": "array", - "description": "UNDOCUMENTATED: render controllers", + "description": "UNDOCUMENTED: render controllers", "title": "Render Controllers", "minItems": 1, - "items": { "type": "string", "description": "UNDOCUMENTATED: render controllers", "title": "Render Controllers" } + "items": { "type": "string", "description": "UNDOCUMENTED: render controllers", "title": "Render Controllers" } }, "scripts": { "additionalProperties": false, "type": "object", - "description": "UNDOCUMENTATED: scripts", + "description": "UNDOCUMENTED: scripts", "title": "Scripts", "properties": { "animate": { @@ -117,61 +117,61 @@ "minItems": 1, "items": { "oneOf": [ - { "type": "string", "description": "UNDOCUMENTATED: oneOf[0]", "title": "Animate" }, + { "type": "string", "description": "UNDOCUMENTED: oneOf[0]", "title": "Animate" }, { "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Animate" }, - "description": "UNDOCUMENTATED: oneOf[1]", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Animate" }, + "description": "UNDOCUMENTED: oneOf[1]", "title": "Animate" } ], - "description": "UNDOCUMENTATED: animate", + "description": "UNDOCUMENTED: animate", "title": "Animate" }, - "description": "UNDOCUMENTATED: animate" + "description": "UNDOCUMENTED: animate" }, "initialize": { "type": "array", - "description": "UNDOCUMENTATED: initialize", + "description": "UNDOCUMENTED: initialize", "title": "Initialize", "items": { "pattern": ";$", "$ref": "../../../molang/number.json", - "description": "UNDOCUMENTATED: initialize", + "description": "UNDOCUMENTED: initialize", "title": "Initialize" } }, "pre_animation": { "type": "array", - "description": "UNDOCUMENTATED: pre aninamtion", + "description": "UNDOCUMENTED: pre aninamtion", "title": "Pre Animation", "items": { "pattern": ";$", "$ref": "../../../molang/number.json", - "description": "UNDOCUMENTATED: pre aninamtion", + "description": "UNDOCUMENTED: pre aninamtion", "title": "Pre Animation" } }, "parent_setup": { "type": "string", - "description": "UNDOCUMENTATED: parent setup", + "description": "UNDOCUMENTED: parent setup", "title": "Parent Setup", "$ref": "../../../molang/number.json" }, - "scale": { "type": "string", "description": "UNDOCUMENTATED: scale", "title": "Scale", "$ref": "../../../molang/number.json" } + "scale": { "type": "string", "description": "UNDOCUMENTED: scale", "title": "Scale", "$ref": "../../../molang/number.json" } } }, "sound_effects": { "type": "array", - "description": "UNDOCUMENTATED: sound effects", + "description": "UNDOCUMENTED: sound effects", "title": "Sound Effects", "minItems": 1, - "items": { "type": "string", "description": "UNDOCUMENTATED: sound effects", "title": "Sound Effects" } + "items": { "type": "string", "description": "UNDOCUMENTED: sound effects", "title": "Sound Effects" } }, "spawn_egg": { "type": "object", - "description": "UNDOCUMENTATED: spawn egg", + "description": "UNDOCUMENTED: spawn egg", "title": "Spawn Egg", "dependencies": { "texture": ["texture_index"], @@ -180,20 +180,20 @@ "overlay_color": ["base_colour"] }, "properties": { - "base_colour": { "type": "string", "description": "UNDOCUMENTATED: base colour", "title": "Base Colour" }, - "overlay_color": { "type": "string", "description": "UNDOCUMENTATED: overlay color", "title": "Overlay Color" }, - "texture": { "type": "string", "description": "UNDOCUMENTATED: texture", "title": "Texture" }, - "texture_index": { "type": "integer", "description": "UNDOCUMENTATED: texture index", "title": "Texture Index" } + "base_colour": { "type": "string", "description": "UNDOCUMENTED: base colour", "title": "Base Colour" }, + "overlay_color": { "type": "string", "description": "UNDOCUMENTED: overlay color", "title": "Overlay Color" }, + "texture": { "type": "string", "description": "UNDOCUMENTED: texture", "title": "Texture" }, + "texture_index": { "type": "integer", "description": "UNDOCUMENTED: texture index", "title": "Texture Index" } } }, "textures": { "type": "object", - "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Texture" }, - "description": "UNDOCUMENTATED: textures", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Texture" }, + "description": "UNDOCUMENTED: textures", "title": "Textures" } }, - "description": "UNDOCUMENTATED: description" + "description": "UNDOCUMENTED: description" } }, "additionalProperties": false diff --git a/source/resource/attachables/1.8.0/attachables.json b/source/resource/attachables/1.8.0/attachables.json index b2cb9c9c..e8073c8a 100644 --- a/source/resource/attachables/1.8.0/attachables.json +++ b/source/resource/attachables/1.8.0/attachables.json @@ -21,7 +21,7 @@ "description": { "additionalProperties": false, "title": "Description", - "description": "UNDOCUMENTATED: description", + "description": "UNDOCUMENTED: description", "type": "object", "required": ["identifier", "geometry"], "properties": { @@ -30,31 +30,31 @@ "title": "Animations", "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Animation" } + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Animation" } }, "animation_controllers": { "type": "array", "minItems": 1, - "description": "UNDOCUMENTATED: animation controllers", + "description": "UNDOCUMENTED: animation controllers", "title": "Animation Controllers", "items": { "type": "object", - "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Animation Controller" }, - "description": "UNDOCUMENTATED: animation controllers", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Animation Controller" }, + "description": "UNDOCUMENTED: animation controllers", "title": "Animation Controllers" } }, - "enable_attachables": { "type": "boolean", "description": "UNDOCUMENTATED: enable attachables", "title": "Enable Attachables" }, + "enable_attachables": { "type": "boolean", "description": "UNDOCUMENTED: enable attachables", "title": "Enable Attachables" }, "geometry": { "title": "Geometry", "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Geometry" }, - "description": "UNDOCUMENTATED: geometry" + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Geometry" }, + "description": "UNDOCUMENTED: geometry" }, "identifier": { "type": "string", - "description": "UNDOCUMENTATED: identifier", + "description": "UNDOCUMENTED: identifier", "title": "Identifier", "$ref": "../../../general/item/identifier.json" }, @@ -72,47 +72,47 @@ }, "materials": { "type": "object", - "description": "UNDOCUMENTATED: materials", + "description": "UNDOCUMENTED: materials", "title": "Materials", - "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Material" } + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Material" } }, "min_engine_version": { "type": "string", "pattern": "[0-9]+\\.[0-9]+\\.[0-9]+", - "description": "UNDOCUMENTATED: Minimum engine version", + "description": "UNDOCUMENTED: Minimum engine version", "title": "Minimum Engine Version" }, "particle_effects": { "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Particle Effects" }, - "description": "UNDOCUMENTATED: particle effects", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Particle Effects" }, + "description": "UNDOCUMENTED: particle effects", "title": "Particle Effects" }, "particle_emitters": { "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Particle Emitter" }, - "description": "UNDOCUMENTATED: particle emitters", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Particle Emitter" }, + "description": "UNDOCUMENTED: particle emitters", "title": "Particle Emitters" }, "render_controllers": { "type": "array", - "description": "UNDOCUMENTATED: render controllers", + "description": "UNDOCUMENTED: render controllers", "title": "Render Controllers", "minItems": 1, - "items": { "type": "string", "description": "UNDOCUMENTATED: render controllers", "title": "Render Controllers" } + "items": { "type": "string", "description": "UNDOCUMENTED: render controllers", "title": "Render Controllers" } }, "sound_effects": { "type": "array", - "description": "UNDOCUMENTATED: sound effects", + "description": "UNDOCUMENTED: sound effects", "title": "Sound Effects", "minItems": 1, - "items": { "type": "string", "description": "UNDOCUMENTATED: sound effects", "title": "Sound Effects" } + "items": { "type": "string", "description": "UNDOCUMENTED: sound effects", "title": "Sound Effects" } }, "spawn_egg": { "type": "object", - "description": "UNDOCUMENTATED: spawn egg", + "description": "UNDOCUMENTED: spawn egg", "title": "Spawn Egg", "dependencies": { "texture": ["texture_index"], @@ -121,15 +121,15 @@ "overlay_color": ["base_colour"] }, "properties": { - "base_colour": { "type": "string", "description": "UNDOCUMENTATED: base colour", "title": "Base Colour" }, - "overlay_color": { "type": "string", "description": "UNDOCUMENTATED: overlay color", "title": "Overlay Color" }, - "texture": { "type": "string", "description": "UNDOCUMENTATED: texture", "title": "Texture" }, - "texture_index": { "type": "integer", "description": "UNDOCUMENTATED: texture index", "title": "Texture Index" } + "base_colour": { "type": "string", "description": "UNDOCUMENTED: base colour", "title": "Base Colour" }, + "overlay_color": { "type": "string", "description": "UNDOCUMENTED: overlay color", "title": "Overlay Color" }, + "texture": { "type": "string", "description": "UNDOCUMENTED: texture", "title": "Texture" }, + "texture_index": { "type": "integer", "description": "UNDOCUMENTED: texture index", "title": "Texture Index" } } }, "scripts": { "type": "object", - "description": "UNDOCUMENTATED: scripts", + "description": "UNDOCUMENTED: scripts", "title": "Scripts", "properties": { "pre_animation": { @@ -137,39 +137,39 @@ "items": { "pattern": ";$", "$ref": "../../../molang/number.json", - "description": "UNDOCUMENTATED: pre aninamtion", + "description": "UNDOCUMENTED: pre aninamtion", "title": "Pre Animation" }, - "description": "UNDOCUMENTATED: pre aninamtion", + "description": "UNDOCUMENTED: pre aninamtion", "title": "Pre Animation" }, - "scale": { "type": "string", "description": "UNDOCUMENTATED: scale", "title": "Scale" }, + "scale": { "type": "string", "description": "UNDOCUMENTED: scale", "title": "Scale" }, "animate": { "type": "array", "title": "Animate", "items": { "oneOf": [ - { "type": "string", "description": "UNDOCUMENTATED: oneOf[0]", "title": "Animate" }, + { "type": "string", "description": "UNDOCUMENTED: oneOf[0]", "title": "Animate" }, { "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Animate" }, - "description": "UNDOCUMENTATED: oneOf[1]", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Animate" }, + "description": "UNDOCUMENTED: oneOf[1]", "title": "Animate" } ], - "description": "UNDOCUMENTATED: animate", + "description": "UNDOCUMENTED: animate", "title": "Animate" }, - "description": "UNDOCUMENTATED: animate" + "description": "UNDOCUMENTED: animate" }, "parent_setup": { "$ref": "../../../molang/number.json" } } }, "textures": { "type": "object", - "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Textures" }, - "description": "UNDOCUMENTATED: textures", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Textures" }, + "description": "UNDOCUMENTED: textures", "title": "Textures" } } diff --git a/source/resource/entity/1.10.0/entity.json b/source/resource/entity/1.10.0/entity.json index ce7f3753..9098e8b4 100644 --- a/source/resource/entity/1.10.0/entity.json +++ b/source/resource/entity/1.10.0/entity.json @@ -153,7 +153,7 @@ }, "parent_setup": { "type": "string", - "description": "UNDOCUMENTATED: parent setup", + "description": "UNDOCUMENTED: parent setup", "title": "Parent Setup", "$ref": "../../../molang/number.json" }, diff --git a/source/resource/entity/1.8.0/entity.json b/source/resource/entity/1.8.0/entity.json index 6e68c745..d1936218 100644 --- a/source/resource/entity/1.8.0/entity.json +++ b/source/resource/entity/1.8.0/entity.json @@ -55,7 +55,7 @@ } } }, - "enable_attachables": { "type": "boolean", "description": "UNDOCUMENTATED: enable attachables", "title": "Enable Attachables" }, + "enable_attachables": { "type": "boolean", "description": "UNDOCUMENTED: enable attachables", "title": "Enable Attachables" }, "geometry": { "title": "Geometry", "description": "The reference to defined geometries in `/models/'", @@ -134,7 +134,7 @@ }, "parent_setup": { "type": "string", - "description": "UNDOCUMENTATED: parent setup", + "description": "UNDOCUMENTED: parent setup", "title": "Parent Setup", "$ref": "../../../molang/number.json" }, diff --git a/source/resource/materials/materials.json b/source/resource/materials/materials.json index 7bc8a859..9e69a856 100644 --- a/source/resource/materials/materials.json +++ b/source/resource/materials/materials.json @@ -248,16 +248,16 @@ "$comment": "UNDOCUMENTED", "additionalProperties": false, "properties": { - "+defines": { "title": "Defines", "description": "UNDOCUMENTATED, Add definitions???", "$ref": "#/definitions/DefinesSpecification" }, + "+defines": { "title": "Defines", "description": "UNDOCUMENTED, Add definitions???", "$ref": "#/definitions/DefinesSpecification" }, "vertexFields": { "title": "Vertex Fields", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/VertexFieldsSpecification" }, - "states": { "title": "States", "description": "UNDOCUMENTATED, start states???", "$ref": "#/definitions/StatesSpecification" }, - "+states": { "title": "States", "description": "UNDOCUMENTATED, Add additional states???", "$ref": "#/definitions/StatesSpecification" }, - "-states": { "title": "States", "description": "UNDOCUMENTATED, remove additional states???", "$ref": "#/definitions/StatesSpecification" } + "states": { "title": "States", "description": "UNDOCUMENTED, start states???", "$ref": "#/definitions/StatesSpecification" }, + "+states": { "title": "States", "description": "UNDOCUMENTED, Add additional states???", "$ref": "#/definitions/StatesSpecification" }, + "-states": { "title": "States", "description": "UNDOCUMENTED, remove additional states???", "$ref": "#/definitions/StatesSpecification" } } } }, @@ -307,11 +307,11 @@ }, "defines": { "title": "Defines", - "description": "UNDOCUMENTATED, sets or starts definitions???", + "description": "UNDOCUMENTED, sets or starts definitions???", "$ref": "#/definitions/DefinesSpecification" }, - "+defines": { "title": "Defines", "description": "UNDOCUMENTATED, Add definitions???", "$ref": "#/definitions/DefinesSpecification" }, - "-defines": { "title": "Defines", "description": "UNDOCUMENTATED, removes definitions???", "$ref": "#/definitions/DefinesSpecification" }, + "+defines": { "title": "Defines", "description": "UNDOCUMENTED, Add definitions???", "$ref": "#/definitions/DefinesSpecification" }, + "-defines": { "title": "Defines", "description": "UNDOCUMENTED, removes definitions???", "$ref": "#/definitions/DefinesSpecification" }, "depthBias": { "type": "number", "title": "Depth Bias", @@ -347,7 +347,7 @@ "isAnimatedTexture": { "type": "integer", "title": "Is Animated Texture", - "description": "UNDOCUMENTATED, think its a boolean value as a number, so 1 and 0????" + "description": "UNDOCUMENTED, think its a boolean value as a number, so 1 and 0????" }, "msaaSupport": { "type": "string", @@ -365,12 +365,12 @@ }, "samplerStates": { "title": "Sampler States", - "description": "UNDOCUMENTATED, set or start samplerStates???", + "description": "UNDOCUMENTED, set or start samplerStates???", "$ref": "#/definitions/SamplerStatesSpecification" }, "+samplerStates": { "title": "Sampler States", - "description": "UNDOCUMENTATED, Add samplerStates???", + "description": "UNDOCUMENTED, Add samplerStates???", "$ref": "#/definitions/SamplerStatesSpecification" }, "slopeScaledDepthBias": { @@ -385,9 +385,9 @@ "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, - "states": { "title": "States", "description": "UNDOCUMENTATED, start states???", "$ref": "#/definitions/StatesSpecification" }, - "+states": { "title": "States", "description": "UNDOCUMENTATED, Add additional states???", "$ref": "#/definitions/StatesSpecification" }, - "-states": { "title": "States", "description": "UNDOCUMENTATED, remove additional states???", "$ref": "#/definitions/StatesSpecification" }, + "states": { "title": "States", "description": "UNDOCUMENTED, start states???", "$ref": "#/definitions/StatesSpecification" }, + "+states": { "title": "States", "description": "UNDOCUMENTED, Add additional states???", "$ref": "#/definitions/StatesSpecification" }, + "-states": { "title": "States", "description": "UNDOCUMENTED, remove additional states???", "$ref": "#/definitions/StatesSpecification" }, "stencilRef": { "type": "integer", "title": "Stencil Ref", @@ -412,8 +412,8 @@ "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }, - "variants": { "title": "Variants", "description": "UNDOCUMENTATED, sets the variants?", "$ref": "#/definitions/VariantSpecification" }, - "+variants": { "title": "Variants", "description": "UNDOCUMENTATED, adds variants?", "$ref": "#/definitions/VariantSpecification" }, + "variants": { "title": "Variants", "description": "UNDOCUMENTED, sets the variants?", "$ref": "#/definitions/VariantSpecification" }, + "+variants": { "title": "Variants", "description": "UNDOCUMENTED, adds variants?", "$ref": "#/definitions/VariantSpecification" }, "vertexFields": { "title": "Vertex Fields", "description": "UNDOCUMENTED", diff --git a/source/resource/models/entity/1.10.0/model_entity.json b/source/resource/models/entity/1.10.0/model_entity.json index 136da270..336b3401 100644 --- a/source/resource/models/entity/1.10.0/model_entity.json +++ b/source/resource/models/entity/1.10.0/model_entity.json @@ -99,13 +99,13 @@ }, "cape": { "type": "string" }, "debug": { "type": "boolean" }, - "texturewidth": { "type": "integer", "description": "UNDOCUMENTATED: texturewidth", "title": "Texturewidth" }, - "textureheight": { "type": "integer", "description": "UNDOCUMENTATED: textureheight", "title": "Textureheight" }, - "visible_bounds_width": { "type": "number", "description": "UNDOCUMENTATED: visible bounds width", "title": "Visible Bounds Width" }, - "visible_bounds_height": { "type": "number", "description": "UNDOCUMENTATED: visible bounds height", "title": "Visible Bounds Height" }, + "texturewidth": { "type": "integer", "description": "UNDOCUMENTED: texturewidth", "title": "Texturewidth" }, + "textureheight": { "type": "integer", "description": "UNDOCUMENTED: textureheight", "title": "Textureheight" }, + "visible_bounds_width": { "type": "number", "description": "UNDOCUMENTED: visible bounds width", "title": "Visible Bounds Width" }, + "visible_bounds_height": { "type": "number", "description": "UNDOCUMENTED: visible bounds height", "title": "Visible Bounds Height" }, "visible_bounds_offset": { "type": "array", - "description": "UNDOCUMENTATED: visible bounds offset", + "description": "UNDOCUMENTED: visible bounds offset", "title": "Visible Bounds Offset", "items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }] } diff --git a/source/resource/models/entity/1.8.0/model_entity.json b/source/resource/models/entity/1.8.0/model_entity.json index f6e29a05..bf7ca4a9 100644 --- a/source/resource/models/entity/1.8.0/model_entity.json +++ b/source/resource/models/entity/1.8.0/model_entity.json @@ -134,13 +134,13 @@ }, "cape": { "title": "Cape", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" }, "debug": { "title": "Debug", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" }, - "texturewidth": { "type": "integer", "description": "UNDOCUMENTATED: texturewidth", "title": "Texturewidth" }, - "textureheight": { "type": "integer", "description": "UNDOCUMENTATED: textureheight", "title": "Textureheight" }, - "visible_bounds_width": { "type": "number", "description": "UNDOCUMENTATED: visible bounds width", "title": "Visible Bounds Width" }, - "visible_bounds_height": { "type": "number", "description": "UNDOCUMENTATED: visible bounds height", "title": "Visible Bounds Height" }, + "texturewidth": { "type": "integer", "description": "UNDOCUMENTED: texturewidth", "title": "Texturewidth" }, + "textureheight": { "type": "integer", "description": "UNDOCUMENTED: textureheight", "title": "Textureheight" }, + "visible_bounds_width": { "type": "number", "description": "UNDOCUMENTED: visible bounds width", "title": "Visible Bounds Width" }, + "visible_bounds_height": { "type": "number", "description": "UNDOCUMENTED: visible bounds height", "title": "Visible Bounds Height" }, "visible_bounds_offset": { "type": "array", - "description": "UNDOCUMENTATED: visible bounds offset", + "description": "UNDOCUMENTED: visible bounds offset", "title": "Visible Bounds Offset", "items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }] } diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_expression.json b/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_expression.json index 0c54db48..e25f4552 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_expression.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_expression.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.resource.particle.1.10.0.emitter_rate_manual", "type": "object", "title": "Emitter Rate Manual Component 1.10.0", - "description": "UNDOCUMENTATED: ", + "description": "UNDOCUMENTED: ", "additionalProperties": false, "properties": { "activation_expression": { diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_looping.json b/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_looping.json index c445710a..01bfe30a 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_looping.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_looping.json @@ -15,5 +15,5 @@ "title": "Sleep Time" } }, - "description": "UNDOCUMENTATED: " + "description": "UNDOCUMENTED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_once.json b/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_once.json index 981551b0..dd2a430f 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_once.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_once.json @@ -10,5 +10,5 @@ "title": "Active Time" } }, - "description": "UNDOCUMENTATED: " + "description": "UNDOCUMENTED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_local_space.json b/source/resource/particles/1.10.0/components/minecraft.emitter_local_space.json index 5e2ced64..27312bfc 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_local_space.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_local_space.json @@ -2,11 +2,11 @@ "$id": "blockception.minecraft.resource.particle.1.10.0.emitter_local_space", "type": "object", "title": "Emitter Local Space Component For 1.10.0", - "description": "UNDOCUMENTATED:", + "description": "UNDOCUMENTED:", "additionalProperties": false, "properties": { - "position": { "type": "boolean", "description": "UNDOCUMENTATED: position", "title": "Position" }, - "rotation": { "type": "boolean", "description": "UNDOCUMENTATED: rotation", "title": "Rotation" }, - "velocity": { "type": "boolean", "description": "UNDOCUMENTATED: rotation", "title": "Rotation" } + "position": { "type": "boolean", "description": "UNDOCUMENTED: position", "title": "Position" }, + "rotation": { "type": "boolean", "description": "UNDOCUMENTED: rotation", "title": "Rotation" }, + "velocity": { "type": "boolean", "description": "UNDOCUMENTED: rotation", "title": "Rotation" } } } diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_rate_instant.json b/source/resource/particles/1.10.0/components/minecraft.emitter_rate_instant.json index f788d605..acee3186 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_rate_instant.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_rate_instant.json @@ -11,5 +11,5 @@ "default": 10 } }, - "description": "UNDOCUMENTATED: " + "description": "UNDOCUMENTED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_rate_manual.json b/source/resource/particles/1.10.0/components/minecraft.emitter_rate_manual.json index 5182820c..8d5548f9 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_rate_manual.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_rate_manual.json @@ -10,5 +10,5 @@ "title": "Maximum Particles" } }, - "description": "UNDOCUMENTATED: " + "description": "UNDOCUMENTED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_rate_steady.json b/source/resource/particles/1.10.0/components/minecraft.emitter_rate_steady.json index 9a2e58b9..5e4b52f7 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_rate_steady.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_rate_steady.json @@ -15,5 +15,5 @@ "title": "Spawn Rate" } }, - "description": "UNDOCUMENTATED: " + "description": "UNDOCUMENTED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_box.json b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_box.json index 2700d4b7..7697a6d8 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_box.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_box.json @@ -16,10 +16,10 @@ ] } ], - "description": "UNDOCUMENTATED: direction", + "description": "UNDOCUMENTED: direction", "title": "Direction" }, - "radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" }, + "radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: radius", "title": "Radius" }, "offset": { "type": "array", "items": [ @@ -38,10 +38,10 @@ { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" }, { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" } ], - "description": "UNDOCUMENTATED: half dimensions", + "description": "UNDOCUMENTED: half dimensions", "title": "Half Dimensions" }, - "surface_only": { "type": "boolean", "description": "UNDOCUMENTATED: surface only", "title": "Surface Only" } + "surface_only": { "type": "boolean", "description": "UNDOCUMENTED: surface only", "title": "Surface Only" } }, - "description": "UNDOCUMENTATED: " + "description": "UNDOCUMENTED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_custom.json b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_custom.json index de25cc1b..de5ae931 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_custom.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_custom.json @@ -11,7 +11,7 @@ { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" }, { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" } ], - "description": "UNDOCUMENTATED: direction", + "description": "UNDOCUMENTED: direction", "title": "Direction" }, "offset": { @@ -26,5 +26,5 @@ "title": "Offset" } }, - "description": "UNDOCUMENTATED: " + "description": "UNDOCUMENTED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_disc.json b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_disc.json index 876bc1bb..51441561 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_disc.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_disc.json @@ -16,10 +16,10 @@ ] } ], - "description": "UNDOCUMENTATED: direction", + "description": "UNDOCUMENTED: direction", "title": "Direction" }, - "radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" }, + "radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: radius", "title": "Radius" }, "offset": { "type": "array", "description": "UNDOCUMENTED", @@ -47,7 +47,7 @@ } ] }, - "surface_only": { "type": "boolean", "description": "UNDOCUMENTATED: surface only", "title": "Surface Only" } + "surface_only": { "type": "boolean", "description": "UNDOCUMENTED: surface only", "title": "Surface Only" } }, - "description": "UNDOCUMENTATED: " + "description": "UNDOCUMENTED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_entity_aabb.json b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_entity_aabb.json index c7016e14..fd7ee479 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_entity_aabb.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_entity_aabb.json @@ -13,7 +13,7 @@ { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" }, { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" } ], - "description": "UNDOCUMENTATED: direction", + "description": "UNDOCUMENTED: direction", "title": "Direction" }, "offset": { diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_point.json b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_point.json index e7e5313f..34ced9a5 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_point.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_point.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.resource.particle.1.10.0.emitter_shape_point", "type": "object", "title": "Emitter Shape Point Component For 1.10.0", - "description": "UNDOCUMENTATED: ", + "description": "UNDOCUMENTED: ", "additionalProperties": false, "properties": { "direction": { @@ -12,7 +12,7 @@ { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" }, { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" } ], - "description": "UNDOCUMENTATED: direction", + "description": "UNDOCUMENTED: direction", "title": "Direction" }, "offset": { diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_sphere.json b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_sphere.json index cc123e7d..bd67b1e9 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_shape_sphere.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_shape_sphere.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.resource.particle.1.10.0.emitter_shape_sphere", "type": "object", "title": "Emitter Shape Sphere Component For 1.10.0", - "description": "UNDOCUMENTATED: ", + "description": "UNDOCUMENTED: ", "additionalProperties": false, "properties": { "direction": { @@ -17,7 +17,7 @@ ] } ], - "description": "UNDOCUMENTATED: direction", + "description": "UNDOCUMENTED: direction", "title": "Direction" }, "offset": { @@ -31,7 +31,7 @@ "$comment": "UNDOCUMENTED", "title": "Offset" }, - "radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" }, - "surface_only": { "type": "boolean", "description": "UNDOCUMENTATED: surface only", "title": "Surface Only" } + "radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: radius", "title": "Radius" }, + "surface_only": { "type": "boolean", "description": "UNDOCUMENTED: surface only", "title": "Surface Only" } } } diff --git a/source/resource/particles/1.10.0/components/minecraft.particle_appearance_billboard.json b/source/resource/particles/1.10.0/components/minecraft.particle_appearance_billboard.json index 24455f35..f7e6e2d4 100644 --- a/source/resource/particles/1.10.0/components/minecraft.particle_appearance_billboard.json +++ b/source/resource/particles/1.10.0/components/minecraft.particle_appearance_billboard.json @@ -8,8 +8,8 @@ "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: size", "title": "Size" }, - "description": "UNDOCUMENTATED: size", + "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: size", "title": "Size" }, + "description": "UNDOCUMENTED: size", "title": "Size" }, "facing_camera_mode": { @@ -22,8 +22,8 @@ "additionalProperties": false, "type": "object", "properties": { - "texture_width": { "type": "integer", "description": "UNDOCUMENTATED: texture width", "title": "Texture Width" }, - "texture_height": { "type": "integer", "description": "UNDOCUMENTATED: texture height", "title": "Texture Height" }, + "texture_width": { "type": "integer", "description": "UNDOCUMENTED: texture width", "title": "Texture Width" }, + "texture_height": { "type": "integer", "description": "UNDOCUMENTED: texture height", "title": "Texture Height" }, "flipbook": { "additionalProperties": false, "type": "object", @@ -33,58 +33,58 @@ "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: base UV", "title": "Base U V" }, - "description": "UNDOCUMENTATED: base UV", + "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: base UV", "title": "Base U V" }, + "description": "UNDOCUMENTED: base UV", "title": "Base U V" }, "size_UV": { "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: size UV", "title": "Size U V" }, - "description": "UNDOCUMENTATED: size UV", + "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: size UV", "title": "Size U V" }, + "description": "UNDOCUMENTED: size UV", "title": "Size U V" }, "step_UV": { "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: step UV", "title": "Step U V" }, - "description": "UNDOCUMENTATED: step UV", + "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: step UV", "title": "Step U V" }, + "description": "UNDOCUMENTED: step UV", "title": "Step U V" }, "frames_per_second": { "$ref": "../../../../molang/number.json", - "description": "UNDOCUMENTATED: frames per second", + "description": "UNDOCUMENTED: frames per second", "title": "Frames Per Second" }, - "max_frame": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: Maximum frame", "title": "Maximum Frame" }, - "stretch_to_lifetime": { "type": "boolean", "description": "UNDOCUMENTATED: stretch to lifetime", "title": "Stretch To Lifetime" }, - "loop": { "type": "boolean", "description": "UNDOCUMENTATED: loop", "title": "Loop" } + "max_frame": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: Maximum frame", "title": "Maximum Frame" }, + "stretch_to_lifetime": { "type": "boolean", "description": "UNDOCUMENTED: stretch to lifetime", "title": "Stretch To Lifetime" }, + "loop": { "type": "boolean", "description": "UNDOCUMENTED: loop", "title": "Loop" } }, - "description": "UNDOCUMENTATED: flipbook", + "description": "UNDOCUMENTED: flipbook", "title": "Flipbook" }, "uv": { "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: uv", "title": "Uv" }, - "description": "UNDOCUMENTATED: uv", + "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: uv", "title": "Uv" }, + "description": "UNDOCUMENTED: uv", "title": "Uv" }, "uv_size": { "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: uv size", "title": "Uv Size" }, - "description": "UNDOCUMENTATED: uv size", + "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: uv size", "title": "Uv Size" }, + "description": "UNDOCUMENTED: uv size", "title": "Uv Size" } }, - "description": "UNDOCUMENTATED: uv", + "description": "UNDOCUMENTED: uv", "title": "Uv" } }, - "description": "UNDOCUMENTATED: " + "description": "UNDOCUMENTED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.particle_appearance_tinting.json b/source/resource/particles/1.10.0/components/minecraft.particle_appearance_tinting.json index ef3d6996..86826d81 100644 --- a/source/resource/particles/1.10.0/components/minecraft.particle_appearance_tinting.json +++ b/source/resource/particles/1.10.0/components/minecraft.particle_appearance_tinting.json @@ -45,7 +45,7 @@ } ] }, - "interpolant": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: interpolant", "title": "Interpolant" } + "interpolant": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: interpolant", "title": "Interpolant" } } } ], diff --git a/source/resource/particles/1.10.0/components/minecraft.particle_initialization.json b/source/resource/particles/1.10.0/components/minecraft.particle_initialization.json index dcc95ff8..30c09c50 100644 --- a/source/resource/particles/1.10.0/components/minecraft.particle_initialization.json +++ b/source/resource/particles/1.10.0/components/minecraft.particle_initialization.json @@ -6,14 +6,14 @@ "properties": { "per_update_expression": { "$ref": "../../../../molang/number.json", - "description": "UNDOCUMENTATED: per update expression", + "description": "UNDOCUMENTED: per update expression", "title": "Per Update Expression" }, "per_render_expression": { "$ref": "../../../../molang/number.json", - "description": "UNDOCUMENTATED: per render expression", + "description": "UNDOCUMENTED: per render expression", "title": "Per Render Expression" } }, - "description": "UNDOCUMENTATED: " + "description": "UNDOCUMENTED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.particle_lifetime_events.json b/source/resource/particles/1.10.0/components/minecraft.particle_lifetime_events.json index adab4daa..4cb17bba 100644 --- a/source/resource/particles/1.10.0/components/minecraft.particle_lifetime_events.json +++ b/source/resource/particles/1.10.0/components/minecraft.particle_lifetime_events.json @@ -9,13 +9,13 @@ "description": "Fires when the particle is created", "oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }] }, - "custom_events": { "title": "Custom Events", "description": "UNDOCUMENTATED, unclear structure :(" }, + "custom_events": { "title": "Custom Events", "description": "UNDOCUMENTED, unclear structure :(" }, "expiration_event": { "title": "Expiration Event", "description": "Fires when the particle expires (does not wait for particles to expire too)", "oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }] }, - "timeline": { "propertyNames": { "pattern": "[0-9]*.[0-9]*" }, "description": "UNDOCUMENTATED: timeline", "title": "Timeline" } + "timeline": { "propertyNames": { "pattern": "[0-9]*.[0-9]*" }, "description": "UNDOCUMENTED: timeline", "title": "Timeline" } }, - "description": "UNDOCUMENTATED: " + "description": "UNDOCUMENTED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.particle_lifetime_expression.json b/source/resource/particles/1.10.0/components/minecraft.particle_lifetime_expression.json index bb842dc3..4d6df9b6 100644 --- a/source/resource/particles/1.10.0/components/minecraft.particle_lifetime_expression.json +++ b/source/resource/particles/1.10.0/components/minecraft.particle_lifetime_expression.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.resource.particle.1.10.0.particle_lifetime_expression", "type": "object", - "description": "UNDOCUMENTATED:", + "description": "UNDOCUMENTED:", "title": "Particle Lifetime Expression Component For 1.10.0", "additionalProperties": false, "properties": { diff --git a/source/resource/particles/1.10.0/components/minecraft.particle_motion_collision.json b/source/resource/particles/1.10.0/components/minecraft.particle_motion_collision.json index d3a7bfbc..5f3c2c80 100644 --- a/source/resource/particles/1.10.0/components/minecraft.particle_motion_collision.json +++ b/source/resource/particles/1.10.0/components/minecraft.particle_motion_collision.json @@ -4,29 +4,29 @@ "title": "Particle Motion Collision Component For 1.10.0", "additionalProperties": false, "properties": { - "collision_drag": { "type": "number", "description": "UNDOCUMENTATED: collision drag", "title": "Collision Drag" }, + "collision_drag": { "type": "number", "description": "UNDOCUMENTED: collision drag", "title": "Collision Drag" }, "coefficient_of_restitution": { "type": "number", - "description": "UNDOCUMENTATED: coefficient of restitution", + "description": "UNDOCUMENTED: coefficient of restitution", "title": "Coefficient Of Restitution" }, - "collision_radius": { "type": "number", "description": "UNDOCUMENTATED: collision radius", "title": "Collision Radius" }, - "enabled": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: enabled", "title": "Enabled" }, - "expire_on_contact": { "type": "boolean", "description": "UNDOCUMENTATED: expire on contact", "title": "Expire On Contact" }, + "collision_radius": { "type": "number", "description": "UNDOCUMENTED: collision radius", "title": "Collision Radius" }, + "enabled": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: enabled", "title": "Enabled" }, + "expire_on_contact": { "type": "boolean", "description": "UNDOCUMENTED: expire on contact", "title": "Expire On Contact" }, "events": { "type": "array", "items": { "properties": { "additionalProperties": false, - "event": { "type": "string", "description": "UNDOCUMENTATED: event", "title": "Event" }, - "min_speed": { "type": "number", "description": "UNDOCUMENTATED: Minimum speed", "title": "Minimum Speed" } + "event": { "type": "string", "description": "UNDOCUMENTED: event", "title": "Event" }, + "min_speed": { "type": "number", "description": "UNDOCUMENTED: Minimum speed", "title": "Minimum Speed" } }, - "description": "UNDOCUMENTATED: events", + "description": "UNDOCUMENTED: events", "title": "Events" }, - "description": "UNDOCUMENTATED: events", + "description": "UNDOCUMENTED: events", "title": "Events" } }, - "description": "UNDOCUMENTATED: " + "description": "UNDOCUMENTED: " } diff --git a/source/resource/particles/1.10.0/components/minecraft.particle_motion_parametric.json b/source/resource/particles/1.10.0/components/minecraft.particle_motion_parametric.json index 6f6d2bbf..0e49f9d7 100644 --- a/source/resource/particles/1.10.0/components/minecraft.particle_motion_parametric.json +++ b/source/resource/particles/1.10.0/components/minecraft.particle_motion_parametric.json @@ -8,11 +8,11 @@ "type": "array", "minItems": 3, "maxItems": 3, - "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: relative position", "title": "Relative Position" }, - "description": "UNDOCUMENTATED: relative position", + "items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: relative position", "title": "Relative Position" }, + "description": "UNDOCUMENTED: relative position", "title": "Relative Position" }, - "rotation": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: rotation", "title": "Rotation" } + "rotation": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTED: rotation", "title": "Rotation" } }, - "description": "UNDOCUMENTATED: " + "description": "UNDOCUMENTED: " } diff --git a/source/resource/particles/1.10.0/particle.json b/source/resource/particles/1.10.0/particle.json index f54118c8..3d6320fb 100644 --- a/source/resource/particles/1.10.0/particle.json +++ b/source/resource/particles/1.10.0/particle.json @@ -14,7 +14,7 @@ "particle_effect": { "type": "object", "additionalProperties": false, - "description": "UNDOCUMENTATED: particle effect", + "description": "UNDOCUMENTED: particle effect", "title": "Particle Effect", "properties": { "description": { @@ -24,7 +24,7 @@ "properties": { "identifier": { "type": "string", - "description": "UNDOCUMENTATED: identifier", + "description": "UNDOCUMENTED: identifier", "title": "Identifier", "$ref": "../../../general/particle/identifier.json" }, @@ -40,11 +40,11 @@ }, "texture": { "type": "string", "pattern": "^.+$", "description": "Minecraft texture to use for emitter", "title": "Texture" } }, - "description": "UNDOCUMENTATED: basic render parameters", + "description": "UNDOCUMENTED: basic render parameters", "title": "Basic Render Parameters" } }, - "description": "UNDOCUMENTATED: description", + "description": "UNDOCUMENTED: description", "title": "Description" }, "curves": { @@ -120,7 +120,7 @@ }, "events": { "type": "object", - "description": "UNDOCUMENTATED: events", + "description": "UNDOCUMENTED: events", "title": "Events", "additionalProperties": { "description": "UNDOCUMENTED", @@ -134,8 +134,8 @@ "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "properties": { - "effect": { "type": "string", "description": "UNDOCUMENTATED: effect", "title": "Effect" }, - "type": { "type": "string", "description": "UNDOCUMENTATED: type", "title": "Type" } + "effect": { "type": "string", "description": "UNDOCUMENTED: effect", "title": "Effect" }, + "type": { "type": "string", "description": "UNDOCUMENTED: type", "title": "Type" } } }, "sound_effect": { @@ -143,7 +143,7 @@ "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "properties": { - "event_name": { "type": "string", "description": "UNDOCUMENTATED: effect", "title": "Event name" } + "event_name": { "type": "string", "description": "UNDOCUMENTED: effect", "title": "Event name" } } } } diff --git a/source/resource/particles/1.8.0/particle.json b/source/resource/particles/1.8.0/particle.json index 3985e282..960b0f6f 100644 --- a/source/resource/particles/1.8.0/particle.json +++ b/source/resource/particles/1.8.0/particle.json @@ -21,17 +21,17 @@ "properties": { "identifier": { "type": "string", - "description": "UNDOCUMENTATED: identifier", + "description": "UNDOCUMENTED: identifier", "title": "Identifier", "$ref": "../../../general/particle/identifier.json" } }, - "description": "UNDOCUMENTATED: description", + "description": "UNDOCUMENTED: description", "title": "Description" }, - "components": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED: components", "title": "Components" } + "components": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTED: components", "title": "Components" } }, - "description": "UNDOCUMENTATED: particle effect", + "description": "UNDOCUMENTED: particle effect", "title": "Particle Effect" } } diff --git a/source/resource/render_controllers/1.10.0/render_controllers.json b/source/resource/render_controllers/1.10.0/render_controllers.json index fb0e0a48..b0e1c202 100644 --- a/source/resource/render_controllers/1.10.0/render_controllers.json +++ b/source/resource/render_controllers/1.10.0/render_controllers.json @@ -100,12 +100,12 @@ "b": { "$ref": "#/definitions/color", "description": "The value of blue, between 0 and 1", "title": "B" }, "a": { "$ref": "#/definitions/color", "description": "The value of alpha, between 0 and 1", "title": "A" } }, - "description": "UNDOCUMENTATED: color", + "description": "UNDOCUMENTED: color", "title": "Color" }, - "filter_lighting": { "type": "boolean", "description": "UNDOCUMENTATED: filter lighting", "title": "Filter Lighting" }, - "geometry": { "type": "string", "description": "UNDOCUMENTATED: geometry", "title": "Geometry" }, - "ignore_lighting": { "type": "boolean", "description": "UNDOCUMENTATED: ignore lighting", "title": "Ignore Lighting" }, + "filter_lighting": { "type": "boolean", "description": "UNDOCUMENTED: filter lighting", "title": "Filter Lighting" }, + "geometry": { "type": "string", "description": "UNDOCUMENTED: geometry", "title": "Geometry" }, + "ignore_lighting": { "type": "boolean", "description": "UNDOCUMENTED: ignore lighting", "title": "Ignore Lighting" }, "is_hurt_color": { "additionalProperties": false, "type": "object", @@ -129,10 +129,10 @@ "items": { "type": "object", "additionalProperties": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Material" }, - "description": "UNDOCUMENTATED: materials", + "description": "UNDOCUMENTED: materials", "title": "Materials" }, - "description": "UNDOCUMENTATED: materials", + "description": "UNDOCUMENTED: materials", "title": "Materials" }, "on_fire_color": { @@ -144,13 +144,13 @@ "b": { "$ref": "#/definitions/color", "description": "The value of blue, must result in a float between 0 and 1", "title": "B" }, "a": { "$ref": "#/definitions/color", "description": "The value of alpha, must result in a float between 0 and 1", "title": "A" } }, - "description": "UNDOCUMENTATED: on fire color", + "description": "UNDOCUMENTED: on fire color", "title": "On Fire Color" }, "overlay_color": { "additionalProperties": false, "type": "object", - "description": "UNDOCUMENTATED: overlay color", + "description": "UNDOCUMENTED: overlay color", "title": "Overlay Color", "properties": { "r": { "$ref": "#/definitions/color", "description": "The value of red, between 0 and 1", "title": "R" }, @@ -168,19 +168,19 @@ "type": "object", "additionalProperties": { "oneOf": [{ "type": "string" }, { "type": "boolean" }, { "type": "number" }] } }, - "description": "UNDOCUMENTATED: part visibility", + "description": "UNDOCUMENTED: part visibility", "title": "Part Visibility" }, "rebuild_animation_matrices": { "type": "boolean", - "description": "UNDOCUMENTATED: rebuild animation matrices", + "description": "UNDOCUMENTED: rebuild animation matrices", "title": "Rebuild Animation Matrices" }, "textures": { "type": "array", "minItems": 1, - "items": { "type": "string", "description": "UNDOCUMENTATED: textures", "title": "Textures" }, - "description": "UNDOCUMENTATED: textures", + "items": { "type": "string", "description": "UNDOCUMENTED: textures", "title": "Textures" }, + "description": "UNDOCUMENTED: textures", "title": "Textures" }, "uv_anim": { @@ -192,25 +192,25 @@ "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTATED: offset", "title": "Offset" }, - "description": "UNDOCUMENTATED: offset", + "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: offset", "title": "Offset" }, + "description": "UNDOCUMENTED: offset", "title": "Offset" }, "scale": { "type": "array", - "description": "UNDOCUMENTATED: scale", + "description": "UNDOCUMENTED: scale", "title": "Scale", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTATED: scale", "title": "Scale" } + "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: scale", "title": "Scale" } } }, - "description": "UNDOCUMENTATED: uv anim", + "description": "UNDOCUMENTED: uv anim", "title": "Uv Anim" } } }, - "description": "UNDOCUMENTATED: render controllers", + "description": "UNDOCUMENTED: render controllers", "title": "Render Controllers" } } diff --git a/source/resource/render_controllers/1.8.0/render_controllers.json b/source/resource/render_controllers/1.8.0/render_controllers.json index e20937f7..282e20db 100644 --- a/source/resource/render_controllers/1.8.0/render_controllers.json +++ b/source/resource/render_controllers/1.8.0/render_controllers.json @@ -91,7 +91,7 @@ } }, "color": { - "description": "UNDOCUMENTATED: color", + "description": "UNDOCUMENTED: color", "title": "Color", "additionalProperties": false, "type": "object", @@ -102,9 +102,9 @@ "a": { "$ref": "#/definitions/color", "description": "The value of alpha, must result in a float between 0 and 1", "title": "A" } } }, - "filter_lighting": { "type": "boolean", "description": "UNDOCUMENTATED: filter lighting", "title": "Filter Lighting" }, - "geometry": { "type": "string", "description": "UNDOCUMENTATED: geometry", "title": "Geometry" }, - "ignore_lighting": { "type": "boolean", "description": "UNDOCUMENTATED: ignore lighting", "title": "Ignore Lighting" }, + "filter_lighting": { "type": "boolean", "description": "UNDOCUMENTED: filter lighting", "title": "Filter Lighting" }, + "geometry": { "type": "string", "description": "UNDOCUMENTED: geometry", "title": "Geometry" }, + "ignore_lighting": { "type": "boolean", "description": "UNDOCUMENTED: ignore lighting", "title": "Ignore Lighting" }, "is_hurt_color": { "type": "object", "title": "Is Hurt Color", @@ -127,11 +127,11 @@ "minItems": 1, "items": { "type": "object", - "additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Material" }, - "description": "UNDOCUMENTATED: materials", + "additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties", "title": "Material" }, + "description": "UNDOCUMENTED: materials", "title": "Materials" }, - "description": "UNDOCUMENTATED: materials", + "description": "UNDOCUMENTED: materials", "title": "Materials" }, "on_fire_color": { @@ -143,7 +143,7 @@ "b": { "$ref": "#/definitions/color", "description": "The value of blue, must result in a float between 0 and 1", "title": "B" }, "a": { "$ref": "#/definitions/color", "description": "The value of alpha, must result in a float between 0 and 1", "title": "A" } }, - "description": "UNDOCUMENTATED: on fire color", + "description": "UNDOCUMENTED: on fire color", "title": "On Fire Color" }, "overlay_color": { @@ -172,19 +172,19 @@ "title": "Part Visibilty" } }, - "description": "UNDOCUMENTATED: part visibility", + "description": "UNDOCUMENTED: part visibility", "title": "Part Visibility" }, "rebuild_animation_matrices": { "type": "boolean", - "description": "UNDOCUMENTATED: rebuild animation matrices", + "description": "UNDOCUMENTED: rebuild animation matrices", "title": "Rebuild Animation Matrices" }, "textures": { "type": "array", "minItems": 1, - "items": { "type": "string", "description": "UNDOCUMENTATED: textures", "title": "Textures" }, - "description": "UNDOCUMENTATED: textures", + "items": { "type": "string", "description": "UNDOCUMENTED: textures", "title": "Textures" }, + "description": "UNDOCUMENTED: textures", "title": "Textures" }, "uv_anim": { @@ -196,25 +196,25 @@ "type": "array", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTATED: offset", "title": "Offset" }, - "description": "UNDOCUMENTATED: offset", + "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: offset", "title": "Offset" }, + "description": "UNDOCUMENTED: offset", "title": "Offset" }, "scale": { "type": "array", - "description": "UNDOCUMENTATED: scale", + "description": "UNDOCUMENTED: scale", "title": "Scale", "minItems": 2, "maxItems": 2, - "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTATED: scale", "title": "Scale" } + "items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: scale", "title": "Scale" } } }, - "description": "UNDOCUMENTATED: uv anim", + "description": "UNDOCUMENTED: uv anim", "title": "Uv Anim" } } }, - "description": "UNDOCUMENTATED: render controllers", + "description": "UNDOCUMENTED: render controllers", "title": "Render Controllers" } } diff --git a/source/resource/sounds/1.14.0/sound_definitions.json b/source/resource/sounds/1.14.0/sound_definitions.json index 7917307d..a3030d4d 100644 --- a/source/resource/sounds/1.14.0/sound_definitions.json +++ b/source/resource/sounds/1.14.0/sound_definitions.json @@ -26,7 +26,7 @@ "$id": "#/Sound/category", "title": "Sound Category", "enum": ["ambient", "block", "music", "weather", "ui", "bucket", "neutral", "player", "hostile", "record", "bottle"], - "description": "UNDOCUMENTATED: category" + "description": "UNDOCUMENTED: category" }, "sounds": { "items": { @@ -57,7 +57,7 @@ "$id": "#/Sound/sounds/stringItem", "type": "string", "$ref": "#/definitions/SoundPath", - "description": "UNDOCUMENTATED: name", + "description": "UNDOCUMENTED: name", "title": "Name" } }, @@ -66,10 +66,10 @@ "title": "Sounds" } ], - "description": "UNDOCUMENTATED: sounds", + "description": "UNDOCUMENTED: sounds", "title": "Sounds" }, - "description": "UNDOCUMENTATED: sounds", + "description": "UNDOCUMENTED: sounds", "title": "Sounds" } } @@ -84,11 +84,11 @@ "sound_definitions": { "type": "object", "additionalProperties": { "$ref": "#/definitions/SoundSpec" }, - "description": "UNDOCUMENTATED: sound definitions", + "description": "UNDOCUMENTED: sound definitions", "title": "Sound Definitions" }, "__use_legacy_max_distance": { - "description": "UNDOCUMENTATED: use legacy Maximum distance", + "description": "UNDOCUMENTED: use legacy Maximum distance", "title": "Use Legacy Maximum Distance", "type": "string", "enum": ["true", "false"] diff --git a/source/resource/sounds/music_definitions.json b/source/resource/sounds/music_definitions.json index 25518ee9..561f0e2f 100644 --- a/source/resource/sounds/music_definitions.json +++ b/source/resource/sounds/music_definitions.json @@ -27,8 +27,8 @@ ], "title": "Event Name" }, - "min_delay": { "type": "integer", "description": "UNDOCUMENTATED: Minimum delay", "title": "Minimum Delay" }, - "max_delay": { "type": "integer", "description": "UNDOCUMENTATED: Maximum delay", "title": "Maximum Delay" } + "min_delay": { "type": "integer", "description": "UNDOCUMENTED: Minimum delay", "title": "Minimum Delay" }, + "max_delay": { "type": "integer", "description": "UNDOCUMENTED: Maximum delay", "title": "Maximum Delay" } }, "title": "Music" } diff --git a/source/resource/sounds/sound_definitions_unknown.json b/source/resource/sounds/sound_definitions_unknown.json index cd0fff39..06c25908 100644 --- a/source/resource/sounds/sound_definitions_unknown.json +++ b/source/resource/sounds/sound_definitions_unknown.json @@ -25,7 +25,7 @@ "$id": "#/Sound/category", "title": "Sound Category", "enum": ["block", "music", "weather", "ui", "bucket", "neutral", "player", "hostile", "record"], - "description": "UNDOCUMENTATED: category" + "description": "UNDOCUMENTED: category" }, "sounds": { "items": { @@ -62,7 +62,7 @@ "$id": "#/Sound/sounds/stringItem", "type": "string", "$ref": "#/definitions/SoundPath", - "description": "UNDOCUMENTATED: name", + "description": "UNDOCUMENTED: name", "title": "Name" } }, @@ -71,10 +71,10 @@ "title": "Sounds" } ], - "description": "UNDOCUMENTATED: sounds", + "description": "UNDOCUMENTED: sounds", "title": "Sounds" }, - "description": "UNDOCUMENTATED: sounds", + "description": "UNDOCUMENTED: sounds", "title": "Sounds" } } @@ -90,7 +90,7 @@ "sound_definitions": { "type": "object", "additionalProperties": { "$ref": "#/definitions/SoundSpec" }, - "description": "UNDOCUMENTATED: sound definitions", + "description": "UNDOCUMENTED: sound definitions", "title": "Sound Definitions" } }