Version History for the Chest Boat Entity
<< back to entity list
Note: Version history only goes as far back as the earliest version on file (Minecraft 1.12.0.28 ). View Detailed Entity Information >>
Changes in version 1.20.10.24
- Behavior Packs > Entities > chest_boat.json
- 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
}
]
}
Changes in version 1.20.10.20
- Behavior Packs > Entities > chest_boat.json
- 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
}
]
}
Changes in version 1.20.1.2
- Behavior Packs > Entities > chest_boat.json
- 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
}
]
}
Changes in version 1.20.0.21
- Behavior Packs > Entities > chest_boat.json
- 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
}
]
}
} - 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"
} - 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
}
]
} - 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: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"
]
}
}
- Resource Packs > Entity > chest_boat.entity.json
- 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"
}
Changes in version 1.20.0.20
- Behavior Packs > Entities > chest_boat.json
- 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
}
]
} - 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
}
]
}
} - 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"
]
}
}
- Resource Packs > Entity > chest_boat.entity.json
- 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"
}
Changes in version 1.20.0.1
- Behavior Packs > Entities > chest_boat.json
- 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
}
]
}
} - 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"
} - 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
}
]
} - 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: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"
]
}
}
- Resource Packs > Entity > chest_boat.entity.json
- 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"
}
Changes in version 1.19.80.2
- Behavior Packs > Entities > chest_boat.json
- 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:rideable": {
"seat_count": 1,
"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:rideable": {
"seat_count": 1,
"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
}
]
}
Changes in version 1.19.0.5
- Behavior Packs > Entities > chest_boat.json
- New Value:
"minecraft:rideable": {
"seat_count": 1,
"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": 2,
"interact_text": "action.interact.ride.boat",
"pull_in_entities": true,
"seats": [
{
"position": [
0,
-0.2,
0
],
"min_rider_count": 0,
"max_rider_count": 1,
"rotate_rider_by": -90,
"lock_rider_rotation": 90
},
{
"position": [
0.2,
-0.2,
0
],
"min_rider_count": 2,
"max_rider_count": 2,
"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
},
{
"position": [
-0.6,
-0.2,
0
],
"min_rider_count": 2,
"max_rider_count": 2,
"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,
"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,
"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": -90,
"lock_rider_rotation": 90
}
]
}
- Resource Packs > Entity > chest_boat.entity.json
- 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"
}
Entity Histories...
- Agent
- Allay
- Area Effect Cloud
- Armor Stand
- Arrow
- Axolotl
- Bat
- Bee
- Blaze
- Boat
- Camel
- Cat
- Cave Spider
- Chest Boat
- Chest Minecart
- Chicken
- Cod
- Command Block Minecart
- Cow
- Creeper
- Dolphin
- Donkey
- Dragon Fireball
- Drowned
- Egg
- Elder Guardian
- Enderman
- Endermite
- Ender Crystal
- Ender Dragon
- Ender Pearl
- Evocation Illager
- Eye Of Ender Signal
- Fireball
- Fireworks Rocket
- Fishing Hook
- Fox
- Frog
- Ghast
- Glow Squid
- Goat
- Guardian
- Hoglin
- Hopper Minecart
- Horse
- Husk
- Iron Golem
- Lightning Bolt
- Lingering Potion
- Llama
- Llama Spit
- Magma Cube
- Minecart
- Mooshroom
- Mule
- Npc
- Ocelot
- Panda
- Parrot
- Phantom
- Pig
- Piglin
- Piglin Brute
- Pillager
- Player
- Polar Bear
- Pufferfish
- Rabbit
- Ravager
- Salmon
- Sheep
- Shulker
- Shulker Bullet
- Silverfish
- Skeleton
- Skeleton Horse
- Slime
- Small Fireball
- Sniffer
- Snowball
- Snow Golem
- Spider
- Splash Potion
- Squid
- Stray
- Strider
- Tadpole
- Thrown Trident
- Tnt
- Tnt Minecart
- Trader Llama
- Tripod Camera
- Tropicalfish
- Turtle
- Vex
- Villager
- Villager V2
- Vindicator
- Wandering Trader
- Warden
- Witch
- Wither
- Wither Skeleton
- Wither Skull
- Wither Skull Dangerous
- Wolf
- Xp Bottle
- Xp Orb
- Zoglin
- Zombie
- Zombie Horse
- Zombie Pigman
- Zombie Villager
- Zombie Villager V2