📷Skin
Last updated
Was this helpful?
Last updated
Was this helpful?
You can use custom textured heads to customize your backpack item.
To use the head texture you have to set type: HEAD
and texture
to the special head texture value.
You can download find had texture values on this website: https://minecraft-heads.com/
You can use a vanilla item as appearance item for your backpack.
To use a vanilla item as appearance backpack you just have to set type: ITEM
and material
to the vanilla material.
You can use a vanilla item with CustomModelData as appearance item for your backpack.
To use a vanilla item as appearance backpack you just have to set type: ITEM
, material
to the vanilla material and custom_model_data
to the CustomModelData value.
You can use ItemsAdder custom textures for your backpacks.
To use the custom texture you have to set type: ITEMSADDER_ITEM
and name
to the ItemsAdder item name.
You can use NewItems custom textures for your backpacks.
To use the custom texture you have to set type: NEWITEMS_ITEM
and name
to the NewItems item name.