Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/jump.dynamic.json
2021-10-08 13:18:16 +02:00

10 lines
326 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.minecraft.jump.dynamic",
"description": "Defines a dynamic type jump control that will change jump properties based on the speed modifier of the mob.",
"type": "object",
"title": "Jump.dynamic",
"additionalProperties": false,
"required": [],
"properties": {}
}