Adding body_rotation_blocked
This commit is contained in:
@@ -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" },
|
||||
@@ -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" },
|
||||
|
||||
@@ -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": [{}]
|
||||
}
|
||||
Reference in New Issue
Block a user