Removed minecraft.
This commit is contained in:
11
source/behavior/entities/format/components/jump.static.json
Normal file
11
source/behavior/entities/format/components/jump.static.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.entities.minecraft.jump.static",
|
||||
"description": "Gives the entity the ability to jump.",
|
||||
"type": "object",
|
||||
"title": "Jump.static",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"jump_power": { "type": "number", "default": 0.42, "description": "The initial vertical velocity for the jump", "title": "Jump Power" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user