Replaced undocumented

This commit is contained in:
DaanV2
2021-06-16 16:19:12 +02:00
parent 8a6f695326
commit 9036e74f6e
376 changed files with 1410 additions and 1437 deletions

View File

@@ -2,11 +2,11 @@
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.movement.glide",
"type": "object",
"title": "Movement.glide 1.8.0",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": false,
"required": [],
"properties": {
"start_speed": { "type": "number", "title": "Start Speed", "description": "UNDOCUMENTATED" },
"speed_when_turning": { "type": "number", "title": "Speed When Turning", "description": "UNDOCUMENTATED" }
"start_speed": { "type": "number", "title": "Start Speed", "description": "UNDOCUMENTED" },
"speed_when_turning": { "type": "number", "title": "Speed When Turning", "description": "UNDOCUMENTED" }
}
}