Updating to documentation
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
"properties": {
|
||||
"on_bred": {
|
||||
"default": 0,
|
||||
"description": "A molang expression defining the amount of experience rewarded when this entity is successfully bred. An array of expressions adds each expression's result together for a final total.",
|
||||
"description": "A Molang expression defining the amount of experience rewarded when this entity is successfully bred. An array of expressions adds each expression's result together for a final total.",
|
||||
"title": "On Bred",
|
||||
"$ref": "../../../../molang/number.json"
|
||||
},
|
||||
"on_death": {
|
||||
"type": "string",
|
||||
"default": 0,
|
||||
"description": "A molang expression defining the amount of experience rewarded when this entity dies. An array of expressions adds each expression's result together for a final total.",
|
||||
"description": "A Molang expression defining the amount of experience rewarded when this entity dies. An array of expressions adds each expression's result together for a final total.",
|
||||
"title": "On Death",
|
||||
"$ref": "../../../../molang/number.json"
|
||||
}
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
},
|
||||
"offset": {
|
||||
"$ref": "../../../../general/array_3_number.json",
|
||||
"default": [0.0, 0.5, 0.0],
|
||||
"default": [0.0, 0.0, 0.0],
|
||||
"description": "The offset from the entity's anchor where the projectile will spawn",
|
||||
"title": "Offset"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user