Updated UNDOCUMENTED

This commit is contained in:
DaanV2
2021-07-01 11:35:53 +02:00
parent 6ac62d15e7
commit ba94cceb50
367 changed files with 2266 additions and 640 deletions

View File

@@ -2,12 +2,13 @@
"$id": "blockception.minecraft.behavior.1.16.200.items.events.add_mob_effect",
"title": "Add Mob Effect",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"effect": { "type": "string", "title": "Effect", "description": "UNDOCUMENTED" },
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "enum": ["holder"] },
"duration": { "type": "number", "title": "Duration", "description": "UNDOCUMENTED" },
"amplifier": { "type": "number", "title": "Amplifier", "description": "UNDOCUMENTED" }
"effect": { "type": "string", "title": "Effect", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["holder"] },
"duration": { "type": "number", "title": "Duration", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"amplifier": { "type": "number", "title": "Amplifier", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
}

View File

@@ -2,10 +2,11 @@
"$id": "blockception.minecraft.behavior.1.16.200.items.events.shoot",
"title": "Shoot",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"type": { "type": "string", "title": "Type", "description": "UNDOCUMENTED", "enum": ["magic"] },
"amount": { "type": "number", "title": "Amount", "description": "UNDOCUMENTED" }
"type": { "type": "string", "title": "Type", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["magic"] },
"amount": { "type": "number", "title": "Amount", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
}

View File

@@ -2,6 +2,7 @@
"$id": "blockception.minecraft.behavior.1.16.200.items.events.decrement_stack",
"title": "Decrement Stack",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false
}

View File

@@ -2,10 +2,11 @@
"$id": "blockception.minecraft.behavior.1.16.200.items.events.remove_mob_effect",
"title": "Remove Mob Effect",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"effect": { "type": "string", "title": "Effect", "description": "UNDOCUMENTED" },
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "enum": ["holder"] }
"effect": { "type": "string", "title": "Effect", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["holder"] }
}
}

View File

@@ -2,11 +2,12 @@
"$id": "blockception.minecraft.behavior.1.16.200.items.events.shoot",
"title": "Shoot",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"angle_offset": { "type": "number", "title": "Angle Offset", "description": "UNDOCUMENTED" },
"launch_power": { "type": "number", "title": "Launch Power", "description": "UNDOCUMENTED" },
"projectile": { "type": "string", "title": "Projectile", "description": "UNDOCUMENTED" }
"angle_offset": { "type": "number", "title": "Angle Offset", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"launch_power": { "type": "number", "title": "Launch Power", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"projectile": { "type": "string", "title": "Projectile", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
}

View File

@@ -2,6 +2,7 @@
"$id": "blockception.minecraft.behavior.1.16.200.items.events.swing",
"title": "Swing",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false
}

View File

@@ -2,18 +2,20 @@
"$id": "blockception.minecraft.behavior.1.16.200.items.events.teleport",
"title": "Teleport",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "enum": ["holder"] },
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["holder"] },
"max_range": {
"type": "array",
"title": "Max Range",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": [
{ "type": "number", "title": "X", "description": "UNDOCUMENTED" },
{ "type": "number", "title": "Y", "description": "UNDOCUMENTED" },
{ "type": "number", "title": "Z", "description": "UNDOCUMENTED" }
{ "type": "number", "title": "X", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
{ "type": "number", "title": "Y", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
{ "type": "number", "title": "Z", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
]
}
}

View File

@@ -2,7 +2,8 @@
"$id": "blockception.minecraft.behavior.1.16.200.items.events.transform_item",
"title": "Transform Item",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": { "transform": { "title": "Transform", "description": "UNDOCUMENTED", "type": "string" } }
"properties": { "transform": { "title": "Transform", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" } }
}