UNDOCUMENTATED description, or needs to be filled in

This commit is contained in:
DaanV2
2021-06-09 09:40:37 +02:00
parent c4174e2457
commit 0bff0baa33
156 changed files with 481 additions and 465 deletions

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entity1.10.0",
"type": "object",
"title": "Entity Behavior 1.10.0",
"description": "TODO description",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"required": ["format_version", "minecraft:entity"],
"properties": {
@@ -12,6 +12,6 @@
"const": "1.10.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": "TODO description: minecraft:entity", "title": "Entity" }
"minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "UNDOCUMENTATED: minecraft:entity", "title": "Entity" }
}
}

View File

@@ -32,18 +32,18 @@
"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": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
"weight": { "type": "number", "description": "TODO description: weight", "title": "Weight" }
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
},
"description": "TODO description: randomize",
"description": "UNDOCUMENTATED: randomize",
"title": "Randomize"
},
"description": "TODO description: randomize",
"description": "UNDOCUMENTATED: randomize",
"title": "Randomize"
},
"sequence": {
"type": "array",
"items": {
"description": "TODO description: sequence",
"description": "UNDOCUMENTATED: sequence",
"title": "Sequence",
"type": "object",
"properties": {

View File

@@ -3,5 +3,5 @@
"type": "object",
"title": "Entity 1.11.0",
"$ref": "../1.10.0/components.json",
"description": "TODO description"
"description": "UNDOCUMENTATED"
}

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entity1.10.0",
"type": "object",
"title": "Entity Behavior 1.11.0",
"description": "TODO description",
"description": "UNDOCUMENTATED",
"required": ["format_version", "minecraft:entity"],
"properties": {
"format_version": {
@@ -11,7 +11,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": "TODO description: minecraft:entity", "title": "Entity" }
"minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "UNDOCUMENTATED: minecraft:entity", "title": "Entity" }
},
"additionalProperties": false
}

View File

@@ -33,18 +33,18 @@
"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": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
"weight": { "type": "number", "description": "TODO description: weight", "title": "Weight" }
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
},
"description": "TODO description: randomize",
"description": "UNDOCUMENTATED: randomize",
"title": "Randomize"
},
"description": "TODO description: randomize",
"description": "UNDOCUMENTATED: randomize",
"title": "Randomize"
},
"sequence": {
"type": "array",
"items": {
"description": "TODO description: sequence",
"description": "UNDOCUMENTATED: sequence",
"title": "Sequence",
"type": "object",
"properties": {

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entity1.10.0",
"type": "object",
"title": "Entity Behavior 1.12.0",
"description": "TODO description",
"description": "UNDOCUMENTATED",
"required": ["format_version", "minecraft:entity"],
"properties": {
"format_version": {
@@ -11,7 +11,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": "TODO description: minecraft:entity", "title": "Entity" }
"minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "UNDOCUMENTATED: minecraft:entity", "title": "Entity" }
},
"additionalProperties": false
}

View File

@@ -32,18 +32,18 @@
"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": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
"weight": { "type": "number", "description": "TODO description: weight", "title": "Weight" }
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
},
"description": "TODO description: randomize",
"description": "UNDOCUMENTATED: randomize",
"title": "Randomize"
},
"description": "TODO description: randomize",
"description": "UNDOCUMENTATED: randomize",
"title": "Randomize"
},
"sequence": {
"type": "array",
"items": {
"description": "TODO description: sequence",
"description": "UNDOCUMENTATED: sequence",
"title": "Sequence",
"type": "object",
"properties": {

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Entity 1.13.0",
"description": "TODO description",
"description": "UNDOCUMENTATED",
"properties": {
"minecraft:addrider": { "$ref": "../1.8.0/components/minecraft.addrider.json" },
"minecraft:admire_item": { "$ref": "../1.8.0/components/minecraft.admire_item.json" },

View File

@@ -33,8 +33,8 @@
"title": "On Damage",
"properties": {
"filters": { "$ref": "../../filters/filters.json" },
"event": { "type": "string", "pattern": "^.*$", "description": "TODO description: event", "title": "Event" },
"target": { "$ref": "../../filters/filters/types/subject.json", "description": "TODO description: target", "title": "Target" }
"event": { "type": "string", "pattern": "^.*$", "description": "UNDOCUMENTATED: event", "title": "Event" },
"target": { "$ref": "../../filters/filters/types/subject.json", "description": "UNDOCUMENTATED: target", "title": "Target" }
},
"on_damage_sound_event": {
"type": "string",

View File

@@ -97,7 +97,7 @@
{ "type": "object", "$ref": "#/definitions/interaction_spec" },
{ "type": "array", "items": { "$ref": "#/definitions/interaction_spec" } }
],
"description": "TODO description",
"description": "UNDOCUMENTATED",
"title": "TODO Title"
}
}

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entity1.13.0",
"type": "object",
"title": "Entity Behavior 1.13.0",
"description": "TODO description",
"description": "UNDOCUMENTATED",
"required": ["format_version", "minecraft:entity"],
"properties": {
"format_version": {
@@ -11,7 +11,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": "TODO description: minecraft:entity", "title": "Entity" }
"minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "UNDOCUMENTATED: minecraft:entity", "title": "Entity" }
},
"additionalProperties": false
}

View File

@@ -32,18 +32,18 @@
"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": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
"weight": { "type": "number", "description": "TODO description: weight", "title": "Weight" }
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
},
"description": "TODO description: randomize",
"description": "UNDOCUMENTATED: randomize",
"title": "Randomize"
},
"description": "TODO description: randomize",
"description": "UNDOCUMENTATED: randomize",
"title": "Randomize"
},
"sequence": {
"type": "array",
"items": {
"description": "TODO description: sequence",
"description": "UNDOCUMENTATED: sequence",
"title": "Sequence",
"type": "object",
"properties": {

View File

@@ -3,5 +3,5 @@
"type": "object",
"title": "Entity 1.14.0",
"$ref": "../1.13.0/components.json",
"description": "TODO description"
"description": "UNDOCUMENTATED"
}

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entity1.14.0",
"type": "object",
"title": "Entity Behavior 1.14.0",
"description": "TODO description",
"description": "UNDOCUMENTATED",
"required": ["format_version", "minecraft:entity"],
"properties": {
"format_version": {

View File

@@ -32,18 +32,18 @@
"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": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
"weight": { "type": "number", "description": "TODO description: weight", "title": "Weight" }
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
},
"description": "TODO description: randomize",
"description": "UNDOCUMENTATED: randomize",
"title": "Randomize"
},
"description": "TODO description: randomize",
"description": "UNDOCUMENTATED: randomize",
"title": "Randomize"
},
"sequence": {
"type": "array",
"items": {
"description": "TODO description: sequence",
"description": "UNDOCUMENTATED: sequence",
"title": "Sequence",
"type": "object",
"properties": {

View File

@@ -8,7 +8,7 @@
"properties": {
"priority": { "$ref": "./types/priority.json" },
"speed_multiplier": { "$ref": "./types/speed_multiplier.json" },
"speed_modifier": { "default": 0.0, "description": "TODO description: speed modifier", "title": "Speed Modifier" },
"speed_modifier": { "default": 0.0, "description": "UNDOCUMENTATED: speed modifier", "title": "Speed Modifier" },
"potions": {
"type": "array",
"description": "A list of potions that this entity can drink.",
@@ -31,7 +31,7 @@
"title": "Filters"
}
},
"description": "TODO description: potions",
"description": "UNDOCUMENTATED: potions",
"title": "Potions"
},
"title": "Potions"

View File

@@ -39,7 +39,7 @@
"max_failed_attempts": {
"type": "integer",
"$comment": "NOT DOCUMENTATED BY MINECRAFT",
"description": "TODO description",
"description": "UNDOCUMENTATED",
"title": "TODO Title"
}
}

View File

@@ -45,6 +45,6 @@
}
}
},
"sequence": { "$ref": "#/definitions/sequence", "description": "TODO description", "title": "TODO Title" }
"sequence": { "$ref": "#/definitions/sequence", "description": "UNDOCUMENTATED", "title": "TODO Title" }
}
}

View File

@@ -18,7 +18,7 @@
"on_block_broken": { "type": "string", "title": "On Block Broken", "description": "On block broken" }
}
},
"description": "TODO description"
"description": "UNDOCUMENTATED"
}
}
}

View File

@@ -33,8 +33,8 @@
"title": "On Damage",
"properties": {
"filters": { "$ref": "../../filters/filters.json" },
"event": { "type": "string", "pattern": "^.*$", "description": "TODO description: event", "title": "Event" },
"target": { "$ref": "../../filters/filters/types/subject.json", "description": "TODO description: target", "title": "Target" }
"event": { "type": "string", "pattern": "^.*$", "description": "UNDOCUMENTATED: event", "title": "Event" },
"target": { "$ref": "../../filters/filters/types/subject.json", "description": "UNDOCUMENTATED: target", "title": "Target" }
},
"on_damage_sound_event": {
"type": "string",

View File

@@ -28,7 +28,7 @@
"title": "Min Distance"
}
},
"description": "TODO description",
"description": "UNDOCUMENTATED",
"title": "TODO Title"
},
"despawn_from_inactivity": {

View File

@@ -20,7 +20,7 @@
}
}
},
"table": { "type": "string", "pattern": ".*\\.json$", "description": "TODO description: table", "title": "Table" }
"table": { "type": "string", "pattern": ".*\\.json$", "description": "UNDOCUMENTATED: table", "title": "Table" }
},
"description": "TODO description: "
"description": "UNDOCUMENTATED: "
}

View File

@@ -96,7 +96,7 @@
{ "type": "object", "$ref": "#/definitions/interaction_spec" },
{ "type": "array", "items": { "$ref": "#/definitions/interaction_spec" } }
],
"description": "TODO description",
"description": "UNDOCUMENTATED",
"title": "TODO Title"
}
}

View File

@@ -6,6 +6,6 @@
"additionalProperties": false,
"properties": {
"max_turn": { "type": "number", "default": 30, "description": "The maximum number in degrees the mob can turn per tick.", "title": "Max Turn" },
"sway_amplitude": { "type": "number", "description": "TODO description", "title": "TODO Title" }
"sway_amplitude": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO Title" }
}
}

View File

@@ -40,7 +40,7 @@
{ "type": "array", "items": { "$ref": "#/definitions/name_action" } },
{ "type": "object", "$ref": "#/definitions/name_action" }
],
"description": "TODO description",
"description": "UNDOCUMENTATED",
"title": "TODO Title"
}
}

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entity1.16.0",
"type": "object",
"title": "Entity Behavior 1.16.0",
"description": "TODO description",
"description": "UNDOCUMENTATED",
"required": ["format_version", "minecraft:entity"],
"properties": {
"format_version": {

View File

@@ -20,7 +20,7 @@
},
"randomize": {
"title": "Randomize",
"description": "TODO description: randomize",
"description": "UNDOCUMENTATED: randomize",
"type": "array",
"items": {
"required": ["weight"],
@@ -28,7 +28,7 @@
"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": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
"weight": { "type": "number", "description": "TODO description: weight", "title": "Weight" }
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
}
}
},
@@ -48,7 +48,7 @@
"description": "A series of filters and components to be added",
"title": "Sequences",
"type": "array",
"items": { "description": "TODO description: sequence", "title": "Sequence", "type": "object", "$ref": "#/definitions/event_base" }
"items": { "description": "UNDOCUMENTATED: sequence", "title": "Sequence", "type": "object", "$ref": "#/definitions/event_base" }
},
"trigger": { "type": "string", "description": "The event to run", "title": "Trigger" }
}

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entity1.16.100",
"type": "object",
"title": "Entity Behavior 1.16.100",
"description": "TODO description",
"description": "UNDOCUMENTATED",
"required": ["format_version", "minecraft:entity"],
"properties": {
"format_version": {

View File

@@ -20,7 +20,7 @@
},
"randomize": {
"title": "Randomize",
"description": "TODO description: randomize",
"description": "UNDOCUMENTATED: randomize",
"type": "array",
"items": {
"required": ["weight"],
@@ -28,7 +28,7 @@
"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": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
"weight": { "type": "number", "description": "TODO description: weight", "title": "Weight" }
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
}
}
},
@@ -48,7 +48,7 @@
"description": "A series of filters and components to be added",
"title": "Sequences",
"type": "array",
"items": { "description": "TODO description: sequence", "title": "Sequence", "type": "object", "$ref": "#/definitions/event_base" }
"items": { "description": "UNDOCUMENTATED: sequence", "title": "Sequence", "type": "object", "$ref": "#/definitions/event_base" }
},
"trigger": { "type": "string", "description": "The event to run", "title": "Trigger" }
}

View File

@@ -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": "TODO description: entity types", "title": "Entity Types" },
"entity_types": { "$ref": "../types/entity_types.json", "description": "UNDOCUMENTATED: entity types", "title": "Entity Types" },
"avoid_mob_sound": { "title": "Avoid Mob Sound", "description": "UNDOCUMENTATED", "type": "string" },
"remove_target": { "title": "Remove Target", "description": "UNDOCUMENTATED", "type": "boolean" },
"on_escape_event": { "$ref": "../types/event.json", "title": "On Escape Event", "description": "UNDOCUMENTATED" },

View File

@@ -10,7 +10,7 @@
"items": {
"type": "array",
"description": "List of items that this mob likes",
"items": { "type": "string", "description": "TODO description: properties", "title": "Properties" },
"items": { "type": "string", "description": "UNDOCUMENTATED: properties", "title": "Properties" },
"title": "Properties"
},
"look_distance": { "type": "number", "default": 8, "description": "Distance in blocks the mob will beg from", "title": "Look Distance" },

View File

@@ -8,7 +8,7 @@
"properties": {
"priority": { "$ref": "./types/priority.json" },
"speed_multiplier": { "$ref": "./types/speed_multiplier.json" },
"speed_modifier": { "default": 0.0, "description": "TODO description: speed modifier", "title": "Speed Modifier" },
"speed_modifier": { "default": 0.0, "description": "UNDOCUMENTATED: speed modifier", "title": "Speed Modifier" },
"potions": {
"type": "array",
"description": "A list of potions that this entity can drink.",
@@ -31,7 +31,7 @@
"title": "Filters"
}
},
"description": "TODO description: potions",
"description": "UNDOCUMENTATED: potions",
"title": "Potions"
},
"title": "Potions"

View File

@@ -7,7 +7,7 @@
"required": [],
"properties": {
"priority": { "$ref": "./types/priority.json" },
"entity_types": { "$ref": "../types/entity_types.json", "description": "TODO description: entity types", "title": "Entity Types" },
"entity_types": { "$ref": "../types/entity_types.json", "description": "UNDOCUMENTATED: entity types", "title": "Entity Types" },
"alert_same_type": {
"type": "boolean",
"default": false,

View File

@@ -10,8 +10,8 @@
"speed_multiplier": { "$ref": "./types/speed_multiplier.json" },
"control_flags": {
"type": "array",
"items": { "type": "string", "enum": ["move", "look"], "description": "TODO description: control flags", "title": "Control Flags" },
"description": "TODO description: control flags",
"items": { "type": "string", "enum": ["move", "look"], "description": "UNDOCUMENTATED: control flags", "title": "Control Flags" },
"description": "UNDOCUMENTATED: control flags",
"title": "Control Flags"
}
}

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.ocelot_sit_on_block",
"additionalProperties": false,
"description": "TODO description",
"description": "UNDOCUMENTATED",
"type": "object",
"title": "Ocelot Sit On Block 1.8.0",
"required": [],

View File

@@ -6,8 +6,8 @@
"required": [],
"properties": {
"priority": { "$ref": "./types/priority.json" },
"idle_time": { "title": "TODO", "description": "TODO Description", "type": "number" },
"success_rate": { "title": "TODO", "description": "TODO Description", "type": "number" }
"idle_time": { "title": "TODO", "description": "UNDOCUMENTATED", "type": "number" },
"success_rate": { "title": "TODO", "description": "UNDOCUMENTATED", "type": "number" }
},
"description": "TODO description"
"description": "UNDOCUMENTATED"
}

View File

@@ -39,5 +39,5 @@
"title": "TODO Title"
}
},
"description": "TODO description"
"description": "UNDOCUMENTATED"
}

View File

@@ -30,7 +30,7 @@
},
{ "type": "string", "$ref": "../../../../general/item/identifier.json" }
],
"description": "TODO description: feedItems",
"description": "UNDOCUMENTATED: feedItems",
"title": "Feed Items"
},
"title": "Feed Items"

View File

@@ -4,6 +4,6 @@
"title": "Attack Damage 1.8.0",
"additionalProperties": false,
"required": ["value"],
"properties": { "value": { "type": "number", "description": "TODO description: value", "title": "Value" } },
"description": "TODO description: "
"properties": { "value": { "type": "number", "description": "UNDOCUMENTATED: value", "title": "Value" } },
"description": "UNDOCUMENTATED: "
}

View File

@@ -4,6 +4,6 @@
"type": "object",
"title": "Balloonable 1.8.0",
"required": [],
"properties": { "mass": { "type": "number", "description": "TODO description: mass", "title": "Mass" } },
"description": "TODO description: "
"properties": { "mass": { "type": "number", "description": "UNDOCUMENTATED: mass", "title": "Mass" } },
"description": "UNDOCUMENTATED: "
}

View File

@@ -18,7 +18,7 @@
"on_block_broken": { "type": "string", "title": "On Block Broken", "description": "On block broken" }
}
},
"description": "TODO description"
"description": "UNDOCUMENTATED"
}
}
}

View File

@@ -32,7 +32,7 @@
}
}
},
"description": "TODO description",
"description": "UNDOCUMENTATED",
"title": "TODO Title"
}
}

View File

@@ -5,5 +5,5 @@
"additionalProperties": false,
"description": "Marks the entity as being able to fly, the pathfinder won't be restricted to paths where a solid block is required underneath it.",
"required": [],
"properties": { "value": { "type": "boolean", "default": true, "description": "TODO description: value", "title": "Value" } }
"properties": { "value": { "type": "boolean", "default": true, "description": "UNDOCUMENTATED: value", "title": "Value" } }
}

View File

@@ -27,8 +27,8 @@
"type": "object",
"properties": {
"filters": { "$ref": "../../filters/filters.json" },
"event": { "type": "string", "pattern": "^.*$", "description": "TODO description: event", "title": "Event" },
"target": { "$ref": "../../filters/filters/types/subject.json", "description": "TODO description: target", "title": "Target" }
"event": { "type": "string", "pattern": "^.*$", "description": "UNDOCUMENTATED: event", "title": "Event" },
"target": { "$ref": "../../filters/filters/types/subject.json", "description": "UNDOCUMENTATED: target", "title": "Target" }
},
"description": "Specifies filters for entity definitions and events.",
"title": "On Damage"

View File

@@ -7,7 +7,7 @@
"on_environement": {
"type": "object",
"additionalProperties": false,
"description": "TODO description: on environement",
"description": "UNDOCUMENTATED: on environement",
"title": "On Environement",
"properties": {
"filters": { "$ref": "../../filters/filters.json", "description": "The filters to evualate for this environment sensor", "title": "Filters" },

View File

@@ -5,7 +5,7 @@
"additionalProperties": false,
"required": [],
"properties": {
"table": { "type": "string", "pattern": ".*\\.json$", "description": "TODO description: table", "title": "Table" },
"table": { "type": "string", "pattern": ".*\\.json$", "description": "UNDOCUMENTATED: table", "title": "Table" },
"slot_drop_chance": {
"type": "array",
"title": "Slot Drop Chance",
@@ -22,5 +22,5 @@
}
}
},
"description": "TODO description: "
"description": "UNDOCUMENTATED: "
}

View File

@@ -5,5 +5,5 @@
"additionalProperties": false,
"description": "TODO",
"required": [],
"properties": { "value": { "type": "number", "default": 1, "description": "TODO description: value", "title": "Value" } }
"properties": { "value": { "type": "number", "default": 1, "description": "UNDOCUMENTATED: value", "title": "Value" } }
}

View File

@@ -8,5 +8,5 @@
"value": { "type": "integer", "description": "TODO", "title": "Value" },
"max": { "type": "integer", "description": "TODO", "title": "Max" }
},
"description": "TODO description: "
"description": "UNDOCUMENTATED: "
}

View File

@@ -87,7 +87,7 @@
}
}
},
"description": "TODO description",
"description": "UNDOCUMENTATED",
"title": "TODO Title"
}
}

View File

@@ -5,5 +5,5 @@
"title": "Is Stackable 1.8.0",
"additionalProperties": false,
"required": [],
"properties": { "value": { "type": "boolean", "description": "TODO description", "title": "TODO Title" } }
"properties": { "value": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO Title" } }
}

View File

@@ -4,6 +4,6 @@
"title": "Loot 1.8.0",
"additionalProperties": false,
"required": [],
"properties": { "table": { "type": "string", "pattern": ".*\\.json$", "description": "TODO description: table", "title": "Table" } },
"description": "TODO description: "
"properties": { "table": { "type": "string", "pattern": ".*\\.json$", "description": "UNDOCUMENTATED: table", "title": "Table" } },
"description": "UNDOCUMENTATED: "
}

View File

@@ -7,5 +7,5 @@
"properties": {
"max_turn": { "type": "number", "default": 30, "description": "The maximum number in degrees the mob can turn per tick.", "title": "TODO Title" }
},
"description": "TODO description"
"description": "UNDOCUMENTATED"
}

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.movement.glide",
"type": "object",
"title": "Movement.glide 1.8.0",
"description": "TODO description",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"required": [],
"properties": {

View File

@@ -22,5 +22,5 @@
},
"max": { "type": "number", "title": "Maximum", "description": "UNDOCUMENTATED" }
},
"description": "TODO description"
"description": "UNDOCUMENTATED"
}

View File

@@ -5,5 +5,5 @@
"additionalProperties": false,
"required": [],
"properties": {},
"description": "TODO description"
"description": "UNDOCUMENTATED"
}

View File

@@ -7,6 +7,6 @@
"required": [],
"properties": {
"max_turn": { "type": "number", "default": 30, "description": "The maximum number in degrees the mob can turn per tick.", "title": "TODO Title" },
"sway_amplitude": { "type": "number", "description": "TODO description", "title": "TODO Title" }
"sway_amplitude": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO Title" }
}
}

View File

@@ -1,19 +1,27 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.on_death",
"description": "Only usable by the Ender Dragon. Adds a trigger to call on this entity's death.",
"description": "Adds a trigger to call on this entity's death. minecraft:on_death can only be used by the `ender_dragon` entity.",
"type": "object",
"title": "On Death 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {
"event": { "type": "string", "description": "The event to run when the conditions for this trigger are met", "title": "TODO Title" },
"filters": { "$ref": "../../filters/filters.json", "description": "The list of conditions for this trigger", "title": "TODO Title" },
"event": {
"type": "string",
"description": "The event to run when the conditions for this trigger are met.",
"title": "Event"
},
"filters": {
"$ref": "../../filters/filters.json",
"description": "The list of conditions for this trigger to execute.",
"title": "Filters"
},
"target": {
"type": "string",
"$ref": "../../filters/filters/types/subject.json",
"default": "self",
"description": "The target of the event",
"title": "TODO Title"
"description": "The target of the event.",
"title": "Target"
}
}
}

View File

@@ -6,14 +6,22 @@
"additionalProperties": false,
"required": [],
"properties": {
"event": { "type": "string", "description": "The event to run when the conditions for this trigger are met", "title": "TODO Title" },
"filters": { "$ref": "../../filters/filters.json", "description": "The list of conditions for this trigger", "title": "TODO Title" },
"event": {
"type": "string",
"description": "The event to run when the conditions for this trigger are met",
"title": "Event"
},
"filters": {
"$ref": "../../filters/filters.json",
"description": "The list of conditions for this trigger",
"title": "Filters"
},
"target": {
"type": "string",
"$ref": "../../filters/filters/types/subject.json",
"default": "self",
"description": "The target of the event",
"title": "TODO Title"
"title": "Target"
}
}
}

View File

@@ -12,6 +12,6 @@
"type": "string",
"description": "Actor definition to use as projectile for the ranged attack. The actor definition must have the projectile component to be able to be shot as a projectile"
},
"type": { "title": "Type", "type": "string", "description": "TODO description" }
"type": { "title": "Type", "type": "string", "description": "UNDOCUMENTATED" }
}
}

View File

@@ -36,10 +36,10 @@
"description": "This is a list of objects, representing one value in seconds that can be picked before firing the event and an optional weight. Incompatible with time.",
"items": {
"properties": {
"weight": { "type": "integer", "description": "TODO description: weight", "title": "Weight" },
"value": { "type": "integer", "description": "TODO description: value", "title": "Value" }
"weight": { "type": "integer", "description": "UNDOCUMENTATED: weight", "title": "Weight" },
"value": { "type": "integer", "description": "UNDOCUMENTATED: value", "title": "Value" }
},
"description": "TODO description: random time choices",
"description": "UNDOCUMENTATED: random time choices",
"title": "Random Time Choices"
},
"title": "Random Time Choices"

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.water_movement",
"description": "TODO description",
"description": "UNDOCUMENTATED",
"type": "object",
"title": "Water Movement 1.8.0",
"additionalProperties": false,

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entity.1.8.0",
"type": "object",
"title": "Entity Behavior 1.8.0",
"description": "TODO description",
"description": "UNDOCUMENTATED",
"required": ["format_version", "minecraft:entity"],
"properties": {
"format_version": {

View File

@@ -14,7 +14,7 @@
"title": "Component Groups Schema",
"description": "The components groups to add or remove",
"type": "array",
"items": { "type": "string", "description": "TODO description: component groups", "title": "Component Groups" }
"items": { "type": "string", "description": "UNDOCUMENTATED: component groups", "title": "Component Groups" }
}
}
},
@@ -32,18 +32,18 @@
"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": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
"weight": { "type": "number", "description": "TODO description: weight", "title": "Weight" }
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
},
"description": "TODO description: randomize",
"description": "UNDOCUMENTATED: randomize",
"title": "Randomize"
},
"description": "TODO description: randomize",
"description": "UNDOCUMENTATED: randomize",
"title": "Randomize"
},
"sequence": {
"type": "array",
"items": {
"description": "TODO description: sequence",
"description": "UNDOCUMENTATED: sequence",
"title": "Sequence",
"type": "object",
"properties": {

View File

@@ -8,6 +8,6 @@
"test": { "type": "string", "title": "Test Property", "description": "Returns true when the subject entity contains the named component." },
"operator": { "$ref": "./types/operator.json" },
"subject": { "$ref": "./types/subject.json" },
"value": { "type": "string", "description": "TODO description: value", "title": "Value" }
"value": { "type": "string", "description": "UNDOCUMENTATED: value", "title": "Value" }
}
}

View File

@@ -8,6 +8,6 @@
"test": { "type": "string", "title": "Test Property", "description": "Tests whether the Subject has the specified mob effect." },
"operator": { "$ref": "./types/operator.json" },
"subject": { "$ref": "./types/subject.json" },
"value": { "type": "string", "description": "TODO description: value", "title": "Value" }
"value": { "type": "string", "description": "UNDOCUMENTATED: value", "title": "Value" }
}
}

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entities.filters.is_game_rule",
"type": "object",
"title": "Filters Is Game Rule",
"description": "TODO description:",
"description": "UNDOCUMENTATED:",
"required": ["domain"],
"properties": {
"domain": { "description": "The Game Rule to test.", "title": "Domain" },