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,9 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft.can_join_raid",
"title": "Can Join Raid",
"additionalProperties": false,
"description": "Sets that this entity can join a raid.",
"type": "object",
"required": [],
"properties": {}
}