auto: Formatted documents
This commit is contained in:
@@ -13,7 +13,12 @@
|
||||
"description": "If true, players can leash this entity even if it is already leashed to another mob",
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"hard_distance": { "type": "number", "default": 6, "description": "Distance in blocks at which the leash stiffens, restricting movement", "title": "TODO Title" },
|
||||
"hard_distance": {
|
||||
"type": "number",
|
||||
"default": 6,
|
||||
"description": "Distance in blocks at which the leash stiffens, restricting movement",
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"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" },
|
||||
|
||||
Reference in New Issue
Block a user