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,11 +2,12 @@
"$id": "blockception.minecraft.behavior.1.16.100.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" }
}
}