Skip to content

Using Custom Textures

A.J. Romaniello edited this page Jan 15, 2021 · 4 revisions

In order to use custom textures you must first find a head skin from MineCraftHeads.com and scroll down and copy the Minecraft URL section.

Ensure that all of these under the desired backpack are set to either PLAYER_HEAD, CUSTOM, or SKULL.

Next insert the desired textures link.

    Material: "PLAYER_HEAD"
    Texture: "http://textures.minecraft.net/texture/<YOURCUSTOMTEXTUREID>"

or

    Material: "CUSTOM"
    Texture: "http://textures.minecraft.net/texture/<YOURCUSTOMTEXTUREID>"

or

    Material: "SKULL"
    Texture: "http://textures.minecraft.net/texture/<YOURCUSTOMTEXTUREID>"
Clone this wiki locally