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

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.movement.sway",
"description": "This move control causes the mob to sway side to side giving the impression it is swimming.",
"description": "Causes the mob to sway side to side giving the impression it is swimming.",
"type": "object",
"title": "Movement.sway 1.8.0",
"additionalProperties": false,
@@ -12,6 +12,10 @@
"description": "The maximum number in degrees the mob can turn per tick.",
"title": "Maximum Turn"
},
"sway_amplitude": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Sway Amplitude" }
"sway_amplitude": {
"type": "number",
"description": "The amount of sway that is allowed for movement.",
"title": "Sway Amplitude"
}
}
}