This commit is contained in:
DaanV2
2022-06-08 21:18:47 +02:00
parent 71e59fad42
commit aeffb4464a
15 changed files with 443 additions and 14 deletions

View File

@@ -0,0 +1,18 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.roar",
"additionalProperties": false,
"type": "object",
"title": "Dig",
"description": "[EXPERIMENTAL BEHAVIOR] Plays the provided sound and activates the `ROARING` actor flag during the specified duration",
"properties": {
"priority": {
"$ref": "./types/priority.json"
},
"duration": {
"title": "Duration",
"type": "number",
"default": 0.0,
"description": "Goal duration in seconds"
}
}
}