* - Misc entity fixes * - Update entity sensor * Update source/behavior/entities/format/behaviors/dig.json Co-authored-by: Daan Verstraten <daanverstraten@hotmail.com> * - Change entity sensor range property * - Fix --------- Co-authored-by: Daan Verstraten <daanverstraten@hotmail.com>
20 lines
536 B
JSON
20 lines
536 B
JSON
{
|
|
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.float",
|
|
"type": "object",
|
|
"title": "Float",
|
|
"description": "Allows the mob to stay afloat while swimming.",
|
|
"additionalProperties": false,
|
|
"required": [],
|
|
"properties": {
|
|
"priority": {
|
|
"$ref": "./types/priority.json"
|
|
},
|
|
"sink_with_passengers": {
|
|
"title": "Sink With Passengers",
|
|
"description": "If true, the mob will keep sinking as long as it has passengers.",
|
|
"type": "boolean",
|
|
"default": false
|
|
}
|
|
}
|
|
}
|