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

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