mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-21 13:04:15 +00:00
24 lines
894 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
} |