@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user