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

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