Initial Commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.flying_speed",
|
||||
"type": "object",
|
||||
"title": "Flying speed 1.8.0",
|
||||
"additionalProperties": false,
|
||||
"description": "Speed in Blocks that this entity flies at.",
|
||||
"required": [],
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "number",
|
||||
"default": 0.02,
|
||||
"description": "Flying speed in blocks per tick",
|
||||
"title": "TODO title"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user