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

@@ -11,8 +11,8 @@
"properties": {
"ambient_occlusion": { "title": "Ambient Occlusion", "type": "boolean", "description": "UNDOCUMENTATED" },
"face_dimming": { "title": "Face Dimming", "type": "boolean", "description": "UNDOCUMENTATED" },
"render_method": { "type": "string", "title": "Render Method", "description": "TODO description", "enum": ["blend", "opaque", "alpha_test"] },
"texture": { "type": "string", "title": "Texture", "description": "TODO description" }
"render_method": { "type": "string", "title": "Render Method", "description": "UNDOCUMENTATED", "enum": ["blend", "opaque", "alpha_test"] },
"texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTATED" }
}
}
},

View File

@@ -11,8 +11,8 @@
"properties": {
"ambient_occlusion": { "title": "Ambient Occlusion", "type": "boolean", "description": "UNDOCUMENTATED" },
"face_dimming": { "title": "Face Dimming", "type": "boolean", "description": "UNDOCUMENTATED" },
"render_method": { "type": "string", "title": "Render Method", "description": "TODO description", "enum": ["blend", "opaque", "alpha_test"] },
"texture": { "type": "string", "title": "Texture", "description": "TODO description" }
"render_method": { "type": "string", "title": "Render Method", "description": "UNDOCUMENTATED", "enum": ["blend", "opaque", "alpha_test"] },
"texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTATED" }
}
}
},

View File

@@ -11,8 +11,8 @@
"properties": {
"ambient_occlusion": { "title": "Ambient Occlusion", "type": "boolean", "description": "UNDOCUMENTATED" },
"face_dimming": { "title": "Face Dimming", "type": "boolean", "description": "UNDOCUMENTATED" },
"render_method": { "type": "string", "title": "Render Method", "description": "TODO description", "enum": ["blend", "opaque", "alpha_test"] },
"texture": { "type": "string", "title": "Texture", "description": "TODO description" }
"render_method": { "type": "string", "title": "Render Method", "description": "UNDOCUMENTATED", "enum": ["blend", "opaque", "alpha_test"] },
"texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTATED" }
}
}
},

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

View File

@@ -4,7 +4,7 @@
"required": ["format_version", "minecraft:item"],
"title": "Item",
"properties": {
"format_version": { "type": "string", "description": "TODO description", "title": "TODO Title" },
"format_version": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"minecraft:item": {
"additionalProperties": false,
"required": ["description"],

View File

@@ -4,7 +4,7 @@
"required": ["format_version", "minecraft:item"],
"title": "Item",
"properties": {
"format_version": { "type": "string", "description": "TODO description", "title": "TODO Title" },
"format_version": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"minecraft:item": {
"additionalProperties": false,
"required": ["description"],

View File

@@ -4,7 +4,7 @@
"required": ["format_version", "minecraft:item"],
"title": "Item",
"properties": {
"format_version": { "type": "string", "description": "TODO description", "title": "TODO Title" },
"format_version": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"minecraft:item": {
"additionalProperties": false,
"required": ["description"],

View File

@@ -4,7 +4,7 @@
"required": ["format_version", "minecraft:item"],
"title": "Item",
"properties": {
"format_version": { "type": "string", "description": "TODO description", "title": "TODO Title" },
"format_version": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"minecraft:item": {
"additionalProperties": false,
"required": ["description"],

View File

@@ -4,7 +4,7 @@
"required": ["format_version", "minecraft:item"],
"title": "Item",
"properties": {
"format_version": { "type": "string", "description": "TODO description", "title": "TODO Title" },
"format_version": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"minecraft:item": {
"additionalProperties": false,
"required": ["description"],

View File

@@ -5,10 +5,10 @@
"title": "Enchant Book For Trading",
"required": ["function", "base_cost", "base_random_cost", "per_level_random_cost", "per_level_cost"],
"properties": {
"function": { "type": "string", "const": "enchant_book_for_trading", "title": "Function", "description": "TODO description" },
"base_cost": { "type": "integer", "title": "Base Cost", "description": "TODO description" },
"base_random_cost": { "type": "integer", "title": "Base Cost", "description": "TODO description" },
"per_level_random_cost": { "type": "integer", "title": "Base Cost", "description": "TODO description" },
"per_level_cost": { "type": "integer", "title": "Base Cost", "description": "TODO description" }
"function": { "type": "string", "const": "enchant_book_for_trading", "title": "Function", "description": "UNDOCUMENTATED" },
"base_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTATED" },
"base_random_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTATED" },
"per_level_random_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTATED" },
"per_level_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTATED" }
}
}

View File

@@ -4,7 +4,7 @@
"description": "The function enchant_random_gear",
"title": "Enchant Random Gear",
"properties": {
"function": { "type": "string", "const": "enchant_random_gear", "title": "Function", "description": "TODO description" },
"function": { "type": "string", "const": "enchant_random_gear", "title": "Function", "description": "UNDOCUMENTATED" },
"chance": {
"type": "number",
"description": "Takes a chance modifier to manipulate the algorithm. Note that a chance modifier of 1.0 doesn't mean a 100% chance that gear will become enchanted.",

View File

@@ -4,7 +4,7 @@
"description": "The function enchant_randomly",
"title": "Enchant Randomly",
"properties": {
"function": { "type": "string", "const": "enchant_randomly", "title": "Function", "description": "TODO description" },
"function": { "type": "string", "const": "enchant_randomly", "title": "Function", "description": "UNDOCUMENTATED" },
"treasure": {
"type": "boolean",
"description": "Supports the optional treasure boolean (true/false) to allow treasure enchantments to be toggled on and off.",

View File

@@ -4,7 +4,7 @@
"description": "The function enchant_with_levels",
"title": "Enchant With Levels",
"properties": {
"function": { "type": "string", "const": "enchant_with_levels", "description": "TODO description", "title": "TODO Title" },
"function": { "type": "string", "const": "enchant_with_levels", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"levels": {
"title": "Levels",
"oneOf": [
@@ -16,8 +16,8 @@
"properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } }
}
],
"description": "TODO description"
"description": "UNDOCUMENTATED"
},
"treasure": { "type": "boolean", "title": "Treasure", "description": "TODO description" }
"treasure": { "type": "boolean", "title": "Treasure", "description": "UNDOCUMENTATED" }
}
}

View File

@@ -4,7 +4,7 @@
"description": "The function exploration_map",
"title": "Exploration Map",
"properties": {
"function": { "type": "string", "const": "exploration_map", "description": "TODO description", "title": "TODO Title" },
"function": { "type": "string", "const": "exploration_map", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"destination": {
"type": "string",
"description": "The destination value defines what type of treasure map they receive.",

View File

@@ -4,7 +4,7 @@
"description": "The function fill_container",
"title": "Fill Container",
"properties": {
"function": { "type": "string", "const": "fill_container", "title": "Function", "description": "TODO description" },
"loot_table": { "type": "string", "title": "Loot Table", "pattern": "^loot_tables/.*\\.json$", "description": "TODO description" }
"function": { "type": "string", "const": "fill_container", "title": "Function", "description": "UNDOCUMENTATED" },
"loot_table": { "type": "string", "title": "Loot Table", "pattern": "^loot_tables/.*\\.json$", "description": "UNDOCUMENTATED" }
}
}

View File

@@ -4,7 +4,7 @@
"description": "The function furnace_smelt",
"title": "Furnace Smelt",
"properties": {
"function": { "type": "string", "const": "furnace_smelt", "description": "TODO description", "title": "TODO Title" },
"function": { "type": "string", "const": "furnace_smelt", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"conditions": { "title": "Conditions", "description": "TODO", "type": "array", "items": { "$ref": "../conditions.json" } }
}
}

View File

@@ -4,11 +4,11 @@
"description": "The function looting_enchant",
"title": "Looting Enchant",
"properties": {
"function": { "type": "string", "const": "looting_enchant", "description": "TODO description", "title": "TODO Title" },
"function": { "type": "string", "const": "looting_enchant", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"count": {
"type": "object",
"properties": { "min": { "type": "integer" }, "max": { "type": "integer" } },
"description": "TODO description",
"description": "UNDOCUMENTATED",
"title": "TODO Title",
"additionalProperties": false
}

View File

@@ -4,11 +4,11 @@
"description": "The function random_aux_value",
"title": "Random Aux Value",
"properties": {
"function": { "type": "string", "const": "random_aux_value", "description": "TODO description", "title": "TODO Title" },
"function": { "type": "string", "const": "random_aux_value", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"values": {
"type": "object",
"properties": { "min": { "type": "integer" }, "max": { "type": "integer" } },
"description": "TODO description",
"description": "UNDOCUMENTATED",
"title": "TODO Title",
"additionalProperties": false
}

View File

@@ -4,12 +4,12 @@
"description": "The function random_block_state",
"title": "Random Block State",
"properties": {
"function": { "type": "string", "const": "random_block_state", "description": "TODO description", "title": "TODO Title" },
"block_state": { "type": "string", "description": "TODO description", "title": "TODO Title" },
"function": { "type": "string", "const": "random_block_state", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"block_state": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"values": {
"type": "object",
"properties": { "min": { "title": "Min", "type": "integer" }, "max": { "title": "Max", "type": "integer" } },
"description": "TODO description",
"description": "UNDOCUMENTATED",
"title": "TODO Title",
"additionalProperties": false
}

View File

@@ -3,5 +3,5 @@
"additionalProperties": false,
"description": "The function random_dye",
"title": "Trader Material Type",
"properties": { "function": { "type": "string", "const": "random_dye", "description": "TODO description", "title": "TODO Title" } }
"properties": { "function": { "type": "string", "const": "random_dye", "description": "UNDOCUMENTATED", "title": "TODO Title" } }
}

View File

@@ -4,7 +4,7 @@
"description": "The function set_actor_id",
"title": "Set Actor Id",
"properties": {
"function": { "type": "string", "const": "set_actor_id", "description": "TODO description", "title": "TODO Title" },
"id": { "type": "string", "description": "TODO description", "title": "TODO Title" }
"function": { "type": "string", "const": "set_actor_id", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"id": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" }
}
}

View File

@@ -4,7 +4,7 @@
"description": "The function set_banner_details",
"title": "Set Banner Details",
"properties": {
"function": { "type": "string", "const": "set_banner_details", "description": "TODO description", "title": "TODO Title" },
"type": { "type": "integer", "description": "TODO description", "title": "TODO Title" }
"function": { "type": "string", "const": "set_banner_details", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"type": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO Title" }
}
}

View File

@@ -5,13 +5,13 @@
"title": "Set Book Contents",
"required": ["function", "author", "title", "pages"],
"properties": {
"function": { "type": "string", "const": "set_book_contents", "description": "TODO description", "title": "TODO Title" },
"author": { "type": "string", "description": "TODO description", "title": "TODO Title" },
"title": { "type": "string", "description": "TODO description", "title": "TODO Title" },
"function": { "type": "string", "const": "set_book_contents", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"author": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"title": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"pages": {
"type": "array",
"items": { "type": "string", "examples": ["Some text", "{\"rawtext\":[ {\"translate\":\"some.text\"}]}"] },
"description": "TODO description",
"description": "UNDOCUMENTATED",
"title": "TODO Title"
}
}

View File

@@ -4,14 +4,14 @@
"description": "The function set_count",
"title": "Set Count",
"properties": {
"function": { "type": "string", "const": "set_count", "title": "Function", "description": "TODO description" },
"function": { "type": "string", "const": "set_count", "title": "Function", "description": "UNDOCUMENTATED" },
"count": {
"title": "Count",
"oneOf": [
{ "type": "integer" },
{ "type": "object", "properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } } }
],
"description": "TODO description"
"description": "UNDOCUMENTATED"
}
}
}

View File

@@ -4,14 +4,14 @@
"description": "The function set_damage",
"title": "Set Damage",
"properties": {
"function": { "type": "string", "const": "set_damage", "description": "TODO description", "title": "TODO Title" },
"function": { "type": "string", "const": "set_damage", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"damage": {
"oneOf": [
{ "type": "integer" },
{ "type": "object", "properties": { "min": { "type": "integer" }, "max": { "type": "integer" } } },
{ "type": "object", "properties": { "min": { "type": "number" }, "max": { "type": "number" } } }
],
"description": "TODO description",
"description": "UNDOCUMENTATED",
"title": "TODO Title"
}
}

View File

@@ -4,14 +4,14 @@
"description": "The function set_data",
"title": "Set Data",
"properties": {
"function": { "type": "string", "const": "set_data", "description": "TODO description", "title": "TODO Title" },
"function": { "type": "string", "const": "set_data", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"data": {
"title": "Data",
"oneOf": [
{ "type": "integer" },
{ "type": "object", "properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } } }
],
"description": "TODO description"
"description": "UNDOCUMENTATED"
}
}
}

View File

@@ -3,5 +3,5 @@
"additionalProperties": false,
"description": "The function set_data_from_color_index",
"title": "Set Data From Color Index",
"properties": { "function": { "type": "string", "const": "set_data_from_color_index", "description": "TODO description", "title": "TODO Title" } }
"properties": { "function": { "type": "string", "const": "set_data_from_color_index", "description": "UNDOCUMENTATED", "title": "TODO Title" } }
}

View File

@@ -4,7 +4,7 @@
"description": "The function set_lore",
"title": "Set Lore",
"properties": {
"function": { "type": "string", "const": "set_lore", "description": "TODO description", "title": "TODO Title" },
"lore": { "type": "array", "items": { "type": "string" }, "description": "TODO description", "title": "TODO Title" }
"function": { "type": "string", "const": "set_lore", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"lore": { "type": "array", "items": { "type": "string" }, "description": "UNDOCUMENTATED", "title": "TODO Title" }
}
}

View File

@@ -4,7 +4,7 @@
"description": "The function set_name",
"title": "Set Name",
"properties": {
"function": { "type": "string", "const": "set_name", "description": "TODO description", "title": "TODO Title" },
"name": { "type": "string", "description": "TODO description", "title": "TODO Title" }
"function": { "type": "string", "const": "set_name", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"name": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" }
}
}

View File

@@ -3,5 +3,5 @@
"additionalProperties": false,
"description": "The function trader_material_type",
"title": "Trader Material Type",
"properties": { "function": { "type": "string", "const": "trader_material_type", "description": "TODO description", "title": "TODO Title" } }
"properties": { "function": { "type": "string", "const": "trader_material_type", "description": "UNDOCUMENTATED", "title": "TODO Title" } }
}

View File

@@ -23,7 +23,7 @@
"definitions": {
"pools_spec": {
"title": "Pools",
"description": "TODO description",
"description": "UNDOCUMENTATED",
"type": "array",
"additionalProperties": false,
"items": {
@@ -72,13 +72,13 @@
},
"tiers": {
"title": "Tiers",
"description": "TODO description",
"description": "UNDOCUMENTATED",
"type": "object",
"additionalProperties": false,
"properties": {
"bonus_chance": { "title": "Bonus Chance", "description": "TODO description", "type": "number" },
"bonus_rolls": { "title": "Bonus Rolls", "description": "TODO description", "type": "integer" },
"initial_range": { "title": "Initial Range", "description": "TODO description", "type": "integer" }
"bonus_chance": { "title": "Bonus Chance", "description": "UNDOCUMENTATED", "type": "number" },
"bonus_rolls": { "title": "Bonus Rolls", "description": "UNDOCUMENTATED", "type": "integer" },
"initial_range": { "title": "Initial Range", "description": "UNDOCUMENTATED", "type": "integer" }
}
}
}
@@ -86,7 +86,7 @@
}
},
"properties": {
"pools": { "$ref": "#/definitions/pools_spec", "description": "TODO description", "title": "TODO Title" },
"type": { "title": "Type", "type": "string", "description": "TODO description", "enum": ["minecraft:chest"] }
"pools": { "$ref": "#/definitions/pools_spec", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"type": { "title": "Type", "type": "string", "description": "UNDOCUMENTATED", "enum": ["minecraft:chest"] }
}
}

View File

@@ -3,6 +3,6 @@
"description": "Recipe definition 1.12.0",
"title": "Definition",
"type": "object",
"properties": { "identifier": { "type": "string", "pattern": "[a-z0-9_:\\-]+", "title": "Recipe Identifier", "description": "TODO description" } },
"properties": { "identifier": { "type": "string", "pattern": "[a-z0-9_:\\-]+", "title": "Recipe Identifier", "description": "UNDOCUMENTATED" } },
"additionalProperties": false
}

View File

@@ -6,7 +6,7 @@
"additionalProperties": false,
"required": ["format_version", "minecraft:spawn_rules"],
"properties": {
"format_version": { "const": "1.11.0", "description": "TODO description", "title": "TODO Title" },
"format_version": { "const": "1.11.0", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"minecraft:spawn_rules": {
"type": "object",
"title": "Spawn Rules",

View File

@@ -6,7 +6,7 @@
"additionalProperties": false,
"required": ["format_version", "minecraft:spawn_rules"],
"properties": {
"format_version": { "const": "1.17.0", "description": "TODO description", "title": "TODO Title" },
"format_version": { "const": "1.17.0", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"minecraft:spawn_rules": {
"type": "object",
"title": "Spawn Rules",

View File

@@ -6,7 +6,7 @@
"additionalProperties": false,
"required": ["format_version", "minecraft:spawn_rules"],
"properties": {
"format_version": { "const": "1.8.0", "description": "TODO description", "title": "TODO Title" },
"format_version": { "const": "1.8.0", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"minecraft:spawn_rules": {
"type": "object",
"title": "Spawn Rules",

Some files were not shown because too many files have changed in this diff Show More