Adding body_rotation_blocked

This commit is contained in:
DaanV2
2024-04-19 19:38:27 +02:00
parent fcce001bcd
commit 8ab255eb28
2 changed files with 12 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft.body_rotation_blocked",
"type": "object",
"title": "Body Rotation Blocked",
"description": "When set, the entity will no longer visually rotate their body to match their facing direction.",
"additionalProperties": false,
"properties": {},
"examples": [{}]
}