Replaced undocumented

This commit is contained in:
DaanV2
2021-06-16 16:19:12 +02:00
parent 8a6f695326
commit 9036e74f6e
376 changed files with 1410 additions and 1437 deletions

View File

@@ -14,7 +14,7 @@
"description": "If true, the mob can stop being tempted if the player moves too fast while close to this mob",
"title": "Can Get Scared"
},
"can_tempt_while_ridden": { "type": "boolean", "title": "Can Tempt While Ridden", "description": "UNDOCUMENTATED" },
"can_tempt_while_ridden": { "type": "boolean", "title": "Can Tempt While Ridden", "description": "UNDOCUMENTED" },
"items": {
"type": "array",
"description": "List of items this mob is tempted by",
@@ -27,14 +27,14 @@
"description": "Distance in blocks this mob can get tempted by a player holding an item they like",
"title": "Within Radius"
},
"tempt_sound": { "type": "string", "description": "UNDOCUMENTATED", "title": "Tempt Sound" },
"tempt_sound": { "type": "string", "description": "UNDOCUMENTED", "title": "Tempt Sound" },
"sound_interval": {
"type": "object",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"title": "Sound Interval",
"properties": {
"range_min": { "type": "number", "description": "UNDOCUMENTATED", "title": "Range Min" },
"range_max": { "type": "number", "description": "UNDOCUMENTATED", "title": "Range Max" }
"range_min": { "type": "number", "description": "UNDOCUMENTED", "title": "Range Min" },
"range_max": { "type": "number", "description": "UNDOCUMENTED", "title": "Range Max" }
},
"additionalProperties": false
}

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Entity 1.13.0",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"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

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entities.1.13.0.minecraft.experience_reward",
"type": "object",
"title": "Experience Reward 1.13.0",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"on_bred": {

View File

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

View File

@@ -35,7 +35,7 @@
"title": "Blocks To Avoid",
"items": {
"title": "Block",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "title": "Block To Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }

View File

@@ -35,7 +35,7 @@
"title": "Blocks To Avoid",
"items": {
"title": "Block to Avoid",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }

View File

@@ -35,7 +35,7 @@
"title": "Blocks To Avoid",
"items": {
"title": "Block to Avoid",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }

View File

@@ -35,7 +35,7 @@
"title": "Blocks To Avoid",
"items": {
"title": "Block to Avoid",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }

View File

@@ -35,7 +35,7 @@
"title": "Blocks To Avoid",
"items": {
"title": "Block to Avoid",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }

View File

@@ -35,7 +35,7 @@
"title": "Blocks To Avoid",
"items": {
"title": "Block to Avoid",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }

View File

@@ -6,7 +6,7 @@
"additionalProperties": false,
"required": [],
"properties": {
"anchor": { "type": "number", "title": "Anchor", "description": "UNDOCUMENTATED" },
"anchor": { "type": "number", "title": "Anchor", "description": "UNDOCUMENTED" },
"angle_offset": {
"type": "number",
"default": 0,
@@ -98,34 +98,34 @@
"additionalProperties": false,
"type": "object",
"title": "On Hit",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"properties": {
"arrow_effect": { "description": "UNDOCUMENTATED", "title": "Arrow Effect", "type": "object", "additionalProperties": false },
"arrow_effect": { "description": "UNDOCUMENTED", "title": "Arrow Effect", "type": "object", "additionalProperties": false },
"impact_damage": {
"additionalProperties": false,
"type": "object",
"title": "Impact Damage",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"properties": {
"damage": {
"oneOf": [{ "type": "number" }, { "type": "array", "items": [{ "type": "integer" }, { "type": "integer" }] }],
"title": "Damage",
"description": "UNDOCUMENTATED"
"description": "UNDOCUMENTED"
},
"destroy_on_hit": { "type": "boolean", "title": "Destroy On Hit", "description": "UNDOCUMENTATED" },
"knockback": { "type": "boolean", "title": "Knockback", "description": "UNDOCUMENTATED" },
"max_critical_damage": { "type": "integer", "title": "Max Critical Damage", "description": "UNDOCUMENTATED" },
"min_critical_damage": { "type": "integer", "title": "Min Critical Damage", "description": "UNDOCUMENTATED" },
"power_multiplier": { "type": "number", "title": "Power Multiplier", "description": "UNDOCUMENTATED" },
"semi_random_diff_damage": { "type": "boolean", "title": "Semi Random Diff Damage", "description": "UNDOCUMENTATED" }
"destroy_on_hit": { "type": "boolean", "title": "Destroy On Hit", "description": "UNDOCUMENTED" },
"knockback": { "type": "boolean", "title": "Knockback", "description": "UNDOCUMENTED" },
"max_critical_damage": { "type": "integer", "title": "Max Critical Damage", "description": "UNDOCUMENTED" },
"min_critical_damage": { "type": "integer", "title": "Min Critical Damage", "description": "UNDOCUMENTED" },
"power_multiplier": { "type": "number", "title": "Power Multiplier", "description": "UNDOCUMENTED" },
"semi_random_diff_damage": { "type": "boolean", "title": "Semi Random Diff Damage", "description": "UNDOCUMENTED" }
}
},
"stick_in_ground": {
"additionalProperties": false,
"title": "Stick In Ground",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "object",
"properties": { "shake_time": { "title": "Shake Time", "description": "UNDOCUMENTATED", "type": "number" } }
"properties": { "shake_time": { "title": "Shake Time", "description": "UNDOCUMENTED", "type": "number" } }
}
}
},

View File

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

View File

@@ -31,7 +31,7 @@
"properties": {
"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": "Trigger" },
"trigger": { "type": "string", "description": "UNDOCUMENTED", "title": "Trigger" },
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
},
"description": "UNDOCUMENTATED: randomize",
@@ -56,7 +56,7 @@
"title": "Sequences"
},
"filters": { "$ref": "./../filters/filters.json" },
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" }
"trigger": { "type": "string", "description": "UNDOCUMENTED", "title": "Trigger" }
}
}
},

View File

@@ -59,7 +59,7 @@
{
"type": "object",
"title": "Conditional Animation",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": { "type": "string", "title": "Animation" }
}
]