Files

10 lines
934 B
JSON
Raw Permalink Normal View History

{
"$id": "blockception.minecraft.behavior.entities.minecraft.is_collidable",
"description": "Allows other mobs to have vertical and horizontal collisions with this mob. For a collision to occur, both mobs must have a \"minecraft:collision_box\" component. This component can only be used on mobs and enables collisions exclusively between mobs.\nPlease note that this type of collision is unreliable for moving collidable mobs. It is recommended to use this component only in scenarios where the collidable mob remains stationary.\nCollidable behavior is closely related to stackable behavior. While the \"minecraft:is_collidable\" component governs how other mobs interact with the component's owner, the \"minecraft:is_stackable\" component describes how an entity interacts with others of its own kind.",
"type": "object",
"title": "Is Collidable",
"additionalProperties": false,
"required": [ ],
"properties": { }
}