Custom Heads
Custom Heads Download as ZIP Download as MCADDON
- custom_head_back_mers.tga
- custom_head_back.png
- custom_head_back.texture_set.json
- custom_head_bottom_mers.tga
- custom_head_bottom.png
- custom_head_bottom.texture_set.json
- custom_head_front_mers.tga
- custom_head_front.png
- custom_head_front.texture_set.json
- custom_head_left_mers.tga
- custom_head_left.png
- custom_head_left.texture_set.json
- custom_head_right_mers.tga
- custom_head_right.png
- custom_head_right.texture_set.json
- custom_head_top_mers.tga
- custom_head_top.png
- custom_head_top.texture_set.json
- custom_head_back_mers.tga
- terrain_texture.json
- textures_list.json
- blocks.json
- contents.json
- manifest.json
- pack_icon.png
RP/manifest.json
json
{
"format_version": 3,
"header": {
"name": "Custom Heads Example",
"description": "An add-on that demonstrates custom mob head blocks that can be worn. Example from wiki.bedrock.dev!",
"uuid": "74219fc7-b08b-4f03-92ed-08b793ff2555",
"version": "1.0.0",
"min_engine_version": "1.26.10",
"pack_scope": "world"
},
"metadata": {
"authors": ["Bedrock OSS", "QuazChick"],
"license": "MIT",
"product_type": "addon",
"url": "https://wiki.bedrock.dev/blocks/custom-heads"
},
"modules": [
{
"type": "resources",
"uuid": "a22d8aee-8ed5-4d35-b5c7-90792c878262",
"version": "1.0.0"
}
],
"dependencies": [
{
"uuid": "8a539b8e-683c-45fe-a40d-a5195a52e5ec",
"version": "1.0.0"
}
],
"capabilities": ["pbr"]
}Code samples on this page are licensed under the MIT License