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
BP/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": "8a539b8e-683c-45fe-a40d-a5195a52e5ec",
"version": "1.0.0",
"min_engine_version": "1.26.10"
},
"metadata": {
"authors": ["Bedrock OSS", "QuazChick"],
"license": "MIT",
"product_type": "addon",
"url": "https://wiki.bedrock.dev/blocks/custom-heads"
},
"modules": [
{
"type": "data",
"uuid": "8f21af6b-87b7-48e1-badd-2065f8a448e6",
"version": "1.0.0"
},
{
"type": "script",
"language": "javascript",
"entry": "index.js",
"uuid": "990d7b17-5242-4ad0-849f-ee943295abd7",
"version": "1.0.0"
}
],
"dependencies": [
{
"uuid": "74219fc7-b08b-4f03-92ed-08b793ff2555",
"version": "1.0.0"
},
{
"module_name": "@minecraft/server",
"version": "2.5.0"
}
]
}Code samples on this page are licensed under the MIT License