UNDOCUMENTATED description, or needs to be filled in
This commit is contained in:
@@ -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" },
|
||||
|
||||
@@ -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" },
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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": [],
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -39,5 +39,5 @@
|
||||
"title": "TODO Title"
|
||||
}
|
||||
},
|
||||
"description": "TODO description"
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
},
|
||||
{ "type": "string", "$ref": "../../../../general/item/identifier.json" }
|
||||
],
|
||||
"description": "TODO description: feedItems",
|
||||
"description": "UNDOCUMENTATED: feedItems",
|
||||
"title": "Feed Items"
|
||||
},
|
||||
"title": "Feed Items"
|
||||
|
||||
@@ -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: "
|
||||
}
|
||||
|
||||
@@ -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: "
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"on_block_broken": { "type": "string", "title": "On Block Broken", "description": "On block broken" }
|
||||
}
|
||||
},
|
||||
"description": "TODO description"
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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" } }
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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" },
|
||||
|
||||
@@ -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: "
|
||||
}
|
||||
|
||||
@@ -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" } }
|
||||
}
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
"value": { "type": "integer", "description": "TODO", "title": "Value" },
|
||||
"max": { "type": "integer", "description": "TODO", "title": "Max" }
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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" } }
|
||||
}
|
||||
|
||||
@@ -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: "
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -22,5 +22,5 @@
|
||||
},
|
||||
"max": { "type": "number", "title": "Maximum", "description": "UNDOCUMENTATED" }
|
||||
},
|
||||
"description": "TODO description"
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {},
|
||||
"description": "TODO description"
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
|
||||
@@ -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" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user