mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-10 17:10:55 +00:00
34 lines
971 B
JSON
34 lines
971 B
JSON
{
|
|
"$id": "2567691908",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "Allow slimes to float in water / lava. Can only be used by Slime and Magma Cubes.",
|
|
"properties": {
|
|
"control_flags": {
|
|
"items": {
|
|
"enum": [
|
|
"move",
|
|
"look",
|
|
"jump"
|
|
],
|
|
"title": "Goal's control flags",
|
|
"type": "string"
|
|
},
|
|
"type": "array"
|
|
},
|
|
"jump_chance_percentage": {
|
|
"description": "Percent chance a slime or magma cube has to jump while in water / lava. Default value: 0.8.",
|
|
"type": "number"
|
|
},
|
|
"priority": {
|
|
"minimum": 0,
|
|
"type": "integer"
|
|
},
|
|
"speed_multiplier": {
|
|
"description": "Determines the multiplier the entity's speed is modified by when moving through water / lava. Default value: 1.2.",
|
|
"type": "number"
|
|
}
|
|
},
|
|
"title": "minecraft:behavior.slime_float",
|
|
"type": "object",
|
|
"x-format-version": "1.21.110"
|
|
} |