{
  "fields": [
    {
      "id": "is_pushable",
      "title": "Is Pushable",
      "description": "Whether the entity can be pushed by other entities.",
      "defaultValue": true,
      "dataType": 1,
      "samples": {
        "/vanilla/behavior_pack/entities/allay.json": [
          {
            "path": "/minecraft:entity/components/minecraft:pushable/",
            "content": true
          }
        ],
        "/vanilla/behavior_pack/entities/armadillo.json": [
          {
            "path": "/minecraft:entity/components/minecraft:pushable/",
            "content": true
          }
        ]
      }
    },
    {
      "id": "is_pushable_by_piston",
      "title": "Is Pushable By Piston",
      "description": "Whether the entity can be pushed by pistons safely.",
      "defaultValue": true,
      "dataType": 1,
      "samples": {
        "/vanilla/behavior_pack/entities/allay.json": [
          {
            "path": "/minecraft:entity/components/minecraft:pushable/",
            "content": true
          }
        ],
        "/vanilla/behavior_pack/entities/armadillo.json": [
          {
            "path": "/minecraft:entity/components/minecraft:pushable/",
            "content": true
          }
        ]
      }
    }
  ],
  "description": "Defines what can push an entity between other entities and pistons.",
  "title": "Pushable",
  "samples": {
    "/vanilla/behavior_pack/entities/allay.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/armadillo.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/armor_stand.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": false,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/arrow.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": false,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/axolotl.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/bee.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/blaze.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/boat.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/bogged.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/breeze_wind_charge_projectile.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": false,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/breeze.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/camel.json": [
      {
        "path": "/minecraft:entity/component_groups/minecraft:camel_standing/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      },
      {
        "path": "/minecraft:entity/component_groups/minecraft:camel_sitting/minecraft:pushable/",
        "content": {
          "is_pushable": false,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/cat.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/cave_spider.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/chest_boat.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/chest_minecart.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/chicken.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/command_block_minecart.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/cow.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/creaking.json": [
      {
        "path": "/minecraft:entity/component_groups/minecraft:mobile/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      },
      {
        "path": "/minecraft:entity/component_groups/minecraft:immobile/minecraft:pushable/",
        "content": {
          "is_pushable": false,
          "is_pushable_by_piston": false
        }
      }
    ],
    "/vanilla/behavior_pack/entities/creeper.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/dolphin.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/donkey.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/dragon_fireball.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/drowned.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/egg.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/elder_guardian.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/ender_crystal.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/ender_pearl.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/enderman.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/endermite.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/evocation_illager.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/eye_of_ender_signal.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/fireball.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/fireworks_rocket.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/fish.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/fishing_hook.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": false,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/fox.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/frog.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {}
      }
    ],
    "/vanilla/behavior_pack/entities/ghast.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/glow_squid.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/goat.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/guardian.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/hoglin.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/hopper_minecart.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/horse.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/husk.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/iron_golem.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/lingering_potion.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/llama_spit.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/llama.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/magma_cube.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/minecart.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/mooshroom.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/mule.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/ocelot.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/panda.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/parrot.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/phantom.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/pig.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/piglin_brute.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/piglin.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/pillager.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/player.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": false,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/polar_bear.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/pufferfish.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/rabbit.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/ravager.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/salmon.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/sheep.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/silverfish.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/skeleton_horse.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/skeleton.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/slime.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/small_fireball.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/snow_golem.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/snowball.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/spider.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/splash_potion.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/squid.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/stray.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/strider.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/tadpole.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {}
      }
    ],
    "/vanilla/behavior_pack/entities/thrown_trident.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/tnt_minecart.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/tnt.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": false,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/trader_llama.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/tropicalfish.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/turtle.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/villager_v2.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/villager.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/vindicator.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/wandering_trader.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/wind_charge_projectile.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": false,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/witch.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/wither_skeleton.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/wither_skull_dangerous.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/wither_skull.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/wither.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/wolf.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/xp_bottle.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/xp_orb.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": false,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/zoglin.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/zombie_horse.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/zombie_pigman.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/zombie_villager_v2.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/zombie_villager.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/vanilla/behavior_pack/entities/zombie.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/samples/addon_starter/1_hello_world/behavior_packs/aop_mobs/entities/sheepomelon.behavior.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/samples/addon_starter/2_entities/behavior_packs/aop_mobs/entities/biceson.behavior.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/samples/addon_starter/2_entities/behavior_packs/aop_mobs/entities/frost_moose.behavior.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/samples/addon_starter/2_entities/behavior_packs/aop_mobs/entities/nardolphle.behavior.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/samples/addon_starter/2_entities/behavior_packs/aop_mobs/entities/sheepomelon.behavior.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/samples/addon_starter/complete/behavior_packs/aop_mobs/entities/biceson.behavior.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/samples/addon_starter/complete/behavior_packs/aop_mobs/entities/frost_moose.behavior.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/samples/addon_starter/complete/behavior_packs/aop_mobs/entities/nardolphle.behavior.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/samples/addon_starter/complete/behavior_packs/aop_mobs/entities/sheepomelon.behavior.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/samples/behavior_pack_sample/entities/cow.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/samples/casual_creator/chill_dreams/1_dream_turkey/behavior_packs/mamm_cds/entities/dream_turkey.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/samples/casual_creator/chill_dreams/2_dreams_come_true/behavior_packs/mamm_cds/entities/dream_turkey.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/samples/casual_creator/chill_dreams/complete/behavior_packs/mamm_cds/entities/dream_turkey.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/samples/casual_creator/chill_dreams/complete/behavior_packs/mamm_cds/entities/memory_jar.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": false,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/samples/casual_creator/custom_cat_eliza/behavior_packs/mike_eliz/entities/eliza.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ],
    "/samples/casual_creator/gray_wave/behavior_packs/mikeamm_gwve/entities/gray_zombie_leader.behavior.json": [
      {
        "path": "/minecraft:entity/components/minecraft:pushable/",
        "content": {
          "is_pushable": true,
          "is_pushable_by_piston": true
        }
      }
    ]
  },
  "id": "minecraft:pushable"
}