1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-23 13:36:18 +00:00
bedrock-samples/resource_pack/entity/chest_boat.entity.json
Mike Ammerlaan e304be6ab8 v1.20.80.5
2024-04-23 09:20:49 -07:00

23 lines
831 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"
},
"geometry": {
"default": "geometry.chest_boat"
}
}
}
}