Updated
This commit is contained in:
@@ -10,22 +10,22 @@
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, players can leash this entity even if it is already leashed to another mob",
|
||||
"title": "TODO Title"
|
||||
"title": "Can Be Stolen"
|
||||
},
|
||||
"hard_distance": {
|
||||
"type": "number",
|
||||
"default": 6,
|
||||
"description": "Distance in blocks at which the leash stiffens, restricting movement",
|
||||
"title": "TODO Title"
|
||||
"title": "Hard Distance"
|
||||
},
|
||||
"max_distance": { "type": "number", "default": 10, "description": "Distance in blocks at which the leash breaks", "title": "TODO Title" },
|
||||
"on_leash": { "type": "string", "default": "", "description": "Event to call when this entity is leashed", "title": "TODO Title" },
|
||||
"on_unleash": { "type": "string", "default": "", "description": "Event to call when this entity is unleashed", "title": "TODO Title" },
|
||||
"max_distance": { "type": "number", "default": 10, "description": "Distance in blocks at which the leash breaks", "title": "Maximum Distance" },
|
||||
"on_leash": { "type": "string", "default": "", "description": "Event to call when this entity is leashed", "title": "On Leash" },
|
||||
"on_unleash": { "type": "string", "default": "", "description": "Event to call when this entity is unleashed", "title": "On Leash" },
|
||||
"soft_distance": {
|
||||
"type": "number",
|
||||
"default": 4,
|
||||
"description": "Distance in blocks at which the `spring` effect starts acting to keep this entity close to the entity that leashed it",
|
||||
"title": "TODO Title"
|
||||
"title": "Soft Distance"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user