UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

36 lines 961 B
{ "fields": [ { "id": "max_turn", "title": "Max Turn", "description": "The maximum number in degrees the mob can turn per tick.", "defaultValue": 30, "dataType": 3 }, { "id": "start_speed", "title": "Start Speed", "description": "Initial speed of the mob when it starts gliding.", "defaultValue": 0.1, "dataType": 3 }, { "id": "speed_when_turning", "title": "Speed when turning", "description": "Speed that the mob adjusts to when it has to turn quickly.", "defaultValue": 0.2, "dataType": 3 } ], "description": "This move control causes the mob to fly.", "title": "Fly Movement", "samples": { "/vanilla/behavior_pack/entities/parrot.json": [ { "path": "/minecraft:entity/components/minecraft:movement.fly/", "content": {} } ] }, "id": "minecraft:movement.fly" }