跳转至

Pushable

文档版本:1.21.0.24

Defines what can push an entity between other entities and pistons.

架构

pushable:
{
  boolean "is_pushable" : opt
  boolean "is_pushable_by_piston" : opt
}
is_pushableboolean
Whether the entity can be pushed by other entities.
is_pushable_by_pistonboolean
Whether the entity can be pushed by pistons safely.