Updated documentation with the microsoft documentation

This commit is contained in:
DaanV2
2021-07-02 13:00:02 +02:00
parent f9ecdb79e8
commit dd28b6a467
29 changed files with 152 additions and 127 deletions

View File

@@ -2,14 +2,13 @@
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.buoyant",
"type": "object",
"title": "Buoyant 1.8.0",
"description": "Enables an entity to float on the specified liquid blocks.",
"description": "Allows an entity to float on the specified liquid blocks.",
"additionalProperties": false,
"properties": {
"base_buoyancy": {
"type": "number",
"default": 0,
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"description": "Base buoyancy used to calculate how much will a mob float.",
"title": "Base Buoyancy"
},
"apply_gravity": {
@@ -46,7 +45,12 @@
"type": "array",
"description": "List of blocks this entity can float on. Must be a liquid block.",
"title": "Liquid Blocks",
"items": { "type": "string", "title": "Block ID" }
"items": {
"type": "string",
"title": "Block ID",
"description": "A block this entity can float on. Must be a liquid block.",
"$ref": "../../../../general/block/identifier.json"
}
},
"simulate_waves": {
"type": "boolean",