{
  "format_version": "1.26.30",
  "minecraft:entity": {
    "description": {
      "identifier": "minecraft:minecart",
      "is_experimental": false,
      "is_summonable": true,
      "is_spawnable": false
    },
    "components": {
      "minecraft:collision_box": {
        "height": 0.7,
        "width": 0.98
      },
      "minecraft:conditional_bandwidth_optimization": {
        "conditional_values": [
          {
            "conditional_values": [
              {
                "test": "is_moving",
                "subject": "self"
              }
            ],
            "max_dropped_ticks": 0,
            "max_optimized_distance": 0.0
          }
        ],
        "default_values": {
          "max_dropped_ticks": 20,
          "max_optimized_distance": 60.0,
          "use_motion_prediction_hints": true
        }
      },
      "minecraft:is_stackable": {},
      "minecraft:physics": {},
      "minecraft:pushable_by_entity": {
        "presets": [
          {
            "filters": {
              "all_of": [
                {
                  "test": "is_family",
                  "subject": "other",
                  "value": "sulfur_cube"
                },
                {
                  "test": "enum_property",
                  "subject": "other",
                  "domain": "minecraft:sulfur_cube_archetype",
                  "operator": "not",
                  "value": "none"
                },
                {
                  "test": "is_controlling_passenger_family",
                  "subject": "self",
                  "value": "player"
                }
              ]
            },
            "push_mode": "none"
          },
          {
            "push_mode": "legacy_minecart",
            "strength_multiplier": 0.1,
            "min_distance": 0.01,
            "push_scale_self": 0.5,
            "push_scale_other": 0.25
          }
        ]
      },
      "minecraft:pushable_by_block": {
      },
      "minecraft:rail_movement": {},
      "minecraft:rail_sensor": {
        "eject_on_activate": true
      },
      "minecraft:rideable": {
        "interact_text": "action.interact.ride.minecart",
        "pull_in_entities": true,
        "seat_count": 1,
        "seats": {
          "position": [
            0.0,
            -0.2,
            0.0
          ]
        }
      },
      "minecraft:type_family": {
        "family": [
          "minecart",
          "inanimate"
        ]
      }
    },
    "events": null
  }
}
