UNDOCUMENTATED description

This commit is contained in:
DaanV2
2021-06-09 09:41:09 +02:00
parent 0bff0baa33
commit b68ba1865c
122 changed files with 326 additions and 301 deletions

View File

@@ -18,6 +18,6 @@
"title": "Damage Range"
},
"entity_filter": { "$ref": "../../filters/filters.json", "description": "Entity_filter", "title": "Filter" },
"cause": { "type": "string", "description": "TODO", "title": "Cause", "$ref": "../../../../general/entity/damage_source.json" }
"cause": { "type": "string", "description": "UNDOCUMENTATED", "title": "Cause", "$ref": "../../../../general/entity/damage_source.json" }
}
}

View File

@@ -5,7 +5,7 @@
"description": "Fires off a specified event when a block in the block list is broken within the sensor range.",
"additionalProperties": false,
"properties": {
"sensor_radius": { "type": "integer", "description": "TODO", "title": "Sensor Radius", "minimum": 0 },
"sensor_radius": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Sensor Radius", "minimum": 0 },
"on_break": {
"type": "array",
"title": "On Break",
@@ -14,7 +14,12 @@
"title": "On Block Broken",
"additionalProperties": false,
"properties": {
"block_list": { "type": "array", "title": "Block List", "description": "TODO", "items": { "type": "string", "title": "Block ID" } },
"block_list": {
"type": "array",
"title": "Block List",
"description": "UNDOCUMENTATED",
"items": { "type": "string", "title": "Block ID" }
},
"on_block_broken": { "type": "string", "title": "On Block Broken", "description": "On block broken" }
}
},

View File

@@ -8,19 +8,19 @@
"hitboxes": {
"type": "array",
"title": "Hitboxes",
"description": "TODO",
"description": "UNDOCUMENTATED",
"items": {
"type": "object",
"title": "Hitbox",
"description": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"properties": {
"width": { "type": "number", "title": "Width", "description": "TODO" },
"height": { "type": "number", "title": "Height", "description": "TODO" },
"width": { "type": "number", "title": "Width", "description": "UNDOCUMENTATED" },
"height": { "type": "number", "title": "Height", "description": "UNDOCUMENTATED" },
"pivot": {
"type": "array",
"title": "Pivot",
"description": "TODO",
"description": "UNDOCUMENTATED",
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
}
}

View File

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

View File

@@ -8,16 +8,16 @@
"damage_conditions": {
"type": "array",
"title": "Damage Conditions",
"description": "TODO",
"description": "UNDOCUMENTATED",
"items": {
"type": "object",
"title": "Damage Condition",
"description": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"properties": {
"filters": { "$ref": "../../filters/filters.json" },
"cause": { "type": "string", "title": "Cause", "description": "Damage cause", "$ref": "../../../../general/entity/damage_source.json" },
"damage_per_tick": { "type": "integer", "title": "Damage Per Tick", "description": "TODO" }
"damage_per_tick": { "type": "integer", "title": "Damage Per Tick", "description": "UNDOCUMENTATED" }
}
}
}

View File

@@ -18,6 +18,6 @@
"description": "The mob effect that is applied to entities that enter this entities effect range.",
"title": "Mob Effect"
},
"entity_filter": { "$ref": "../../filters/filters.json", "title": "Entity Filter", "description": "TODO" }
"entity_filter": { "$ref": "../../filters/filters.json", "title": "Entity Filter", "description": "UNDOCUMENTATED" }
}
}

View File

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