Update random_look_around.json

#42
This commit is contained in:
ChibiMango
2022-07-13 21:22:52 +01:00
parent 686fa009db
commit 70bea31f51

View File

@@ -34,10 +34,28 @@
]
},
"look_distance": {
"description": "The distance in blocks from which the mob will look at",
"$comment": "UNDOCUMENTED",
"title": "Look Distance",
"type": "number"
"description": "The distance in blocks from which the mob will look at",
"type": "number",
"default": 8.0
},
"probability": {
"title": "Probability",
"type": "number",
"default": 0.02,
"description": "The probability of looking at the target. A value of 1.00 is 100%."
},
"angle_of_view_vertical": {
"title": "Angle Of View Vertical",
"type": "integer",
"default": 360,
"description": "The angle in degrees that the mob can see in the X-axis (left-right)"
},
"angle_of_view_horizontal": {
"title": "Angle Of View Horizontal",
"type": "integer",
"default": 360,
"description": "The angle in degrees that the mob can see in the Y-axis (up-down)"
}
},
"examples": [