Added more properties to the projectile component
This commit is contained in:
@@ -53,6 +53,12 @@
|
|||||||
"description": "The gravity applied to this entity when thrown. The higher the value, the faster the entity falls",
|
"description": "The gravity applied to this entity when thrown. The higher the value, the faster the entity falls",
|
||||||
"title": "Gravity"
|
"title": "Gravity"
|
||||||
},
|
},
|
||||||
|
"hit_ground_sound": {
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "The sound that plays when the projectile hits the ground",
|
||||||
|
"title": "Hit Ground Sound"
|
||||||
|
},
|
||||||
"hit_sound": {
|
"hit_sound": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": "",
|
||||||
@@ -383,7 +389,16 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Stick In Ground"
|
"title": "Stick In Ground",
|
||||||
|
"properties": {
|
||||||
|
"shake_time": {
|
||||||
|
"title": "Shake Time",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"type": "integer",
|
||||||
|
"minimum": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"teleport_owner": {
|
"teleport_owner": {
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
@@ -459,6 +474,12 @@
|
|||||||
"description": "Radius in blocks of the `splash` effect",
|
"description": "Radius in blocks of the `splash` effect",
|
||||||
"title": "Splash Range"
|
"title": "Splash Range"
|
||||||
},
|
},
|
||||||
|
"stop_on_hurt": {
|
||||||
|
"title": "Splash Range",
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
},
|
||||||
"uncertainty_base": {
|
"uncertainty_base": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user