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": { "properties": {
"ambient_occlusion": { "title": "Ambient Occlusion", "type": "boolean", "description": "UNDOCUMENTATED" }, "ambient_occlusion": { "title": "Ambient Occlusion", "type": "boolean", "description": "UNDOCUMENTATED" },
"face_dimming": { "title": "Face Dimming", "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"] }, "render_method": { "type": "string", "title": "Render Method", "description": "UNDOCUMENTATED", "enum": ["blend", "opaque", "alpha_test"] },
"texture": { "type": "string", "title": "Texture", "description": "TODO description" } "texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTATED" }
} }
} }
}, },

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entity1.10.0", "$id": "blockception.minecraft.behavior.entity1.10.0",
"type": "object", "type": "object",
"title": "Entity Behavior 1.10.0", "title": "Entity Behavior 1.10.0",
"description": "TODO description", "description": "UNDOCUMENTATED",
"additionalProperties": false, "additionalProperties": false,
"required": ["format_version", "minecraft:entity"], "required": ["format_version", "minecraft:entity"],
"properties": { "properties": {
@@ -12,6 +12,6 @@
"const": "1.10.0", "const": "1.10.0",
"description": "A version that tells minecraft what type of data format can be expected when reading this file." "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" }, "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" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, "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" "title": "Randomize"
}, },
"description": "TODO description: randomize", "description": "UNDOCUMENTATED: randomize",
"title": "Randomize" "title": "Randomize"
}, },
"sequence": { "sequence": {
"type": "array", "type": "array",
"items": { "items": {
"description": "TODO description: sequence", "description": "UNDOCUMENTATED: sequence",
"title": "Sequence", "title": "Sequence",
"type": "object", "type": "object",
"properties": { "properties": {

View File

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

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entity1.10.0", "$id": "blockception.minecraft.behavior.entity1.10.0",
"type": "object", "type": "object",
"title": "Entity Behavior 1.11.0", "title": "Entity Behavior 1.11.0",
"description": "TODO description", "description": "UNDOCUMENTATED",
"required": ["format_version", "minecraft:entity"], "required": ["format_version", "minecraft:entity"],
"properties": { "properties": {
"format_version": { "format_version": {
@@ -11,7 +11,7 @@
"const": "1.11.0", "const": "1.11.0",
"description": "A version that tells minecraft what type of data format can be expected when reading this file." "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 "additionalProperties": false
} }

View File

@@ -33,18 +33,18 @@
"add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, "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" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, "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" "title": "Randomize"
}, },
"description": "TODO description: randomize", "description": "UNDOCUMENTATED: randomize",
"title": "Randomize" "title": "Randomize"
}, },
"sequence": { "sequence": {
"type": "array", "type": "array",
"items": { "items": {
"description": "TODO description: sequence", "description": "UNDOCUMENTATED: sequence",
"title": "Sequence", "title": "Sequence",
"type": "object", "type": "object",
"properties": { "properties": {

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entity1.10.0", "$id": "blockception.minecraft.behavior.entity1.10.0",
"type": "object", "type": "object",
"title": "Entity Behavior 1.12.0", "title": "Entity Behavior 1.12.0",
"description": "TODO description", "description": "UNDOCUMENTATED",
"required": ["format_version", "minecraft:entity"], "required": ["format_version", "minecraft:entity"],
"properties": { "properties": {
"format_version": { "format_version": {
@@ -11,7 +11,7 @@
"const": "1.12.0", "const": "1.12.0",
"description": "A version that tells minecraft what type of data format can be expected when reading this file." "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 "additionalProperties": false
} }

View File

@@ -32,18 +32,18 @@
"add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, "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" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, "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" "title": "Randomize"
}, },
"description": "TODO description: randomize", "description": "UNDOCUMENTATED: randomize",
"title": "Randomize" "title": "Randomize"
}, },
"sequence": { "sequence": {
"type": "array", "type": "array",
"items": { "items": {
"description": "TODO description: sequence", "description": "UNDOCUMENTATED: sequence",
"title": "Sequence", "title": "Sequence",
"type": "object", "type": "object",
"properties": { "properties": {

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entity1.13.0", "$id": "blockception.minecraft.behavior.entity1.13.0",
"type": "object", "type": "object",
"title": "Entity Behavior 1.13.0", "title": "Entity Behavior 1.13.0",
"description": "TODO description", "description": "UNDOCUMENTATED",
"required": ["format_version", "minecraft:entity"], "required": ["format_version", "minecraft:entity"],
"properties": { "properties": {
"format_version": { "format_version": {
@@ -11,7 +11,7 @@
"const": "1.13.0", "const": "1.13.0",
"description": "A version that tells minecraft what type of data format can be expected when reading this file." "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 "additionalProperties": false
} }

View File

@@ -32,18 +32,18 @@
"add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, "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" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, "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" "title": "Randomize"
}, },
"description": "TODO description: randomize", "description": "UNDOCUMENTATED: randomize",
"title": "Randomize" "title": "Randomize"
}, },
"sequence": { "sequence": {
"type": "array", "type": "array",
"items": { "items": {
"description": "TODO description: sequence", "description": "UNDOCUMENTATED: sequence",
"title": "Sequence", "title": "Sequence",
"type": "object", "type": "object",
"properties": { "properties": {

View File

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

View File

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

View File

@@ -32,18 +32,18 @@
"add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, "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" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, "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" "title": "Randomize"
}, },
"description": "TODO description: randomize", "description": "UNDOCUMENTATED: randomize",
"title": "Randomize" "title": "Randomize"
}, },
"sequence": { "sequence": {
"type": "array", "type": "array",
"items": { "items": {
"description": "TODO description: sequence", "description": "UNDOCUMENTATED: sequence",
"title": "Sequence", "title": "Sequence",
"type": "object", "type": "object",
"properties": { "properties": {

View File

@@ -8,7 +8,7 @@
"properties": { "properties": {
"priority": { "$ref": "./types/priority.json" }, "priority": { "$ref": "./types/priority.json" },
"speed_multiplier": { "$ref": "./types/speed_multiplier.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": { "potions": {
"type": "array", "type": "array",
"description": "A list of potions that this entity can drink.", "description": "A list of potions that this entity can drink.",
@@ -31,7 +31,7 @@
"title": "Filters" "title": "Filters"
} }
}, },
"description": "TODO description: potions", "description": "UNDOCUMENTATED: potions",
"title": "Potions" "title": "Potions"
}, },
"title": "Potions" "title": "Potions"

View File

@@ -39,7 +39,7 @@
"max_failed_attempts": { "max_failed_attempts": {
"type": "integer", "type": "integer",
"$comment": "NOT DOCUMENTATED BY MINECRAFT", "$comment": "NOT DOCUMENTATED BY MINECRAFT",
"description": "TODO description", "description": "UNDOCUMENTATED",
"title": "TODO Title" "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" } "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", "title": "On Damage",
"properties": { "properties": {
"filters": { "$ref": "../../filters/filters.json" }, "filters": { "$ref": "../../filters/filters.json" },
"event": { "type": "string", "pattern": "^.*$", "description": "TODO description: event", "title": "Event" }, "event": { "type": "string", "pattern": "^.*$", "description": "UNDOCUMENTATED: event", "title": "Event" },
"target": { "$ref": "../../filters/filters/types/subject.json", "description": "TODO description: target", "title": "Target" } "target": { "$ref": "../../filters/filters/types/subject.json", "description": "UNDOCUMENTATED: target", "title": "Target" }
}, },
"on_damage_sound_event": { "on_damage_sound_event": {
"type": "string", "type": "string",

View File

@@ -28,7 +28,7 @@
"title": "Min Distance" "title": "Min Distance"
} }
}, },
"description": "TODO description", "description": "UNDOCUMENTATED",
"title": "TODO Title" "title": "TODO Title"
}, },
"despawn_from_inactivity": { "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": "object", "$ref": "#/definitions/interaction_spec" },
{ "type": "array", "items": { "$ref": "#/definitions/interaction_spec" } } { "type": "array", "items": { "$ref": "#/definitions/interaction_spec" } }
], ],
"description": "TODO description", "description": "UNDOCUMENTATED",
"title": "TODO Title" "title": "TODO Title"
} }
} }

View File

@@ -6,6 +6,6 @@
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"max_turn": { "type": "number", "default": 30, "description": "The maximum number in degrees the mob can turn per tick.", "title": "Max Turn" }, "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": "array", "items": { "$ref": "#/definitions/name_action" } },
{ "type": "object", "$ref": "#/definitions/name_action" } { "type": "object", "$ref": "#/definitions/name_action" }
], ],
"description": "TODO description", "description": "UNDOCUMENTATED",
"title": "TODO Title" "title": "TODO Title"
} }
} }

View File

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

View File

@@ -20,7 +20,7 @@
}, },
"randomize": { "randomize": {
"title": "Randomize", "title": "Randomize",
"description": "TODO description: randomize", "description": "UNDOCUMENTATED: randomize",
"type": "array", "type": "array",
"items": { "items": {
"required": ["weight"], "required": ["weight"],
@@ -28,7 +28,7 @@
"add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, "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" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, "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", "description": "A series of filters and components to be added",
"title": "Sequences", "title": "Sequences",
"type": "array", "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" } "trigger": { "type": "string", "description": "The event to run", "title": "Trigger" }
} }

View File

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

View File

@@ -20,7 +20,7 @@
}, },
"randomize": { "randomize": {
"title": "Randomize", "title": "Randomize",
"description": "TODO description: randomize", "description": "UNDOCUMENTATED: randomize",
"type": "array", "type": "array",
"items": { "items": {
"required": ["weight"], "required": ["weight"],
@@ -28,7 +28,7 @@
"add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" }, "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" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, "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", "description": "A series of filters and components to be added",
"title": "Sequences", "title": "Sequences",
"type": "array", "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" } "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.", "description": "If true, visbility between this entity and the mob type will not be checked.",
"title": "Ignore Visibility" "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" }, "avoid_mob_sound": { "title": "Avoid Mob Sound", "description": "UNDOCUMENTATED", "type": "string" },
"remove_target": { "title": "Remove Target", "description": "UNDOCUMENTATED", "type": "boolean" }, "remove_target": { "title": "Remove Target", "description": "UNDOCUMENTATED", "type": "boolean" },
"on_escape_event": { "$ref": "../types/event.json", "title": "On Escape Event", "description": "UNDOCUMENTATED" }, "on_escape_event": { "$ref": "../types/event.json", "title": "On Escape Event", "description": "UNDOCUMENTATED" },

View File

@@ -10,7 +10,7 @@
"items": { "items": {
"type": "array", "type": "array",
"description": "List of items that this mob likes", "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" "title": "Properties"
}, },
"look_distance": { "type": "number", "default": 8, "description": "Distance in blocks the mob will beg from", "title": "Look Distance" }, "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": { "properties": {
"priority": { "$ref": "./types/priority.json" }, "priority": { "$ref": "./types/priority.json" },
"speed_multiplier": { "$ref": "./types/speed_multiplier.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": { "potions": {
"type": "array", "type": "array",
"description": "A list of potions that this entity can drink.", "description": "A list of potions that this entity can drink.",
@@ -31,7 +31,7 @@
"title": "Filters" "title": "Filters"
} }
}, },
"description": "TODO description: potions", "description": "UNDOCUMENTATED: potions",
"title": "Potions" "title": "Potions"
}, },
"title": "Potions" "title": "Potions"

View File

@@ -7,7 +7,7 @@
"required": [], "required": [],
"properties": { "properties": {
"priority": { "$ref": "./types/priority.json" }, "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": { "alert_same_type": {
"type": "boolean", "type": "boolean",
"default": false, "default": false,

View File

@@ -10,8 +10,8 @@
"speed_multiplier": { "$ref": "./types/speed_multiplier.json" }, "speed_multiplier": { "$ref": "./types/speed_multiplier.json" },
"control_flags": { "control_flags": {
"type": "array", "type": "array",
"items": { "type": "string", "enum": ["move", "look"], "description": "TODO description: control flags", "title": "Control Flags" }, "items": { "type": "string", "enum": ["move", "look"], "description": "UNDOCUMENTATED: control flags", "title": "Control Flags" },
"description": "TODO description: control flags", "description": "UNDOCUMENTATED: control flags",
"title": "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", "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.ocelot_sit_on_block",
"additionalProperties": false, "additionalProperties": false,
"description": "TODO description", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"title": "Ocelot Sit On Block 1.8.0", "title": "Ocelot Sit On Block 1.8.0",
"required": [], "required": [],

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -18,7 +18,7 @@
"on_block_broken": { "type": "string", "title": "On Block Broken", "description": "On block broken" } "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" "title": "TODO Title"
} }
} }

View File

@@ -5,5 +5,5 @@
"additionalProperties": false, "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.", "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": [], "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", "type": "object",
"properties": { "properties": {
"filters": { "$ref": "../../filters/filters.json" }, "filters": { "$ref": "../../filters/filters.json" },
"event": { "type": "string", "pattern": "^.*$", "description": "TODO description: event", "title": "Event" }, "event": { "type": "string", "pattern": "^.*$", "description": "UNDOCUMENTATED: event", "title": "Event" },
"target": { "$ref": "../../filters/filters/types/subject.json", "description": "TODO description: target", "title": "Target" } "target": { "$ref": "../../filters/filters/types/subject.json", "description": "UNDOCUMENTATED: target", "title": "Target" }
}, },
"description": "Specifies filters for entity definitions and events.", "description": "Specifies filters for entity definitions and events.",
"title": "On Damage" "title": "On Damage"

View File

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

View File

@@ -5,7 +5,7 @@
"additionalProperties": false, "additionalProperties": false,
"required": [], "required": [],
"properties": { "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": { "slot_drop_chance": {
"type": "array", "type": "array",
"title": "Slot Drop Chance", "title": "Slot Drop Chance",
@@ -22,5 +22,5 @@
} }
} }
}, },
"description": "TODO description: " "description": "UNDOCUMENTATED: "
} }

View File

@@ -5,5 +5,5 @@
"additionalProperties": false, "additionalProperties": false,
"description": "TODO", "description": "TODO",
"required": [], "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" }, "value": { "type": "integer", "description": "TODO", "title": "Value" },
"max": { "type": "integer", "description": "TODO", "title": "Max" } "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" "title": "TODO Title"
} }
} }

View File

@@ -5,5 +5,5 @@
"title": "Is Stackable 1.8.0", "title": "Is Stackable 1.8.0",
"additionalProperties": false, "additionalProperties": false,
"required": [], "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", "title": "Loot 1.8.0",
"additionalProperties": false, "additionalProperties": false,
"required": [], "required": [],
"properties": { "table": { "type": "string", "pattern": ".*\\.json$", "description": "TODO description: table", "title": "Table" } }, "properties": { "table": { "type": "string", "pattern": ".*\\.json$", "description": "UNDOCUMENTATED: table", "title": "Table" } },
"description": "TODO description: " "description": "UNDOCUMENTATED: "
} }

View File

@@ -7,5 +7,5 @@
"properties": { "properties": {
"max_turn": { "type": "number", "default": 30, "description": "The maximum number in degrees the mob can turn per tick.", "title": "TODO Title" } "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", "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.movement.glide",
"type": "object", "type": "object",
"title": "Movement.glide 1.8.0", "title": "Movement.glide 1.8.0",
"description": "TODO description", "description": "UNDOCUMENTATED",
"additionalProperties": false, "additionalProperties": false,
"required": [], "required": [],
"properties": { "properties": {

View File

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

View File

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

View File

@@ -7,6 +7,6 @@
"required": [], "required": [],
"properties": { "properties": {
"max_turn": { "type": "number", "default": 30, "description": "The maximum number in degrees the mob can turn per tick.", "title": "TODO Title" }, "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", "$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", "type": "object",
"title": "On Death 1.8.0", "title": "On Death 1.8.0",
"additionalProperties": false, "additionalProperties": false,
"required": [], "required": [],
"properties": { "properties": {
"event": { "type": "string", "description": "The event to run when the conditions for this trigger are met", "title": "TODO Title" }, "event": {
"filters": { "$ref": "../../filters/filters.json", "description": "The list of conditions for this trigger", "title": "TODO Title" }, "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": { "target": {
"type": "string", "type": "string",
"$ref": "../../filters/filters/types/subject.json", "$ref": "../../filters/filters/types/subject.json",
"default": "self", "default": "self",
"description": "The target of the event", "description": "The target of the event.",
"title": "TODO Title" "title": "Target"
} }
} }
} }

View File

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

View File

@@ -12,6 +12,6 @@
"type": "string", "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" "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.", "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": { "items": {
"properties": { "properties": {
"weight": { "type": "integer", "description": "TODO description: weight", "title": "Weight" }, "weight": { "type": "integer", "description": "UNDOCUMENTATED: weight", "title": "Weight" },
"value": { "type": "integer", "description": "TODO description: value", "title": "Value" } "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"
}, },
"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", "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.water_movement",
"description": "TODO description", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"title": "Water Movement 1.8.0", "title": "Water Movement 1.8.0",
"additionalProperties": false, "additionalProperties": false,

View File

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

View File

@@ -14,7 +14,7 @@
"title": "Component Groups Schema", "title": "Component Groups Schema",
"description": "The components groups to add or remove", "description": "The components groups to add or remove",
"type": "array", "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" }, "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" }, "remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }, "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" "title": "Randomize"
}, },
"description": "TODO description: randomize", "description": "UNDOCUMENTATED: randomize",
"title": "Randomize" "title": "Randomize"
}, },
"sequence": { "sequence": {
"type": "array", "type": "array",
"items": { "items": {
"description": "TODO description: sequence", "description": "UNDOCUMENTATED: sequence",
"title": "Sequence", "title": "Sequence",
"type": "object", "type": "object",
"properties": { "properties": {

View File

@@ -8,6 +8,6 @@
"test": { "type": "string", "title": "Test Property", "description": "Returns true when the subject entity contains the named component." }, "test": { "type": "string", "title": "Test Property", "description": "Returns true when the subject entity contains the named component." },
"operator": { "$ref": "./types/operator.json" }, "operator": { "$ref": "./types/operator.json" },
"subject": { "$ref": "./types/subject.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." }, "test": { "type": "string", "title": "Test Property", "description": "Tests whether the Subject has the specified mob effect." },
"operator": { "$ref": "./types/operator.json" }, "operator": { "$ref": "./types/operator.json" },
"subject": { "$ref": "./types/subject.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", "$id": "blockception.minecraft.behavior.entities.filters.is_game_rule",
"type": "object", "type": "object",
"title": "Filters Is Game Rule", "title": "Filters Is Game Rule",
"description": "TODO description:", "description": "UNDOCUMENTATED:",
"required": ["domain"], "required": ["domain"],
"properties": { "properties": {
"domain": { "description": "The Game Rule to test.", "title": "Domain" }, "domain": { "description": "The Game Rule to test.", "title": "Domain" },

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -4,7 +4,7 @@
"description": "The function enchant_random_gear", "description": "The function enchant_random_gear",
"title": "Enchant Random Gear", "title": "Enchant Random Gear",
"properties": { "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": { "chance": {
"type": "number", "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.", "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", "description": "The function enchant_randomly",
"title": "Enchant Randomly", "title": "Enchant Randomly",
"properties": { "properties": {
"function": { "type": "string", "const": "enchant_randomly", "title": "Function", "description": "TODO description" }, "function": { "type": "string", "const": "enchant_randomly", "title": "Function", "description": "UNDOCUMENTATED" },
"treasure": { "treasure": {
"type": "boolean", "type": "boolean",
"description": "Supports the optional treasure boolean (true/false) to allow treasure enchantments to be toggled on and off.", "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", "description": "The function enchant_with_levels",
"title": "Enchant With Levels", "title": "Enchant With Levels",
"properties": { "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": { "levels": {
"title": "Levels", "title": "Levels",
"oneOf": [ "oneOf": [
@@ -16,8 +16,8 @@
"properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } } "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", "description": "The function exploration_map",
"title": "Exploration Map", "title": "Exploration Map",
"properties": { "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": { "destination": {
"type": "string", "type": "string",
"description": "The destination value defines what type of treasure map they receive.", "description": "The destination value defines what type of treasure map they receive.",

View File

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

View File

@@ -4,7 +4,7 @@
"description": "The function furnace_smelt", "description": "The function furnace_smelt",
"title": "Furnace Smelt", "title": "Furnace Smelt",
"properties": { "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" } } "conditions": { "title": "Conditions", "description": "TODO", "type": "array", "items": { "$ref": "../conditions.json" } }
} }
} }

View File

@@ -4,11 +4,11 @@
"description": "The function looting_enchant", "description": "The function looting_enchant",
"title": "Looting Enchant", "title": "Looting Enchant",
"properties": { "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": { "count": {
"type": "object", "type": "object",
"properties": { "min": { "type": "integer" }, "max": { "type": "integer" } }, "properties": { "min": { "type": "integer" }, "max": { "type": "integer" } },
"description": "TODO description", "description": "UNDOCUMENTATED",
"title": "TODO Title", "title": "TODO Title",
"additionalProperties": false "additionalProperties": false
} }

View File

@@ -4,11 +4,11 @@
"description": "The function random_aux_value", "description": "The function random_aux_value",
"title": "Random Aux Value", "title": "Random Aux Value",
"properties": { "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": { "values": {
"type": "object", "type": "object",
"properties": { "min": { "type": "integer" }, "max": { "type": "integer" } }, "properties": { "min": { "type": "integer" }, "max": { "type": "integer" } },
"description": "TODO description", "description": "UNDOCUMENTATED",
"title": "TODO Title", "title": "TODO Title",
"additionalProperties": false "additionalProperties": false
} }

View File

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

View File

@@ -3,5 +3,5 @@
"additionalProperties": false, "additionalProperties": false,
"description": "The function random_dye", "description": "The function random_dye",
"title": "Trader Material Type", "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", "description": "The function set_actor_id",
"title": "Set Actor Id", "title": "Set Actor Id",
"properties": { "properties": {
"function": { "type": "string", "const": "set_actor_id", "description": "TODO description", "title": "TODO Title" }, "function": { "type": "string", "const": "set_actor_id", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"id": { "type": "string", "description": "TODO description", "title": "TODO Title" } "id": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" }
} }
} }

View File

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

View File

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

View File

@@ -4,14 +4,14 @@
"description": "The function set_count", "description": "The function set_count",
"title": "Set Count", "title": "Set Count",
"properties": { "properties": {
"function": { "type": "string", "const": "set_count", "title": "Function", "description": "TODO description" }, "function": { "type": "string", "const": "set_count", "title": "Function", "description": "UNDOCUMENTATED" },
"count": { "count": {
"title": "Count", "title": "Count",
"oneOf": [ "oneOf": [
{ "type": "integer" }, { "type": "integer" },
{ "type": "object", "properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } } } { "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", "description": "The function set_damage",
"title": "Set Damage", "title": "Set Damage",
"properties": { "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": { "damage": {
"oneOf": [ "oneOf": [
{ "type": "integer" }, { "type": "integer" },
{ "type": "object", "properties": { "min": { "type": "integer" }, "max": { "type": "integer" } } }, { "type": "object", "properties": { "min": { "type": "integer" }, "max": { "type": "integer" } } },
{ "type": "object", "properties": { "min": { "type": "number" }, "max": { "type": "number" } } } { "type": "object", "properties": { "min": { "type": "number" }, "max": { "type": "number" } } }
], ],
"description": "TODO description", "description": "UNDOCUMENTATED",
"title": "TODO Title" "title": "TODO Title"
} }
} }

View File

@@ -4,14 +4,14 @@
"description": "The function set_data", "description": "The function set_data",
"title": "Set Data", "title": "Set Data",
"properties": { "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": { "data": {
"title": "Data", "title": "Data",
"oneOf": [ "oneOf": [
{ "type": "integer" }, { "type": "integer" },
{ "type": "object", "properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } } } { "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, "additionalProperties": false,
"description": "The function set_data_from_color_index", "description": "The function set_data_from_color_index",
"title": "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", "description": "The function set_lore",
"title": "Set Lore", "title": "Set Lore",
"properties": { "properties": {
"function": { "type": "string", "const": "set_lore", "description": "TODO description", "title": "TODO Title" }, "function": { "type": "string", "const": "set_lore", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"lore": { "type": "array", "items": { "type": "string" }, "description": "TODO description", "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", "description": "The function set_name",
"title": "Set Name", "title": "Set Name",
"properties": { "properties": {
"function": { "type": "string", "const": "set_name", "description": "TODO description", "title": "TODO Title" }, "function": { "type": "string", "const": "set_name", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"name": { "type": "string", "description": "TODO description", "title": "TODO Title" } "name": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" }
} }
} }

View File

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

View File

@@ -3,6 +3,6 @@
"description": "Recipe definition 1.12.0", "description": "Recipe definition 1.12.0",
"title": "Definition", "title": "Definition",
"type": "object", "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 "additionalProperties": false
} }

View File

@@ -6,7 +6,7 @@
"additionalProperties": false, "additionalProperties": false,
"required": ["format_version", "minecraft:spawn_rules"], "required": ["format_version", "minecraft:spawn_rules"],
"properties": { "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": { "minecraft:spawn_rules": {
"type": "object", "type": "object",
"title": "Spawn Rules", "title": "Spawn Rules",

View File

@@ -6,7 +6,7 @@
"additionalProperties": false, "additionalProperties": false,
"required": ["format_version", "minecraft:spawn_rules"], "required": ["format_version", "minecraft:spawn_rules"],
"properties": { "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": { "minecraft:spawn_rules": {
"type": "object", "type": "object",
"title": "Spawn Rules", "title": "Spawn Rules",

View File

@@ -6,7 +6,7 @@
"additionalProperties": false, "additionalProperties": false,
"required": ["format_version", "minecraft:spawn_rules"], "required": ["format_version", "minecraft:spawn_rules"],
"properties": { "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": { "minecraft:spawn_rules": {
"type": "object", "type": "object",
"title": "Spawn Rules", "title": "Spawn Rules",

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