mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-11 03:40:48 +00:00
30 lines
767 B
JSON
30 lines
767 B
JSON
{
|
|
"$id": "2628131938",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "Allows the entity to continuously jump around like a slime.",
|
|
"properties": {
|
|
"control_flags": {
|
|
"items": {
|
|
"enum": [
|
|
"move",
|
|
"look",
|
|
"jump"
|
|
],
|
|
"title": "Goal's control flags",
|
|
"type": "string"
|
|
},
|
|
"type": "array"
|
|
},
|
|
"priority": {
|
|
"minimum": 0,
|
|
"type": "integer"
|
|
},
|
|
"speed_multiplier": {
|
|
"description": "Determines the multiplier this entity's speed is modified by when jumping around. Default value: 1.",
|
|
"type": "number"
|
|
}
|
|
},
|
|
"title": "minecraft:behavior.slime_keep_on_jumping",
|
|
"type": "object",
|
|
"x-format-version": "1.21.110"
|
|
} |