Chest Boat - 1.20.0.20

<< back to entity list

Last Updated

The Chest Boat entity last updated in Minecraft Version 1.19.80
View Entity Version History >>

What's Changed:

Changes since stable release 1.20.0.1


      • New Value:
        "minecraft:can_ride": {
            "minecraft:rideable": {
                "seat_count": 1,
                "passenger_max_width": 1.375,
                "interact_text": "action.interact.ride.boat",
                "pull_in_entities": true,
                "seats": [
                 {
                    "position": [
                        0.2,
                        -0.2,
                        0
                    ],
                    "min_rider_count": 0,
                    "max_rider_count": 1,
                    "rotate_rider_by": "query.has_any_family('blaze', 'creeper', 'enderman', 'illager', 'magmacube', 'piglin', 'player', 'skeleton', 'slime', 'villager', 'wandering_trader', 'witch', 'zombie', 'zombie_pigman') ? -90 : 0",
                    "lock_rider_rotation": 90
                 }
                ]
            }
        }
      • Previous Value:
        "minecraft:can_ride_bamboo": {
            "minecraft:rideable": {
                "seat_count": 1,
                "passenger_max_width": 1.375,
                "interact_text": "action.interact.ride.boat",
                "pull_in_entities": true,
                "seats": [
                 {
                    "position": [
                        0.2,
                        0.1,
                        0
                    ],
                    "min_rider_count": 0,
                    "max_rider_count": 1,
                    "rotate_rider_by": "query.has_any_family('blaze', 'creeper', 'enderman', 'illager', 'magmacube', 'piglin', 'player', 'skeleton', 'slime', 'villager', 'wandering_trader', 'witch', 'zombie', 'zombie_pigman') ? -90 : 0",
                    "lock_rider_rotation": 90
                 }
                ]
            }
        }
      • Previous Value:
        "minecraft:can_ride_default": {
            "minecraft:rideable": {
                "seat_count": 1,
                "passenger_max_width": 1.375,
                "interact_text": "action.interact.ride.boat",
                "pull_in_entities": true,
                "seats": [
                 {
                    "position": [
                        0.2,
                        -0.2,
                        0
                    ],
                    "min_rider_count": 0,
                    "max_rider_count": 1,
                    "rotate_rider_by": "query.has_any_family('blaze', 'creeper', 'enderman', 'illager', 'magmacube', 'piglin', 'player', 'skeleton', 'slime', 'villager', 'wandering_trader', 'witch', 'zombie', 'zombie_pigman') ? -90 : 0",
                    "lock_rider_rotation": 90
                 }
                ]
            }
        }
      • New Value:
        "minecraft:rideable": {
            "seat_count": 1,
            "passenger_max_width": 1.375,
            "interact_text": "action.interact.ride.boat",
            "pull_in_entities": true,
            "seats": [
                {
                 "position": [
                    0.2,
                    -0.2,
                    0
                 ],
                 "min_rider_count": 0,
                 "max_rider_count": 1,
                 "rotate_rider_by": "query.has_any_family('blaze', 'creeper', 'enderman', 'illager', 'magmacube', 'piglin', 'player', 'skeleton', 'slime', 'villager', 'wandering_trader', 'witch', 'zombie', 'zombie_pigman') ? -90 : 0",
                 "lock_rider_rotation": 90
                }
            ]
        }
      • Previous Value:
        "minecraft:add_can_ride": {
            "sequence": [
                {
                 "filters": {
                    "test": "is_variant",
                    "subject": "self",
                    "operator": "!=",
                    "value": 7
                 },
                 "add": {
                    "component_groups": [
                        "minecraft:can_ride_default"
                    ]
                 }
                },
                {
                 "filters": {
                    "test": "is_variant",
                    "subject": "self",
                    "operator": "==",
                    "value": 7
                 },
                 "add": {
                    "component_groups": [
                        "minecraft:can_ride_bamboo"
                    ]
                 }
                }
            ]
        }
      • Previous Value:
        "minecraft:entity_spawned": {
            "trigger": "minecraft:add_can_ride"
        }
      • New Value:
        "minecraft:exited_bubble_column": {
            "remove": {
                "component_groups": [
                 "minecraft:above_bubble_column_down",
                 "minecraft:above_bubble_column_up"
                ]
            },
            "add": {
                "component_groups": [
                 "minecraft:floating",
                 "minecraft:can_ride"
                ]
            }
        }
        Previous Value:
        "minecraft:exited_bubble_column": {
            "remove": {
                "component_groups": [
                 "minecraft:above_bubble_column_down",
                 "minecraft:above_bubble_column_up"
                ]
            },
            "add": {
                "component_groups": [
                 "minecraft:floating"
                ]
            },
            "trigger": "minecraft:add_can_ride"
        }
      • New Value:
        "minecraft:sink": {
            "remove": {
                "component_groups": [
                 "minecraft:floating",
                 "minecraft:can_ride",
                 "minecraft:above_bubble_column_down",
                 "minecraft:above_bubble_column_up"
                ]
            }
        }
        Previous Value:
        "minecraft:sink": {
            "remove": {
                "component_groups": [
                 "minecraft:floating",
                 "minecraft:can_ride_default",
                 "minecraft:can_ride_bamboo",
                 "minecraft:above_bubble_column_down",
                 "minecraft:above_bubble_column_up"
                ]
            }
        }

      • New Value:
        "textures": {
            "default": "textures/entity/boat/chest_boat_oak",
            "oak": "textures/entity/boat/chest_boat_oak",
            "spruce": "textures/entity/boat/chest_boat_spruce",
            "birch": "textures/entity/boat/chest_boat_birch",
            "jungle": "textures/entity/boat/chest_boat_jungle",
            "acacia": "textures/entity/boat/chest_boat_acacia",
            "darkoak": "textures/entity/boat/chest_boat_darkoak",
            "mangrove": "textures/entity/boat/chest_boat_mangrove"
        }
        Previous Value:
        "textures": {
            "default": "textures/entity/boat/chest_boat_oak",
            "oak": "textures/entity/boat/chest_boat_oak",
            "spruce": "textures/entity/boat/chest_boat_spruce",
            "birch": "textures/entity/boat/chest_boat_birch",
            "jungle": "textures/entity/boat/chest_boat_jungle",
            "acacia": "textures/entity/boat/chest_boat_acacia",
            "darkoak": "textures/entity/boat/chest_boat_darkoak",
            "mangrove": "textures/entity/boat/chest_boat_mangrove",
            "bamboo": "textures/entity/boat/chest_boat_bamboo",
            "cherry": "textures/entity/boat/chest_boat_cherry"
        }

Statistics:

    Families
    • Default: Boat, Inanimate
    Inventory Size
    • Default: 27
    Other Attributes
    • Can be Ridden by Mobs > Can Ride
    • Can be Ridden by Mobs
    • Can be Ridden by Player > Can Ride
    • Can be Ridden by Player
    • Has Collisions
    • Has Gravity
    • Leashable
    • Pushable
    • Pushable by Pistons

    Associated Files:

    Behavior File
    • behavior_packs/vanilla_1.19.80/entities/chest_boat.json
    Entity
    • resource_packs/vanilla_1.19.0/entity/chest_boat.entity.json
    Textures
    • resource_packs/vanilla_1.19.0/textures/entity/boat/chest_boat_acacia.png
    • resource_packs/vanilla_1.19.0/textures/entity/boat/chest_boat_birch.png
    • resource_packs/vanilla_1.19.0/textures/entity/boat/chest_boat_darkoak.png
    • resource_packs/vanilla_1.19.0/textures/entity/boat/chest_boat_jungle.png
    • resource_packs/vanilla_1.19.0/textures/entity/boat/chest_boat_mangrove.png
    • resource_packs/vanilla_1.19.0/textures/entity/boat/chest_boat_oak.png
    • resource_packs/vanilla_1.19.0/textures/entity/boat/chest_boat_spruce.png