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/boat.entity.json
Mike Ammerlaan e304be6ab8 v1.20.80.5
2024-04-23 09:20:49 -07:00

23 lines
762 B
JSON

{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:boat",
"textures": {
"default": "textures/entity/boat/boat_acacia",
"acacia": "textures/entity/boat/boat_acacia",
"birch": "textures/entity/boat/boat_birch",
"darkoak": "textures/entity/boat/boat_darkoak",
"jungle": "textures/entity/boat/boat_jungle",
"oak": "textures/entity/boat/boat_oak",
"spruce": "textures/entity/boat/boat_spruce",
"mangrove": "textures/entity/boat/mangrove_boat",
"bamboo": "textures/entity/boat/bamboo_raft",
"cherry": "textures/entity/boat/cherry_boat"
},
"geometry": {
"default": "geometry.boat"
}
}
}
}