Updated behavior.jump_to_block

This commit is contained in:
DaanV2
2022-07-13 21:24:00 +02:00
parent 764708701a
commit 6f9921f648

View File

@@ -11,7 +11,7 @@
}, },
"cooldown_range": { "cooldown_range": {
"title": "Cooldown Range", "title": "Cooldown Range",
"$ref": "../types/range_number_type.json", "$ref": "../../../../general/vectors/number2.json",
"default": [10, 20], "default": [10, 20],
"description": "Minimum and maximum cooldown time-range (positive, in seconds) between each attempted jump." "description": "Minimum and maximum cooldown time-range (positive, in seconds) between each attempted jump."
}, },
@@ -26,7 +26,7 @@
"max_velocity": { "max_velocity": {
"title": "Max Velocity", "title": "Max Velocity",
"type": "number", "type": "number",
"default": 1500000, "default": 1.5,
"description": "The maximum velocity with which the mob can jump." "description": "The maximum velocity with which the mob can jump."
}, },
"minimum_distance": { "minimum_distance": {
@@ -52,7 +52,7 @@
"preferred_blocks_chance": { "preferred_blocks_chance": {
"title": "Preferred Blocks Chance", "title": "Preferred Blocks Chance",
"type": "number", "type": "number",
"default": 1000000, "default": 1.0,
"description": "Chance (between 0.0 and 1.0) that the mob will jump to a preferred block, if in range. Only matters if preferred blocks are defined." "description": "Chance (between 0.0 and 1.0) that the mob will jump to a preferred block, if in range. Only matters if preferred blocks are defined."
}, },
"scale_factor": { "scale_factor": {