Skip to content

Commit

Permalink
Adding body_rotation_blocked
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Apr 19, 2024
1 parent fcce001 commit 8ab255e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/behavior/entities/format/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "A collection of components.",
"required": [],
"properties": {
"minecraftabsorption:": {"$ref": "./components/attribute.json"},
"minecraft:absorption:": { "$ref": "./components/attribute.json" },
"minecraft:addrider": { "$ref": "./components/addrider.json" },
"minecraft:admire_item": { "$ref": "./components/admire_item.json" },
"minecraft:ageable": { "$ref": "./components/ageable.json" },
Expand All @@ -23,6 +23,7 @@
"minecraft:barter": { "$ref": "./components/barter.json" },
"minecraft:block_climber": { "$ref": "./components/block_climber.json" },
"minecraft:block_sensor": { "$ref": "./components/block_sensor.json" },
"minecraft:body_rotation_blocked": { "$ref": "./components/body_rotation_blocked.json" },
"minecraft:boostable": { "$ref": "./components/boostable.json" },
"minecraft:boss": { "$ref": "./components/boss.json" },
"minecraft:break_blocks": { "$ref": "./components/break_blocks.json" },
Expand Down Expand Up @@ -108,7 +109,7 @@
"minecraft:leashable": { "$ref": "./components/leashable.json" },
"minecraft:lookat": { "$ref": "./components/lookat.json" },
"minecraft:loot": { "$ref": "./components/loot.json" },
"minecraft:luck": {"$ref": "./components/attribute.json"},
"minecraft:luck": { "$ref": "./components/attribute.json" },
"minecraft:managed_wandering_trader": { "$ref": "./components/managed_wandering_trader.json" },
"minecraft:mark_variant": { "$ref": "./components/mark_variant.json" },
"minecraft:mob_effect": { "$ref": "./components/mob_effect.json" },
Expand Down
Original file line number Diff line number Diff line change
@@ -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": [{}]
}

0 comments on commit 8ab255e

Please sign in to comment.