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/items/custom_head.json
json
{
"format_version": "1.26.10",
"minecraft:item": {
"description": {
"identifier": "wiki:custom_head", // Must be the same identifier as the block
"menu_category": {
"category": "items",
"group": "minecraft:itemGroup.name.skull"
}
},
"components": {
"minecraft:block_placer": {
"block": "wiki:custom_head", // Must be the same identifier as the block
"replace_block_item": true
},
// Use the same localization key as the block
"minecraft:display_name": {
"value": "tile.wiki:custom_head.name"
},
// Allows the head to be enchanted with "Curse of Binding" and "Curse of Vanishing"
"minecraft:enchantable": {
"slot": "cosmetic_head",
"value": 0
},
"minecraft:max_stack_size": 1, // Currently, custom wearable items cannot be stackable
"minecraft:rarity": "uncommon",
// Allows the item to be equipped into the head slot
"minecraft:wearable": {
"hides_player_location": true, // Hides the player from the locator bar and maps like vanilla heads
"slot": "slot.armor.head"
}
}
}
}Code samples on this page are licensed under the MIT License