Misc entity fixes (#248)
* - 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>
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.emerge",
|
||||
"type": "object",
|
||||
"title": "Emerge",
|
||||
"description": "[EXPERIMENTAL BEHAVIOR] Activates the `EMERGING` actor flag during the specified duration and triggers `on_done` at the end",
|
||||
"description": "Activates the `EMERGING` actor flag during the specified duration and triggers `on_done` at the end",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"cooldown_time": {
|
||||
"title": "Cooldown Time",
|
||||
"type": "integer",
|
||||
"type": "number",
|
||||
"default": 0.5,
|
||||
"description": "Time in seconds the mob has to wait before using the goal again."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user