Processing 1.16.200 entities
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.entities.1.13.0.base_priority",
|
||||
"additionalProperties": false,
|
||||
"type": "integer",
|
||||
"title": "Priority",
|
||||
"minimum": 0,
|
||||
"description": "Allows the mob to drink potions based on specified environment conditions."
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.entities.1.13.0.speed_multiplier",
|
||||
"additionalProperties": false,
|
||||
"default": 1.0,
|
||||
"description": "Movement speed multiplier of the mob when using this AI Goal.",
|
||||
"type": "number",
|
||||
"title": "Speed multiplier"
|
||||
}
|
||||
Reference in New Issue
Block a user