Merge pull request #61 from Blockception/36-update-property-minecraftbehaviorleap_at_target
Updated leap_at_target
This commit is contained in:
@@ -22,15 +22,14 @@
|
|||||||
},
|
},
|
||||||
"yd": {
|
"yd": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": 0,
|
"default": 0.0,
|
||||||
"description": "The height in blocks the mob jumps when leaping at its target",
|
"description": "The height in blocks the mob jumps when leaping at its target",
|
||||||
"title": "Yd"
|
"title": "Yd"
|
||||||
},
|
},
|
||||||
"target_dist": {
|
"target_dist": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": 0,
|
"default": 0.3,
|
||||||
"description": "UNDOCUMENTED",
|
"description": "Distance in blocks the mob jumps when leaping at its target.",
|
||||||
"$comment": "UNDOCUMENTED",
|
|
||||||
"title": "Target Dist"
|
"title": "Target Dist"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user