Adding investigate_suspicious_location

This commit is contained in:
DaanV2
2024-01-06 23:02:12 +01:00
parent 94be6e147b
commit f224ae3b24
5 changed files with 54 additions and 10 deletions

View File

@@ -0,0 +1,27 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.investigate_suspicious_location",
"type": "object",
"title": "Inspect Bookshelf",
"additionalProperties": false,
"description": "Allows the mob to inspect bookshelves.",
"required": [],
"properties": {
"goal_radius": {
"title": "Goal Radius",
"type": "number",
"default": 1.5,
"description": "Distance in blocks within the entity considers it has reached its target position."
},
"priority": {
"title": "Priority",
"type": "integer",
"description": "The higher the priority, the sooner this behavior will be executed as a goal."
},
"speed_multiplier": {
"title": "Speed Multiplier",
"type": "number",
"default": 1,
"description": "Movement speed multiplier."
}
}
}