@@ -24,7 +24,7 @@
|
|||||||
"knockback_force": {
|
"knockback_force": {
|
||||||
"title": "Knockback Force",
|
"title": "Knockback Force",
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": 5000000,
|
"default": 5.0,
|
||||||
"description": "The force of the knockback of the ram attack."
|
"description": "The force of the knockback of the ram attack."
|
||||||
},
|
},
|
||||||
"knockback_height": {
|
"knockback_height": {
|
||||||
@@ -65,13 +65,13 @@
|
|||||||
"ram_speed": {
|
"ram_speed": {
|
||||||
"title": "Ram Speed",
|
"title": "Ram Speed",
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": 2000000,
|
"default": 2.0,
|
||||||
"description": "Sets the entity's speed when charging toward the target."
|
"description": "Sets the entity's speed when charging toward the target."
|
||||||
},
|
},
|
||||||
"run_speed": {
|
"run_speed": {
|
||||||
"title": "Run Speed",
|
"title": "Run Speed",
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": 1000000,
|
"default": 1.0,
|
||||||
"description": "Sets the entity's speed when running toward the target."
|
"description": "Sets the entity's speed when running toward the target."
|
||||||
},
|
},
|
||||||
"trigger": {
|
"trigger": {
|
||||||
|
|||||||
Reference in New Issue
Block a user