Chest Boat - 1.20.0.1
<<
back to
entity list
View
Entity Version History >>
Resource Packs
Last Updated
The Chest Boat entity last updated in Minecraft Version 1.20.0What's Changed:
Changes since stable release 1.19.83.1
Behavior Packs- Previous 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
}
]
}
} - New 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
}
]
}
} - New 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
}
]
}
} - Previous 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
}
]
} - New 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"
]
}
}
]
} - New 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"
]
},
"trigger": "minecraft:add_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",
"minecraft:can_ride"
]
}
} - New 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"
]
}
}Previous Value:"minecraft:sink": {
"remove": {
"component_groups": [
"minecraft:floating",
"minecraft:can_ride",
"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",
"bamboo": "textures/entity/boat/chest_boat_bamboo",
"cherry": "textures/entity/boat/chest_boat_cherry"
}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"
}
Statistics:
Families
- Default: Boat, Inanimate
Inventory Size
- Default: 27
Other Attributes
- Can be Ridden by Mobs > Can Ride Bamboo
- Can be Ridden by Mobs > Can Ride Default
- Can be Ridden by Player > Can Ride Bamboo
- Can be Ridden by Player > Can Ride Default
- Has Collisions
- Has Gravity
- Leashable
- Pushable
- Pushable by Pistons
Associated Files:
Behavior File
- behavior_packs/vanilla_1.20.0/entities/chest_boat.json
Entity
- resource_packs/vanilla_1.20.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
- resource_packs/vanilla_1.20.0/textures/entity/boat/chest_boat_bamboo.png
- resource_packs/vanilla_1.20.0/textures/entity/boat/chest_boat_cherry.png