mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
23 lines
762 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
} |