You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minecraft:selection_box is a Boolean or JSON Object component that defines the area of the block that is selected by the player's cursor.
minecraft:collision_box is a boolean or JSON Object that defines the area of the block that collides with entities.
I want to make the player able to pass through the block by setting the origin and size in the Model to Vector3::zero(), but I still want the player to be able to interact with the block
The text was updated successfully, but these errors were encountered:
I want to make the player able to pass through the block by setting the
origin
andsize
in theModel
toVector3::zero()
, but I still want the player to be able to interact with the blockThe text was updated successfully, but these errors were encountered: