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