Entity Documentation - minecraft:pushable

minecraft:pushable defines what can push an entity between other entities and pistons.

Parameters

Name Default Value Type Description
is_pushable True Boolean Whether the entity can be pushed by other entities.
is_pushable_by_piston True Boolean Whether the entity can be pushed by pistons safely.

Example

"minecraft:pushable":{
    "is_pushable": true,
    "is_pushable_by_piston": true
}

Vanilla entities examples

minecart

"minecraft:pushable": {
        "is_pushable": true,
        "is_pushable_by_piston": true
      }

Vanilla entities using minecraft:pushable