1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-21 13:04:15 +00:00
Files
bedrock-samples/resource_pack/entity/chest_boat.entity.json
2024-10-09 09:33:30 -07:00

24 lines
894 B
JSON

{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:chest_boat",
"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",
"paleoak": "textures/entity/boat/chest_boat_pale_oak"
},
"geometry": {
"default": "geometry.chest_boat"
}
}
}
}