21 lines
564 B
JSON
21 lines
564 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.roll",
|
|
"description": "This allows the mob to roll forward.",
|
|
"type": "object",
|
|
"title": "Behavior.roll 1.8.0",
|
|
"additionalProperties": false,
|
|
"required": [],
|
|
"properties": {
|
|
"priority": {
|
|
"$ref": "types/base_priority.json"
|
|
},
|
|
"probability": {
|
|
"type": "number",
|
|
"minimum": 0,
|
|
"description": "The probability that the mob will use the goal.",
|
|
"title": "TODO title"
|
|
}
|
|
}
|
|
}
|